Searched refs:GetWifiCountryCodeByDefault (Results 1 – 3 of 3) sorted by relevance
68 ErrCode GetWifiCountryCodeByDefault(std::string &wifiCountryCode);
70 … std::bind(&WifiCountryCodePolicy::GetWifiCountryCodeByDefault, this, std::placeholders::_1)); in CreatePolicy()358 ErrCode WifiCountryCodePolicy::GetWifiCountryCodeByDefault(std::string &wifiCountryCode) in GetWifiCountryCodeByDefault() function in OHOS::Wifi::WifiCountryCodePolicy
391 … EXPECT_EQ(ErrCode::WIFI_OPT_SUCCESS, m_wifiCountryCodePolicy->GetWifiCountryCodeByDefault(code));