Searched refs:usingLegacyDnsProxy (Results 1 – 10 of 10) sorted by relevance
37 boolean usingLegacyDnsProxy;
21 boolean usingLegacyDnsProxy;
26 boolean usingLegacyDnsProxy;
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()
966 config.usingLegacyDnsProxy = true; in tetherStart()977 int res = gCtls->tetherCtrl.startTethering(config.usingLegacyDnsProxy, config.dhcpRanges); in tetherStartWithConfiguration()
2214 for (bool usingLegacyDnsProxy : {true, false}) { in TEST_F()2216 config.usingLegacyDnsProxy = usingLegacyDnsProxy; in TEST_F()2220 SCOPED_TRACE(StringPrintf("usingLegacyDnsProxy: %d", usingLegacyDnsProxy)); in TEST_F()2221 if (usingLegacyDnsProxy == true) { in TEST_F()2358 config.usingLegacyDnsProxy = true; in TEST_F()