Home
last modified time | relevance | path

Searched refs:PublishHotspotStateChangedEvent (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/
H A Dwifi_hotspot_manager.cpp97 …WifiCommonEventHelper::PublishHotspotStateChangedEvent(static_cast<int>(ApState::AP_STATE_CLOSED),… in CloseApService()
137 WifiCommonEventHelper::PublishHotspotStateChangedEvent((int)state, msg); in DealApStateChanged()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dwifi_common_event_helper.h67 static bool PublishHotspotStateChangedEvent(const int &code, const std::string &data);
H A Dwifi_common_event_helper.cpp149 bool WifiCommonEventHelper::PublishHotspotStateChangedEvent(const int &code, const std::string &dat… in PublishHotspotStateChangedEvent() function in OHOS::Wifi::WifiCommonEventHelper