Searched refs:FindLargestCountCountryCode (Results 1 – 3 of 3) sorted by relevance
202 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));
59 ErrCode FindLargestCountCountryCode(std::string &wifiCountryCode);
202 return FindLargestCountCountryCode(wifiCountryCode); in StatisticCountryCodeFromScanResult()205 ErrCode WifiCountryCodePolicy::FindLargestCountCountryCode(std::string &wifiCountryCode) in FindLargestCountCountryCode() function in OHOS::Wifi::WifiCountryCodePolicy