Home
last modified time | relevance | path

Searched refs:startServer (Results 1 – 13 of 13) sorted by relevance

/packages/modules/DnsResolver/
Dresolv_unit_test.cpp122 ASSERT_TRUE(dns.startServer()); in StartDns()
460 ASSERT_TRUE(dns.startServer()); in TEST_F()
546 ASSERT_TRUE(dns.startServer()); in TEST_F()
578 ASSERT_TRUE(dns.startServer()); in TEST_F()
641 ASSERT_TRUE(dns.startServer()); in TEST_F()
847 ASSERT_TRUE(dns.startServer()); in TEST_F()
865 ASSERT_TRUE(dns.startServer()); in TEST_F()
898 ASSERT_TRUE(dns.startServer()); in TEST_F()
952 ASSERT_TRUE(dns.startServer()); in TEST_F()
1109 ASSERT_TRUE(dns.startServer()); in TEST_F()
[all …]
Dresolv_callback_unit_test.cpp149 ASSERT_TRUE(dns.startServer()); in TEST_F()
Dresolv_tls_unit_test.cpp978 ASSERT_TRUE(tls.startServer()); in TEST()
/packages/modules/NetworkStack/tests/unit/src/android/net/dhcp/
DDhcpServerTest.java188 private void startServer() throws Exception { in startServer() method in DhcpServerTest
220 startServer(); in testStart()
234 startServer(); in testDiscover()
254 startServer(); in testDiscover_RapidCommit()
273 startServer(); in testDiscover_OutOfAddresses()
301 startServer(); in testRequest_Selecting_Ack()
321 startServer(); in testRequest_Selecting_Nak()
339 startServer(); in testRelease()
356 startServer(); in testDecline_LeaseDoesNotExist()
/packages/modules/DnsResolver/tests/
Dresolv_gold_test.cpp282 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()
Dresolv_integration_test.cpp227 ASSERT_TRUE(dns.startServer()); in StartDns()
763 ASSERT_TRUE(dns1.startServer()); in TEST_F()
764 ASSERT_TRUE(dns2.startServer()); in TEST_F()
765 ASSERT_TRUE(dns3.startServer()); in TEST_F()
1086 ASSERT_TRUE(dns.startServer()); in TEST_F()
1145 ASSERT_TRUE(dns1.startServer()); in TEST_F()
1146 ASSERT_TRUE(dns2.startServer()); in TEST_F()
1478 t->startServer(); in setupTlsServers()
1537 ASSERT_TRUE(dns1.startServer()); in TEST_F()
1542 ASSERT_TRUE(dns2.startServer()); in TEST_F()
[all …]
Ddnsresolver_binder_test.cpp148 ASSERT_TRUE(dns.startServer()); in TEST_F()
/packages/providers/MediaProvider/src/com/android/providers/media/
DMtpService.java155 startServer(primary, subdirs); in onStartCommand()
159 private synchronized void startServer(StorageVolume primary, String[] subdirs) { in startServer() method in MtpService
/packages/modules/DnsResolver/tests/dns_responder/
Ddns_tls_frontend.h54 bool startServer();
Ddns_tls_frontend.cpp63 bool DnsTlsFrontend::startServer() { in startServer() function in test::DnsTlsFrontend
Ddns_responder.h182 bool startServer();
Ddns_responder_client_ndk.cpp187 d->startServer(); in SetupDNSServers()
Ddns_responder.cpp563 bool DNSResponder::startServer() { in startServer() function in test::DNSResponder