Home
last modified time | relevance | path

Searched refs:PublishP2pGroupStateChangedEvent (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.h76 static bool PublishP2pGroupStateChangedEvent(const int &code, const std::string &data);
H A Dwifi_common_event_helper.cpp194 bool WifiCommonEventHelper::PublishP2pGroupStateChangedEvent(const int &code, const std::string &da… in PublishP2pGroupStateChangedEvent() 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.cpp353 WifiCommonEventHelper::PublishP2pGroupStateChangedEvent(0, "OnP2pGroupStateChanged"); in DealP2pGroupsChanged()