Searched refs:GetWifiCountryCodeByScanResult (Results 1 – 3 of 3) sorted by relevance
340 …EXPECT_EQ(ErrCode::WIFI_OPT_FAILED, m_wifiCountryCodePolicy->GetWifiCountryCodeByScanResult(code));345 …EXPECT_EQ(ErrCode::WIFI_OPT_FAILED, m_wifiCountryCodePolicy->GetWifiCountryCodeByScanResult(code));356 …EXPECT_EQ(ErrCode::WIFI_OPT_SUCCESS, m_wifiCountryCodePolicy->GetWifiCountryCodeByScanResult(code)…
64 ErrCode GetWifiCountryCodeByScanResult(std::string &wifiCountryCode);
55 … std::bind(&WifiCountryCodePolicy::GetWifiCountryCodeByScanResult, this, std::placeholders::_1)); in CreatePolicy()285 ErrCode WifiCountryCodePolicy::GetWifiCountryCodeByScanResult(std::string &wifiCountryCode) in GetWifiCountryCodeByScanResult() function in OHOS::Wifi::WifiCountryCodePolicy