Searched refs:AUTOCONFIGUE (Results 1 – 8 of 8) sorted by relevance
177 static_cast<int32_t>(Wifi::ConfigureProxyMethod::AUTOCONFIGUE), proxyConfig);178 ASSERT_TRUE(proxyConfig.configureMethod == Wifi::ConfigureProxyMethod::AUTOCONFIGUE);
181 case static_cast<int32_t>(Wifi::ConfigureProxyMethod::AUTOCONFIGUE): in ProcessConfigureProxyMethod()182 proxyConfig.configureMethod = Wifi::ConfigureProxyMethod::AUTOCONFIGUE; in ProcessConfigureProxyMethod()
123 wifiProxyConfig.configureMethod = ConfigureProxyMethod::AUTOCONFIGUE;
472 enum class ConfigureProxyMethod { CLOSED, AUTOCONFIGUE, MANUALCONFIGUE }; enumerator
247 …SetNamedPropertyByInteger(env, proxyMethod, static_cast<int>(ConfigureProxyMethod::AUTOCONFIGUE), … in ProxyMethodInit()
469 case ConfigureProxyMethod::AUTOCONFIGUE: in ProcessProxyConfig()470 cppConfig.wifiProxyconfig.configureMethod = ConfigureProxyMethod::AUTOCONFIGUE; in ProcessProxyConfig()1246 case ConfigureProxyMethod::AUTOCONFIGUE: in ProxyConfigToJs()
263 if (wifiProxyConfig.configureMethod == ConfigureProxyMethod::AUTOCONFIGUE) {
217 return ConfigureProxyMethod::AUTOCONFIGUE; in GetProxyMethod()