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()
896 config.usingLegacyDnsProxy = true; in tetherStart()907 int res = gCtls->tetherCtrl.startTethering(config.usingLegacyDnsProxy, config.dhcpRanges); in tetherStartWithConfiguration()
2668 for (bool usingLegacyDnsProxy : {true, false}) { in TEST_F()2670 config.usingLegacyDnsProxy = usingLegacyDnsProxy; in TEST_F()2674 SCOPED_TRACE(StringPrintf("usingLegacyDnsProxy: %d", usingLegacyDnsProxy)); in TEST_F()2675 if (usingLegacyDnsProxy == true) { in TEST_F()2819 config.usingLegacyDnsProxy = true; in TEST_F()