Home
last modified time | relevance | path

Searched refs:m_staObserver (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_service.cpp190m_staObserver = std::make_shared<WifiCountryCodeChangeObserver>(moduleName, *pStaStateMachine); in EnableStaService()
191 if (m_staObserver == nullptr) { in EnableStaService()
195 WifiCountryCodeManager::GetInstance().RegisterWifiCountryCodeChangeListener(m_staObserver); in EnableStaService()
209 … WifiCountryCodeManager::GetInstance().UnregisterWifiCountryCodeChangeListener(m_staObserver); in DisableStaService()
H A Dsta_service.h406 std::shared_ptr<IWifiCountryCodeChangeListener> m_staObserver; variable