Searched refs:MANUALCONFIGUE (Results 1 – 9 of 9) sorted by relevance
180 static_cast<int32_t>(Wifi::ConfigureProxyMethod::MANUALCONFIGUE), proxyConfig);181 ASSERT_TRUE(proxyConfig.configureMethod == Wifi::ConfigureProxyMethod::MANUALCONFIGUE);
184 case static_cast<int32_t>(Wifi::ConfigureProxyMethod::MANUALCONFIGUE): in ProcessConfigureProxyMethod()185 proxyConfig.configureMethod = Wifi::ConfigureProxyMethod::MANUALCONFIGUE; in ProcessConfigureProxyMethod()
136 wifiProxyConfig.configureMethod = ConfigureProxyMethod::MANUALCONFIGUE;
472 enum class ConfigureProxyMethod { CLOSED, AUTOCONFIGUE, MANUALCONFIGUE }; enumerator
249 static_cast<int>(ConfigureProxyMethod::MANUALCONFIGUE), "METHOD_MANUAL"); in ProxyMethodInit()
475 case ConfigureProxyMethod::MANUALCONFIGUE: in ProcessProxyConfig()476 cppConfig.wifiProxyconfig.configureMethod = ConfigureProxyMethod::MANUALCONFIGUE; in ProcessProxyConfig()1250 case ConfigureProxyMethod::MANUALCONFIGUE: in ProxyConfigToJs()
265 } else if (wifiProxyConfig.configureMethod == ConfigureProxyMethod::MANUALCONFIGUE) {
215 return ConfigureProxyMethod::MANUALCONFIGUE; in GetProxyMethod()
1128 config.wifiProxyconfig.configureMethod = ConfigureProxyMethod::MANUALCONFIGUE; in GetIpStateStateGoInStateSuccess1()1140 config.wifiProxyconfig.configureMethod = ConfigureProxyMethod::MANUALCONFIGUE; in GetIpStateStateGoInStateSuccess2()1152 config.wifiProxyconfig.configureMethod = ConfigureProxyMethod::MANUALCONFIGUE; in GetIpStateStateGoInStateSuccess3()