Searched refs:startServer (Results 1 – 16 of 16) sorted by relevance
122 ASSERT_TRUE(dns.startServer()); in StartDns()458 ASSERT_TRUE(dns.startServer()); in TEST_F()544 ASSERT_TRUE(dns.startServer()); in TEST_F()576 ASSERT_TRUE(dns.startServer()); in TEST_F()639 ASSERT_TRUE(dns.startServer()); in TEST_F()845 ASSERT_TRUE(dns.startServer()); in TEST_F()863 ASSERT_TRUE(dns.startServer()); in TEST_F()896 ASSERT_TRUE(dns.startServer()); in TEST_F()950 ASSERT_TRUE(dns.startServer()); in TEST_F()1107 ASSERT_TRUE(dns.startServer()); in TEST_F()[all …]
149 ASSERT_TRUE(dns.startServer()); in TEST_F()
978 ASSERT_TRUE(tls.startServer()); in TEST()
168 private void startServer() throws Exception { in startServer() method in DhcpServerTest200 startServer(); in testStart()214 startServer(); in testDiscover()234 startServer(); in testDiscover_RapidCommit()253 startServer(); in testDiscover_OutOfAddresses()281 startServer(); in testRequest_Selecting_Ack()301 startServer(); in testRequest_Selecting_Nak()319 startServer(); in testRelease()336 startServer(); in testDecline_LeaseDoesNotExist()
282 ASSERT_TRUE(dns.startServer()); in TEST_F()308 ASSERT_TRUE(dns.startServer()); in TEST_F()361 ASSERT_TRUE(dns.startServer()); in TEST_F()364 ASSERT_TRUE(tls.startServer()); in TEST_F()426 ASSERT_TRUE(dns.startServer()); in TEST_P()432 ASSERT_TRUE(tls.startServer()); in TEST_P()
208 ASSERT_TRUE(dns.startServer()); in StartDns()706 ASSERT_TRUE(dns1.startServer()); in TEST_F()707 ASSERT_TRUE(dns2.startServer()); in TEST_F()708 ASSERT_TRUE(dns3.startServer()); in TEST_F()1026 ASSERT_TRUE(dns.startServer()); in TEST_F()1059 ASSERT_TRUE(dns1.startServer()); in TEST_F()1060 ASSERT_TRUE(dns2.startServer()); in TEST_F()1383 t->startServer(); in setupTlsServers()1442 ASSERT_TRUE(dns1.startServer()); in TEST_F()1447 ASSERT_TRUE(dns2.startServer()); in TEST_F()[all …]
148 ASSERT_TRUE(dns.startServer()); in TEST_F()
159 startServer(primary, subdirs); in onStartCommand()163 private synchronized void startServer(StorageVolume primary, String[] subdirs) { in startServer() method in MtpService
54 bool startServer();
63 bool DnsTlsFrontend::startServer() { in startServer() function in test::DnsTlsFrontend
181 bool startServer();
187 d->startServer(); in SetupDNSServers()
563 bool DNSResponder::startServer() { in startServer() function in test::DNSResponder
46 std::thread t = std::thread([server]() { server->startServer(); }); in DoInitialization()
59 std::thread t = std::thread([this]() { mServer->startServer(); }); in SetUp()
77 void startServer() { in startServer() function