Searched refs:IsValidCountryCode (Results 1 – 8 of 8) sorted by relevance
100 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()
136 if (!externalCode.empty() && !IsValidCountryCode(externalCode)) { in UpdateWifiCountryCode()233 if (wifiCountryCode.empty() || !IsValidCountryCode(wifiCountryCode)) { in UpdateWifiCountryCodeCache()
44 "*IsValidCountryCode*";
272 EXPECT_TRUE(IsValidCountryCode("CN"));277 EXPECT_FALSE(IsValidCountryCode("XX"));
342 bool IsValidCountryCode(const std::string &wifiCountryCode);
424 bool IsValidCountryCode(const std::string &wifiCountryCode) in IsValidCountryCode() function
313 if (IsValidCountryCode(code) && channels.size() > 0) { in ParseCountryPolicyList()
464 if (countryCode.empty() || !IsValidCountryCode(countryCode) || in SetCountry()