Home
last modified time | relevance | path

Searched refs:secondCode (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.cpp227 std::pair<std::string, int> secondCode = sortCode[1]; in FindLargestCountCountryCode() local
228 if (firstCode.second == secondCode.second) { in FindLargestCountCountryCode()
231 firstCode.first.c_str(), secondCode.first.c_str(), firstCode.second); in FindLargestCountCountryCode()