Home
last modified time | relevance | path

Searched refs:usingLegacyDnsProxy (Results 1 – 3 of 3) sorted by relevance

/system/netd/server/
DTetherController.cpp203 int TetherController::startTethering(bool usingLegacyDnsProxy, int num_addrs, char** dhcp_ranges) { in startTethering() argument
204 if (!usingLegacyDnsProxy && num_addrs == 0) { in startTethering()
250 if (!usingLegacyDnsProxy) { in startTethering()
325 int TetherController::startTethering(bool usingLegacyDnsProxy, in startTethering() argument
334 return startTethering(usingLegacyDnsProxy, dhcp_ranges.size(), dhcp_ranges.data()); in startTethering()
DNetdNativeService.cpp902 config.usingLegacyDnsProxy = true; in tetherStart()
913 int res = gCtls->tetherCtrl.startTethering(config.usingLegacyDnsProxy, config.dhcpRanges); in tetherStartWithConfiguration()
/system/netd/tests/
Dbinder_test.cpp2621 for (bool usingLegacyDnsProxy : {true, false}) { in TEST_F()
2623 config.usingLegacyDnsProxy = usingLegacyDnsProxy; in TEST_F()
2627 SCOPED_TRACE(StringPrintf("usingLegacyDnsProxy: %d", usingLegacyDnsProxy)); in TEST_F()
2628 if (usingLegacyDnsProxy == true) { in TEST_F()
2772 config.usingLegacyDnsProxy = true; in TEST_F()