Home
last modified time | relevance | path

Searched refs:codeCount (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.cpp207 std::map<std::string, int> codeCount; // counting the number of different country codes in FindLargestCountCountryCode() local
209 codeCount.insert_or_assign(info.second, codeCount[info.second] + 1); in FindLargestCountCountryCode()
211 std::vector<std::pair<std::string, int>> sortCode(codeCount.begin(), codeCount.end()); in FindLargestCountCountryCode()