Home
last modified time | relevance | path

Searched refs:EVENT_P2P_CONFIG_CHANGE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Ddefine.h74 #define EVENT_P2P_CONFIG_CHANGE "p2pConfigChange" macro
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/
H A Dwifi_c_p2p.cpp555 std::vector<std::string> event = {EVENT_P2P_CONFIG_CHANGE}; in RegisterCfgChangCallback()
557 EventManager::GetInstance().SetP2PCallbackEvent(sptrCallback, EVENT_P2P_CONFIG_CHANGE); in RegisterCfgChangCallback()
565 EventManager::GetInstance().RemoveP2PCallbackEvent(EVENT_P2P_CONFIG_CHANGE); in UnregisterCfgChangCallback()
/ohos5.0/foundation/communication/wifi/wifi/utils/inc/
H A Dwifi_common_util.h80 { EVENT_P2P_CONFIG_CHANGE, WIFI_CBK_MSG_CFG_CHANGE },