Home
last modified time | relevance | path

Searched refs:PublishWifi2PowerStateChangeEvent (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.h58 static bool PublishWifi2PowerStateChangeEvent(const int &code, const std::string &data);
H A Dwifi_common_event_helper.cpp99 bool WifiCommonEventHelper::PublishWifi2PowerStateChangeEvent(const int &code, const std::string &d… in PublishWifi2PowerStateChangeEvent() 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.cpp1000 … if (!WifiCommonEventHelper::PublishWifi2PowerStateChangeEvent(state, "OnWifiPowerStateChanged")) { in PublishWifiStateChangedEvent()