Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dwifi_common_event_helper.h66 static bool PublishWifi2ConnStateChangedEvent(const int &code, const std::string &data);
H A Dwifi_common_event_helper.cpp139 bool WifiCommonEventHelper::PublishWifi2ConnStateChangedEvent(const int &code, const std::string &d… in PublishWifi2ConnStateChangedEvent() function in OHOS::Wifi::WifiCommonEventHelper
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_internal_event_dispatcher.cpp969 …(instId == INSTID_WLAN1 && WifiCommonEventHelper::PublishWifi2ConnStateChangedEvent(state, eventDa… in PublishConnStateChangedEvent()