Home
last modified time | relevance | path

Searched refs:expected_commands (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/cronet/net/reporting/
H A Dreporting_header_parser_unittest.cc303 MockPersistentReportingStore::CommandList expected_commands; in TEST_P() local
304 expected_commands.emplace_back(CommandType::ADD_REPORTING_ENDPOINT, in TEST_P()
306 expected_commands.emplace_back(CommandType::ADD_REPORTING_ENDPOINT_GROUP, in TEST_P()
309 testing::IsSupersetOf(expected_commands)); in TEST_P()
343 MockPersistentReportingStore::CommandList expected_commands; in TEST_P() local
344 expected_commands.emplace_back( in TEST_P()
348 expected_commands.emplace_back( in TEST_P()
354 testing::IsSupersetOf(expected_commands)); in TEST_P()
383 MockPersistentReportingStore::CommandList expected_commands; in TEST_P() local
384 expected_commands.emplace_back(CommandType::ADD_REPORTING_ENDPOINT, in TEST_P()
[all …]
H A Dreporting_service_unittest.cc434 MockPersistentReportingStore::CommandList expected_commands; in TEST_P() local
446 expected_commands.emplace_back(CommandType::LOAD_REPORTING_CLIENTS); in TEST_P()
448 testing::UnorderedElementsAreArray(expected_commands)); in TEST_P()
453 expected_commands.emplace_back(CommandType::ADD_REPORTING_ENDPOINT, in TEST_P()
455 expected_commands.emplace_back(CommandType::ADD_REPORTING_ENDPOINT_GROUP, in TEST_P()
458 testing::UnorderedElementsAreArray(expected_commands)); in TEST_P()
468 expected_commands.emplace_back(CommandType::ADD_REPORTING_ENDPOINT, in TEST_P()
470 expected_commands.emplace_back(CommandType::ADD_REPORTING_ENDPOINT_GROUP, in TEST_P()
473 testing::UnorderedElementsAreArray(expected_commands)); in TEST_P()
477 expected_commands.emplace_back( in TEST_P()
[all …]
H A Dmock_persistent_reporting_store_unittest.cc68 MockPersistentReportingStore::CommandList expected_commands; in TEST() local
74 expected_commands.emplace_back(CommandType::LOAD_REPORTING_CLIENTS); in TEST()
80 EXPECT_TRUE(store.VerifyCommands(expected_commands)); in TEST()
86 MockPersistentReportingStore::CommandList expected_commands; in TEST() local
97 expected_commands.emplace_back(CommandType::LOAD_REPORTING_CLIENTS); in TEST()
103 EXPECT_TRUE(store.VerifyCommands(expected_commands)); in TEST()
109 MockPersistentReportingStore::CommandList expected_commands; in TEST() local
120 expected_commands.emplace_back(CommandType::LOAD_REPORTING_CLIENTS); in TEST()
126 EXPECT_TRUE(store.VerifyCommands(expected_commands)); in TEST()
131 MockPersistentReportingStore::CommandList expected_commands; in TEST() local
[all …]
H A Dmock_persistent_reporting_store.cc274 const CommandList& expected_commands) const { in VerifyCommands()
275 return command_list_ == expected_commands; in VerifyCommands()
H A Dmock_persistent_reporting_store.h122 bool VerifyCommands(const CommandList& expected_commands) const;
/aosp_15_r20/external/cronet/net/network_error_logging/
H A Dmock_persistent_nel_store_unittest.cc70 MockPersistentNelStore::CommandList expected_commands; in TEST_F() local
75 expected_commands.emplace_back( in TEST_F()
82 EXPECT_TRUE(store.VerifyCommands(expected_commands)); in TEST_F()
92 MockPersistentNelStore::CommandList expected_commands; in TEST_F() local
102 expected_commands.emplace_back( in TEST_F()
111 EXPECT_TRUE(store.VerifyCommands(expected_commands)); in TEST_F()
117 MockPersistentNelStore::CommandList expected_commands; in TEST_F() local
127 expected_commands.emplace_back( in TEST_F()
134 EXPECT_TRUE(store.VerifyCommands(expected_commands)); in TEST_F()
139 MockPersistentNelStore::CommandList expected_commands; in TEST_F() local
[all …]
H A Dmock_persistent_nel_store.cc125 const CommandList& expected_commands) const { in VerifyCommands()
126 return command_list_ == expected_commands; in VerifyCommands()
H A Dmock_persistent_nel_store.h91 bool VerifyCommands(const CommandList& expected_commands) const;