Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/wifi_country_code/
H A Dwifi_country_code_manager.cpp37 m_codeChangeListeners.clear(); in ~WifiCountryCodeManager()
155 for (auto &callBackItem : m_codeChangeListeners) { in NotifyWifiCountryCodeChangeListeners()
169 m_codeChangeListeners.insert_or_assign(listener->GetListenerModuleName(), listener); in RegisterWifiCountryCodeChangeListener()
187 int ret = static_cast<int>(m_codeChangeListeners.erase(moduleName)); in UnregisterWifiCountryCodeChangeListener()
H A Dwifi_country_code_manager.h148 std::map<std::string, std::shared_ptr<IWifiCountryCodeChangeListener>> m_codeChangeListeners; variable