Home
last modified time | relevance | path

Searched refs:OPERATOR_NUMERIC_KEY (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/Mock/
H A Dmock_wifi_global_func.cpp26 constexpr const char* OPERATOR_NUMERIC_KEY = "ril.operator.numeric"; // plmn cached variable
59 } else if (strcasecmp(key, OPERATOR_NUMERIC_KEY)) { in GetParamValue()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/wifi_country_code/
H A Dwifi_country_code_define.h35 constexpr const char* OPERATOR_NUMERIC_KEY = "ril.operator.numeric"; // plmn cached variable
H A Dwifi_country_code_policy.cpp114 …int errorCode = GetParamValue(OPERATOR_NUMERIC_KEY, DEFAULT_OPERATOR_NUMERIC, cachedPlmn, OPERATOR… in GetWifiCountryCodeByMcc()