Home
last modified time | relevance | path

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

/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/wifi_country_code/
Dwifi_country_code_policy.cpp226 std::pair<std::string, int> firstCode = sortCode[0]; in FindLargestCountCountryCode() local
228 if (firstCode.second == secondCode.second) { in FindLargestCountCountryCode()
231 firstCode.first.c_str(), secondCode.first.c_str(), firstCode.second); in FindLargestCountCountryCode()
234 wifiCountryCode = firstCode.first; in FindLargestCountCountryCode()