Home
last modified time | relevance | path

Searched refs:PublishP2pPeersStateChangedEvent (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.h73 static bool PublishP2pPeersStateChangedEvent(const int &code, const std::string &data);
H A Dwifi_common_event_helper.cpp179 bool WifiCommonEventHelper::PublishP2pPeersStateChangedEvent(const int &code, const std::string &da… in PublishP2pPeersStateChangedEvent() function in OHOS::Wifi::WifiCommonEventHelper
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/
H A Dwifi_p2p_manager.cpp281 WifiCommonEventHelper::PublishP2pPeersStateChangedEvent(vPeers.size(), "OnP2pPeersChanged"); in DealP2pPeersChanged()