Home
last modified time | relevance | path

Searched refs:MANUALCONFIGUE (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/
H A Dmessage_parcel_utils_test.cpp180 static_cast<int32_t>(Wifi::ConfigureProxyMethod::MANUALCONFIGUE), proxyConfig);
181 ASSERT_TRUE(proxyConfig.configureMethod == Wifi::ConfigureProxyMethod::MANUALCONFIGUE);
/ohos5.0/base/customization/enterprise_device_management/common/native/src/plugin_utils/
H A Dmessage_parcel_utils.cpp184 case static_cast<int32_t>(Wifi::ConfigureProxyMethod::MANUALCONFIGUE): in ProcessConfigureProxyMethod()
185 proxyConfig.configureMethod = Wifi::ConfigureProxyMethod::MANUALCONFIGUE; in ProcessConfigureProxyMethod()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/
H A Dwifi_net_agent_test.cpp136 wifiProxyConfig.configureMethod = ConfigureProxyMethod::MANUALCONFIGUE;
/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.cpp249 static_cast<int>(ConfigureProxyMethod::MANUALCONFIGUE), "METHOD_MANUAL"); in ProxyMethodInit()
H A Dwifi_napi_device.cpp475 case ConfigureProxyMethod::MANUALCONFIGUE: in ProcessProxyConfig()
476 cppConfig.wifiProxyconfig.configureMethod = ConfigureProxyMethod::MANUALCONFIGUE; in ProcessProxyConfig()
1250 case ConfigureProxyMethod::MANUALCONFIGUE: in ProxyConfigToJs()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_net_agent.cpp265 } else if (wifiProxyConfig.configureMethod == ConfigureProxyMethod::MANUALCONFIGUE) {
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dnetwork_parser.cpp215 return ConfigureProxyMethod::MANUALCONFIGUE; in GetProxyMethod()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine_test.cpp1128 config.wifiProxyconfig.configureMethod = ConfigureProxyMethod::MANUALCONFIGUE; in GetIpStateStateGoInStateSuccess1()
1140 config.wifiProxyconfig.configureMethod = ConfigureProxyMethod::MANUALCONFIGUE; in GetIpStateStateGoInStateSuccess2()
1152 config.wifiProxyconfig.configureMethod = ConfigureProxyMethod::MANUALCONFIGUE; in GetIpStateStateGoInStateSuccess3()