Home
last modified time | relevance | path

Searched refs:AUTOCONFIGUE (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/
H A Dmessage_parcel_utils_test.cpp177 static_cast<int32_t>(Wifi::ConfigureProxyMethod::AUTOCONFIGUE), proxyConfig);
178 ASSERT_TRUE(proxyConfig.configureMethod == Wifi::ConfigureProxyMethod::AUTOCONFIGUE);
/ohos5.0/base/customization/enterprise_device_management/common/native/src/plugin_utils/
H A Dmessage_parcel_utils.cpp181 case static_cast<int32_t>(Wifi::ConfigureProxyMethod::AUTOCONFIGUE): in ProcessConfigureProxyMethod()
182 proxyConfig.configureMethod = Wifi::ConfigureProxyMethod::AUTOCONFIGUE; in ProcessConfigureProxyMethod()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/
H A Dwifi_net_agent_test.cpp123 wifiProxyConfig.configureMethod = ConfigureProxyMethod::AUTOCONFIGUE;
/ohos5.0/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_msg.h472 enum class ConfigureProxyMethod { CLOSED, AUTOCONFIGUE, MANUALCONFIGUE }; enumerator
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H A Dwifi_napi_entry.cpp247 …SetNamedPropertyByInteger(env, proxyMethod, static_cast<int>(ConfigureProxyMethod::AUTOCONFIGUE), … in ProxyMethodInit()
H A Dwifi_napi_device.cpp469 case ConfigureProxyMethod::AUTOCONFIGUE: in ProcessProxyConfig()
470 cppConfig.wifiProxyconfig.configureMethod = ConfigureProxyMethod::AUTOCONFIGUE; in ProcessProxyConfig()
1246 case ConfigureProxyMethod::AUTOCONFIGUE: in ProxyConfigToJs()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_net_agent.cpp263 if (wifiProxyConfig.configureMethod == ConfigureProxyMethod::AUTOCONFIGUE) {
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dnetwork_parser.cpp217 return ConfigureProxyMethod::AUTOCONFIGUE; in GetProxyMethod()