Home
last modified time | relevance | path

Searched refs:tempWifiCountryCode (Results 1 – 1 of 1) 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.cpp150 std::string tempWifiCountryCode; in HandleScanResultAction() local
155 if (!IsValidCountryCode(tempWifiCountryCode)) { in HandleScanResultAction()
157 tempWifiCountryCode.c_str()); in HandleScanResultAction()
182 std::string tempWifiCountryCode; in StatisticCountryCodeFromScanResult() local
187 StrToUpper(tempWifiCountryCode); in StatisticCountryCodeFromScanResult()
249 std::string tempWifiCountryCode; in ParseCountryCodeElement() local
256 wifiCountryCode = tempWifiCountryCode; in ParseCountryCodeElement()
301 std::string tempWifiCountryCode; in GetWifiCountryCodeByRegion() local
305 if (tempWifiCountryCode.empty() || !IsValidCountryCode(tempWifiCountryCode)) { in GetWifiCountryCodeByRegion()
309 wifiCountryCode = tempWifiCountryCode; in GetWifiCountryCodeByRegion()
[all …]