Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/wifi_country_code/
H A Dwifi_country_code_policy.cpp100 if (!IsValidCountryCode(factoryWifiCountryCodeValue)) { in GetWifiCountryCodeByFactory()
155 if (!IsValidCountryCode(tempWifiCountryCode)) { in HandleScanResultAction()
253 if (!IsValidCountryCode(tempWifiCountryCode)) { in ParseCountryCodeElement()
305 if (tempWifiCountryCode.empty() || !IsValidCountryCode(tempWifiCountryCode)) { in GetWifiCountryCodeByRegion()
331 if (!IsValidCountryCode(tempWifiCountryCode)) { in GetWifiCountryCodeByCache()
349 if (!IsValidCountryCode(defaultRegion)) { in GetWifiCountryCodeByDefaultRegion()
H A Dwifi_country_code_manager.cpp136 if (!externalCode.empty() && !IsValidCountryCode(externalCode)) { in UpdateWifiCountryCode()
233 if (wifiCountryCode.empty() || !IsValidCountryCode(wifiCountryCode)) { in UpdateWifiCountryCodeCache()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/
H A Dlibwifi_toolkit.map44 "*IsValidCountryCode*";
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A Dwifi_global_func_test.cpp272 EXPECT_TRUE(IsValidCountryCode("CN"));
277 EXPECT_FALSE(IsValidCountryCode("XX"));
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dwifi_global_func.h342 bool IsValidCountryCode(const std::string &wifiCountryCode);
H A Dwifi_global_func.cpp424 bool IsValidCountryCode(const std::string &wifiCountryCode) in IsValidCountryCode() function
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_config_use.cpp313 if (IsValidCountryCode(code) && channels.size() > 0) { in ParseCountryPolicyList()
H A Dap_started_state.cpp464 if (countryCode.empty() || !IsValidCountryCode(countryCode) || in SetCountry()