Searched refs:stateMachineObj (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/wifi_country_code/ |
H A D | i_wifi_country_code_change_listener.h | 29 IWifiCountryCodeChangeListener(const std::string &name, StateMachine &stateMachineObj) in IWifiCountryCodeChangeListener() argument 30 : m_stateMachineObj(stateMachineObj), m_listenerModuleName(name) {} in IWifiCountryCodeChangeListener()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/ |
H A D | ap_service.h | 157 WifiCountryCodeChangeObserver(const std::string &name, StateMachine &stateMachineObj) in WifiCountryCodeChangeObserver() argument 158 : IWifiCountryCodeChangeListener(name, stateMachineObj) {} in WifiCountryCodeChangeObserver()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
H A D | sta_service.h | 400 WifiCountryCodeChangeObserver(const std::string &name, StateMachine &stateMachineObj) in WifiCountryCodeChangeObserver() argument 401 : IWifiCountryCodeChangeListener(name, stateMachineObj) {} in WifiCountryCodeChangeObserver()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/ |
H A D | wifi_country_code_manager_test.cpp | 47 WifiCountryCodeChangeObserver(const std::string &name, StateMachine &stateMachineObj) in WifiCountryCodeChangeObserver() argument 48 : IWifiCountryCodeChangeListener(name, stateMachineObj) {} in WifiCountryCodeChangeObserver()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/ |
H A D | scan_service.h | 870 WifiCountryCodeChangeObserver(const std::string &name, StateMachine &stateMachineObj) in WifiCountryCodeChangeObserver() argument 871 : IWifiCountryCodeChangeListener(name, stateMachineObj) {} in WifiCountryCodeChangeObserver()
|