Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/
H A Dwifi_country_code_policy_test.cpp202 EXPECT_EQ(ErrCode::WIFI_OPT_FAILED, m_wifiCountryCodePolicy->FindLargestCountCountryCode(code));
208 … EXPECT_EQ(ErrCode::WIFI_OPT_SUCCESS, m_wifiCountryCodePolicy->FindLargestCountCountryCode(code));
216 EXPECT_EQ(ErrCode::WIFI_OPT_FAILED, m_wifiCountryCodePolicy->FindLargestCountCountryCode(code));
219 … EXPECT_EQ(ErrCode::WIFI_OPT_SUCCESS, m_wifiCountryCodePolicy->FindLargestCountCountryCode(code));
227 EXPECT_EQ(ErrCode::WIFI_OPT_FAILED, m_wifiCountryCodePolicy->FindLargestCountCountryCode(code));
231 EXPECT_EQ(ErrCode::WIFI_OPT_FAILED, m_wifiCountryCodePolicy->FindLargestCountCountryCode(code));
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/wifi_country_code/
H A Dwifi_country_code_policy.h59 ErrCode FindLargestCountCountryCode(std::string &wifiCountryCode);
H A Dwifi_country_code_policy.cpp202 return FindLargestCountCountryCode(wifiCountryCode); in StatisticCountryCodeFromScanResult()
205 ErrCode WifiCountryCodePolicy::FindLargestCountCountryCode(std::string &wifiCountryCode) in FindLargestCountCountryCode() function in OHOS::Wifi::WifiCountryCodePolicy