Home
last modified time | relevance | path

Searched defs:wifiCountryCode (Results 1 – 14 of 14) sorted by relevance

/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/wifi_country_code/
Dwifi_country_code_policy.cpp42 …[this](std::string &wifiCountryCode) { return this->GetWifiCountryCodeByFactory(wifiCountryCode); … in CreatePolicy()
45 … [this](std::string &wifiCountryCode) { return this->GetWifiCountryCodeByMcc(wifiCountryCode); }); in CreatePolicy()
49 … [this](std::string &wifiCountryCode) { return this->GetWifiCountryCodeByAP(wifiCountryCode); }); in CreatePolicy()
53 …[this](std::string &wifiCountryCode) { return this->GetWifiCountryCodeByScanResult(wifiCountryCode… in CreatePolicy()
57 …[this](std::string &wifiCountryCode) { return this->GetWifiCountryCodeByRegion(wifiCountryCode); }… in CreatePolicy()
61 …[this](std::string &wifiCountryCode) { return this->GetWifiCountryCodeByDefaultZZ(wifiCountryCode)… in CreatePolicy()
64 …[this](std::string &wifiCountryCode) { return this->GetWifiCountryCodeByCache(wifiCountryCode); }); in CreatePolicy()
66 …[this](std::string &wifiCountryCode) { return this->GetWifiCountryCodeByDefaultRegion(wifiCountryC… in CreatePolicy()
68 …[this](std::string &wifiCountryCode) { return this->GetWifiCountryCodeByDefault(wifiCountryCode); … in CreatePolicy()
71 ErrCode WifiCountryCodePolicy::CalculateWifiCountryCode(std::string &wifiCountryCode) in CalculateWifiCountryCode()
[all …]
Dwifi_country_code_manager.cpp84 ErrCode WifiCountryCodeManager::SetWifiCountryCodeFromExternal(const std::string &wifiCountryCode) in SetWifiCountryCodeFromExternal()
137 std::string wifiCountryCode; in UpdateWifiCountryCode() local
154 …id WifiCountryCodeManager::NotifyWifiCountryCodeChangeListeners(const std::string &wifiCountryCode) in NotifyWifiCountryCodeChangeListeners()
234 ErrCode WifiCountryCodeManager::UpdateWifiCountryCodeCache(const std::string &wifiCountryCode) in UpdateWifiCountryCodeCache()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/
Dwifi_country_code_manager_test.cpp56 ErrCode OnWifiCountryCodeChanged(const std::string &wifiCountryCode) in OnWifiCountryCodeChanged()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
Dap_service.cpp329 …ervice::WifiCountryCodeChangeObserver::OnWifiCountryCodeChanged(const std::string &wifiCountryCode) in OnWifiCountryCodeChanged()
Dap_config_use.cpp139 std::string wifiCountryCode; in FilterIndoorChannel() local
Dap_started_state.cpp364 std::string wifiCountryCode = msg->GetStringFromMessage(); in ProcessCmdUpdateCountryCode() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
Dwifi_global_func.cpp459 bool IsValidCountryCode(const std::string &wifiCountryCode) in IsValidCountryCode()
472 bool ConvertMncToIso(int mnc, std::string &wifiCountryCode) in ConvertMncToIso()
/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifiap_fuzzer/
Dwifiap_fuzzer.cpp326 std::string wifiCountryCode = std::string(reinterpret_cast<const char*>(data), size); in WifiApFuzzTest() local
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
Dsta_service_test.cpp805 const std::string wifiCountryCode = "CN"; in OnWifiCountryCodeChangedTest() local
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/Mock/
Dmock_scan_service_new.cpp542 …ervice::WifiCountryCodeChangeObserver::OnWifiCountryCodeChanged(const std::string &wifiCountryCode) in OnWifiCountryCodeChanged()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
Dscan_state_machine.cpp245 std::string wifiCountryCode = msg->GetStringFromMessage(); in HandleUpdateCountryCode() local
Dscan_service.cpp2965 …ervice::WifiCountryCodeChangeObserver::OnWifiCountryCodeChanged(const std::string &wifiCountryCode) in OnWifiCountryCodeChanged()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
Dsta_service.cpp874 …ervice::WifiCountryCodeChangeObserver::OnWifiCountryCodeChanged(const std::string &wifiCountryCode) in OnWifiCountryCodeChanged()
Dsta_state_machine.cpp548 std::string wifiCountryCode = msg->GetStringFromMessage(); in StartWifiProcess() local