Home
last modified time | relevance | path

Searched refs:PublishP2pStateChangedEvent (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.h71 static bool PublishP2pStateChangedEvent(const int &code, const std::string &data);
H A Dwifi_common_event_helper.cpp169 bool WifiCommonEventHelper::PublishP2pStateChangedEvent(const int &code, const std::string &data) in PublishP2pStateChangedEvent() 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.cpp271 WifiCommonEventHelper::PublishP2pStateChangedEvent((int)state, "OnP2pStateChanged"); in DealP2pStateChanged()