Searched refs:usingLegacyDnsProxy (Results 1 – 3 of 3) sorted by relevance
203 int TetherController::startTethering(bool usingLegacyDnsProxy, int num_addrs, char** dhcp_ranges) { in startTethering() argument204 if (!usingLegacyDnsProxy && num_addrs == 0) { in startTethering()250 if (!usingLegacyDnsProxy) { in startTethering()325 int TetherController::startTethering(bool usingLegacyDnsProxy, in startTethering() argument334 return startTethering(usingLegacyDnsProxy, dhcp_ranges.size(), dhcp_ranges.data()); in startTethering()
902 config.usingLegacyDnsProxy = true; in tetherStart()913 int res = gCtls->tetherCtrl.startTethering(config.usingLegacyDnsProxy, config.dhcpRanges); in tetherStartWithConfiguration()
2621 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()