Home
last modified time | relevance | path

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 Dwifi_country_code_manager_test.cpp45 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 Dap_service.h155 class WifiCountryCodeChangeObserver : public IWifiCountryCodeChangeListener {
157 WifiCountryCodeChangeObserver(const std::string &name, StateMachine &stateMachineObj) in WifiCountryCodeChangeObserver() function
159 ~WifiCountryCodeChangeObserver() override = default;
H A Dap_service.cpp41 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 Dsta_service.h398 class WifiCountryCodeChangeObserver : public IWifiCountryCodeChangeListener {
400 WifiCountryCodeChangeObserver(const std::string &name, StateMachine &stateMachineObj) in WifiCountryCodeChangeObserver() function
402 ~WifiCountryCodeChangeObserver() override = default;
H A Dsta_service.cpp190 … 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 Dscan_service.h868 class WifiCountryCodeChangeObserver : public IWifiCountryCodeChangeListener {
870 WifiCountryCodeChangeObserver(const std::string &name, StateMachine &stateMachineObj) in WifiCountryCodeChangeObserver() function
872 ~WifiCountryCodeChangeObserver() override = default;
H A Dscan_service.cpp120 … 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 Dmock_scan_service_new.cpp528 ErrCode ScanService::WifiCountryCodeChangeObserver::OnWifiCountryCodeChanged(const std::string &wif… in OnWifiCountryCodeChanged()
533 std::string ScanService::WifiCountryCodeChangeObserver::GetListenerModuleName() in GetListenerModuleName()