Home
last modified time | relevance | path

Searched refs:CommandList (Results 1 – 10 of 10) sorted by relevance

/external/cronet/net/network_error_logging/
Dmock_persistent_nel_store.h58 using CommandList = std::vector<Command>; variable
91 bool VerifyCommands(const CommandList& expected_commands) const;
93 CommandList GetAllCommands() const;
101 CommandList command_list_;
Dmock_persistent_nel_store_unittest.cc70 MockPersistentNelStore::CommandList expected_commands; in TEST_F()
92 MockPersistentNelStore::CommandList expected_commands; in TEST_F()
117 MockPersistentNelStore::CommandList expected_commands; in TEST_F()
139 MockPersistentNelStore::CommandList expected_commands; in TEST_F()
169 MockPersistentNelStore::CommandList expected_commands; in TEST_F()
202 MockPersistentNelStore::CommandList expected_commands; in TEST_F()
240 MockPersistentNelStore::CommandList expected_commands; in TEST_F()
Dmock_persistent_nel_store.cc125 const CommandList& expected_commands) const { in VerifyCommands()
129 MockPersistentNelStore::CommandList MockPersistentNelStore::GetAllCommands() in GetAllCommands()
/external/cronet/net/reporting/
Dmock_persistent_reporting_store.h80 using CommandList = std::vector<Command>; variable
122 bool VerifyCommands(const CommandList& expected_commands) const;
129 CommandList GetAllCommands() const;
138 CommandList command_list_;
Dreporting_header_parser_unittest.cc303 MockPersistentReportingStore::CommandList expected_commands; in TEST_P()
343 MockPersistentReportingStore::CommandList expected_commands; in TEST_P()
383 MockPersistentReportingStore::CommandList expected_commands; in TEST_P()
410 MockPersistentReportingStore::CommandList expected_commands; in TEST_P()
438 MockPersistentReportingStore::CommandList expected_commands; in TEST_P()
496 MockPersistentReportingStore::CommandList expected_commands; in TEST_P()
529 MockPersistentReportingStore::CommandList expected_commands; in TEST_P()
563 MockPersistentReportingStore::CommandList expected_commands; in TEST_P()
592 MockPersistentReportingStore::CommandList expected_commands; in TEST_P()
638 MockPersistentReportingStore::CommandList expected_commands; in TEST_P()
[all …]
Dmock_persistent_reporting_store_unittest.cc68 MockPersistentReportingStore::CommandList expected_commands; in TEST()
86 MockPersistentReportingStore::CommandList expected_commands; in TEST()
109 MockPersistentReportingStore::CommandList expected_commands; in TEST()
131 MockPersistentReportingStore::CommandList expected_commands; in TEST()
Dmock_persistent_reporting_store.cc274 const CommandList& expected_commands) const { in VerifyCommands()
291 MockPersistentReportingStore::CommandList
Dreporting_service_unittest.cc436 MockPersistentReportingStore::CommandList expected_commands; in TEST_P()
511 MockPersistentReportingStore::CommandList expected_commands; in TEST_P()
/external/cronet/net/cookies/
Dcookie_monster_store_test.h74 typedef std::vector<CookieStoreCommand> CommandList; typedef
91 const CommandList& commands() const { return commands_; } in commands()
92 CommandList TakeCommands() { return std::move(commands_); } in TakeCommands()
120 CommandList commands_;
Dcookie_monster_unittest.cc1000 const MockPersistentCookieStore::CommandList& commands) { in CommandSummary()