Home
last modified time | relevance | path

Searched refs:EVENT_P2P_PERSISTENT_GROUP_CHANGE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Ddefine.h67 #define EVENT_P2P_PERSISTENT_GROUP_CHANGE "p2pPersistentGroupChange" macro
/ohos5.0/foundation/communication/wifi/wifi/utils/inc/
H A Dwifi_common_util.h73 { EVENT_P2P_PERSISTENT_GROUP_CHANGE, WIFI_CBK_MSG_PERSISTENT_GROUPS_CHANGE },
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H A Dwifi_napi_event.cpp48 EVENT_P2P_PERSISTENT_GROUP_CHANGE,
66 { EVENT_P2P_PERSISTENT_GROUP_CHANGE, SYSCAP_WIFI_P2P },
390 CheckAndNotify(EVENT_P2P_PERSISTENT_GROUP_CHANGE, nullptr); in OnP2pPersistentGroupsChanged()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/
H A Dwifi_c_p2p.cpp503 std::vector<std::string> event = {EVENT_P2P_PERSISTENT_GROUP_CHANGE}; in RegisterP2pPersistentGroupsChangedCallback()
505 … EventManager::GetInstance().SetP2PCallbackEvent(sptrCallback, EVENT_P2P_PERSISTENT_GROUP_CHANGE); in RegisterP2pPersistentGroupsChangedCallback()