Home
last modified time | relevance | path

Searched refs:PublishRssiValueChangedEvent (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.cpp137 WifiInternalEventDispatcher::PublishRssiValueChangedEvent(msg.msgData); in DealStaCallbackMsg()
240 void WifiInternalEventDispatcher::PublishRssiValueChangedEvent(int state) in PublishRssiValueChangedEvent() function in OHOS::Wifi::WifiInternalEventDispatcher
245 if (!WifiCommonEventHelper::PublishRssiValueChangedEvent("wifiSignalLevel", signalLevel, in PublishRssiValueChangedEvent()
H A Dwifi_internal_event_dispatcher_lite.h96 static void PublishRssiValueChangedEvent(int state);
H A Dwifi_internal_event_dispatcher.h137 static void PublishRssiValueChangedEvent(int state, int instId);
H A Dwifi_internal_event_dispatcher.cpp562 WifiInternalEventDispatcher::PublishRssiValueChangedEvent(msg.msgData, msg.id); in PublishStaEvent()
976 void WifiInternalEventDispatcher::PublishRssiValueChangedEvent(int state, int instId) in PublishRssiValueChangedEvent() function in OHOS::Wifi::WifiInternalEventDispatcher
984 if (!WifiCommonEventHelper::PublishRssiValueChangedEvent("wifiSignalLevel", signalLevel, in PublishRssiValueChangedEvent()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dwifi_common_event_helper.h62 static bool PublishRssiValueChangedEvent(const std::string &pramKey, int paramValue,
H A Dwifi_common_event_helper.cpp128 bool WifiCommonEventHelper::PublishRssiValueChangedEvent(const std::string &pramKey, int paramValue, in PublishRssiValueChangedEvent() function in OHOS::Wifi::WifiCommonEventHelper