Home
last modified time | relevance | path

Searched refs:PublishConnStateChangedEvent (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_internal_event_dispatcher_lite.cpp134 WifiInternalEventDispatcher::PublishConnStateChangedEvent(msg.msgData, msg.linkInfo); in DealStaCallbackMsg()
212 void WifiInternalEventDispatcher::PublishConnStateChangedEvent(int state, const WifiLinkedInfo &inf… in PublishConnStateChangedEvent() function in OHOS::Wifi::WifiInternalEventDispatcher
233 if (!WifiCommonEventHelper::PublishConnStateChangedEvent(state, eventData)) { in PublishConnStateChangedEvent()
H A Dwifi_internal_event_dispatcher_lite.h94 static void PublishConnStateChangedEvent(int state, const WifiLinkedInfo &info);
H A Dwifi_internal_event_dispatcher.h135 static void PublishConnStateChangedEvent(int state, int instId, const WifiLinkedInfo &info);
H A Dwifi_internal_event_dispatcher.cpp559 … WifiInternalEventDispatcher::PublishConnStateChangedEvent(msg.msgData, msg.id, msg.linkInfo); in PublishStaEvent()
947 void WifiInternalEventDispatcher::PublishConnStateChangedEvent(int state, int instId, const WifiLin… in PublishConnStateChangedEvent() function in OHOS::Wifi::WifiInternalEventDispatcher
968 …if ((instId == INSTID_WLAN0 && WifiCommonEventHelper::PublishConnStateChangedEvent(state, eventDat… in PublishConnStateChangedEvent()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dwifi_common_event_helper.h65 static bool PublishConnStateChangedEvent(const int &code, const std::string &data);
H A Dwifi_common_event_helper.cpp144 bool WifiCommonEventHelper::PublishConnStateChangedEvent(const int &code, const std::string &data) in PublishConnStateChangedEvent() function in OHOS::Wifi::WifiCommonEventHelper