Searched refs:usingLegacyDnsProxy (Results 1 – 7 of 7) sorted by relevance
21 boolean usingLegacyDnsProxy;
26 boolean usingLegacyDnsProxy;
230 int TetherController::startTethering(bool usingLegacyDnsProxy, int num_addrs, char** dhcp_ranges) { in startTethering() argument231 if (!usingLegacyDnsProxy && num_addrs == 0) { in startTethering()277 if (!usingLegacyDnsProxy) { in startTethering()352 int TetherController::startTethering(bool usingLegacyDnsProxy, in startTethering() argument361 return startTethering(usingLegacyDnsProxy, dhcp_ranges.size(), dhcp_ranges.data()); in startTethering()
928 config.usingLegacyDnsProxy = true; in tetherStart()939 int res = gCtls->tetherCtrl.startTethering(config.usingLegacyDnsProxy, config.dhcpRanges); in tetherStartWithConfiguration()
2085 for (bool usingLegacyDnsProxy : {true, false}) { in TEST_F()2087 config.usingLegacyDnsProxy = usingLegacyDnsProxy; in TEST_F()2091 SCOPED_TRACE(StringPrintf("usingLegacyDnsProxy: %d", usingLegacyDnsProxy)); in TEST_F()2092 if (usingLegacyDnsProxy == true) { in TEST_F()2229 config.usingLegacyDnsProxy = true; in TEST_F()