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 D | wifi_internal_event_dispatcher_lite.cpp | 134 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 D | wifi_internal_event_dispatcher_lite.h | 94 static void PublishConnStateChangedEvent(int state, const WifiLinkedInfo &info);
|
H A D | wifi_internal_event_dispatcher.h | 135 static void PublishConnStateChangedEvent(int state, int instId, const WifiLinkedInfo &info);
|
H A D | wifi_internal_event_dispatcher.cpp | 559 … 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 D | wifi_common_event_helper.h | 65 static bool PublishConnStateChangedEvent(const int &code, const std::string &data);
|
H A D | wifi_common_event_helper.cpp | 144 bool WifiCommonEventHelper::PublishConnStateChangedEvent(const int &code, const std::string &data) in PublishConnStateChangedEvent() function in OHOS::Wifi::WifiCommonEventHelper
|