Home
last modified time | relevance | path

Searched defs:CreateServer (Results 1 – 2 of 2) sorted by relevance

/system/core/adb/pairing_connection/tests/
Dpairing_connection_test.cpp176 ServerPtr CreateServer(const std::vector<uint8_t>& pswd) { in CreateServer() function in adb::pairing::AdbPairingConnectionTest
194 static ServerPtr CreateServer(const std::vector<uint8_t>& pswd, const PeerInfo* peer_info, in CreateServer() function in adb::pairing::AdbPairingConnectionTest
/system/update_engine/common/
Dhttp_fetcher_unittest.cc246 HttpServer* CreateServer() override { return new NullHttpServer; } in CreateServer() function in chromeos_update_engine::MockHttpFetcherTest
289 HttpServer* CreateServer() override { return new PythonHttpServer; } in CreateServer() function in chromeos_update_engine::LibcurlHttpFetcherTest
360 HttpServer* CreateServer() override { return new NullHttpServer; } in CreateServer() function in chromeos_update_engine::FileFetcherTest