Searched refs:WifiCountryCodeChangeObserver (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/ |
H A D | wifi_country_code_manager_test.cpp | 45 class WifiCountryCodeChangeObserver : public IWifiCountryCodeChangeListener { class 47 WifiCountryCodeChangeObserver(const std::string &name, StateMachine &stateMachineObj) in WifiCountryCodeChangeObserver() function in OHOS::Wifi::WifiCountryCodeChangeObserver 49 ~WifiCountryCodeChangeObserver() {} in ~WifiCountryCodeChangeObserver() 187 …auto m_apObserver = std::make_shared<WifiCountryCodeChangeObserver>("TestModuleName", *m_mockState… 196 …auto m_apObserver = std::make_shared<WifiCountryCodeChangeObserver>("TestModuleName", *m_mockState… 204 …auto m_apObserver = std::make_shared<WifiCountryCodeChangeObserver>("TestModuleName", *m_mockState… 214 …auto m_apObserver = std::make_shared<WifiCountryCodeChangeObserver>("TestModuleName", *m_mockState… 217 …auto m_apObserver1 = std::make_shared<WifiCountryCodeChangeObserver>("TestModuleName_1", *m_mockSt…
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/ |
H A D | ap_service.h | 155 class WifiCountryCodeChangeObserver : public IWifiCountryCodeChangeListener { 157 WifiCountryCodeChangeObserver(const std::string &name, StateMachine &stateMachineObj) in WifiCountryCodeChangeObserver() function 159 ~WifiCountryCodeChangeObserver() override = default;
|
H A D | ap_service.cpp | 41 m_apObserver = std::make_shared<WifiCountryCodeChangeObserver>(moduleName, m_ApStateMachine); in EnableHotspot() 318 ErrCode ApService::WifiCountryCodeChangeObserver::OnWifiCountryCodeChanged(const std::string &wifiC… in OnWifiCountryCodeChanged() 334 std::string ApService::WifiCountryCodeChangeObserver::GetListenerModuleName() in GetListenerModuleName()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
H A D | sta_service.h | 398 class WifiCountryCodeChangeObserver : public IWifiCountryCodeChangeListener { 400 WifiCountryCodeChangeObserver(const std::string &name, StateMachine &stateMachineObj) in WifiCountryCodeChangeObserver() function 402 ~WifiCountryCodeChangeObserver() override = default;
|
H A D | sta_service.cpp | 190 … m_staObserver = std::make_shared<WifiCountryCodeChangeObserver>(moduleName, *pStaStateMachine); in EnableStaService() 823 ErrCode StaService::WifiCountryCodeChangeObserver::OnWifiCountryCodeChanged(const std::string &wifi… in OnWifiCountryCodeChanged() 839 std::string StaService::WifiCountryCodeChangeObserver::GetListenerModuleName() in GetListenerModuleName()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/ |
H A D | scan_service.h | 868 class WifiCountryCodeChangeObserver : public IWifiCountryCodeChangeListener { 870 WifiCountryCodeChangeObserver(const std::string &name, StateMachine &stateMachineObj) in WifiCountryCodeChangeObserver() function 872 ~WifiCountryCodeChangeObserver() override = default;
|
H A D | scan_service.cpp | 120 … m_scanObserver = std::make_shared<WifiCountryCodeChangeObserver>(moduleName, *pScanStateMachine); in InitScanService() 2556 ErrCode ScanService::WifiCountryCodeChangeObserver::OnWifiCountryCodeChanged(const std::string &wif… in OnWifiCountryCodeChanged() 2572 std::string ScanService::WifiCountryCodeChangeObserver::GetListenerModuleName() in GetListenerModuleName()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/Mock/ |
H A D | mock_scan_service_new.cpp | 528 ErrCode ScanService::WifiCountryCodeChangeObserver::OnWifiCountryCodeChanged(const std::string &wif… in OnWifiCountryCodeChanged() 533 std::string ScanService::WifiCountryCodeChangeObserver::GetListenerModuleName() in GetListenerModuleName()
|