Home
last modified time | relevance | path

Searched refs:g_apCallBackNameEventIdMap (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/utils/inc/
H A Dwifi_common_util.h64 static std::map<std::string, int> g_apCallBackNameEventIdMap = { variable
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_internal_event_dispatcher.cpp351 auto eventIter = g_apCallBackNameEventIdMap.find(eventName); in AddHotspotCallback()
352 if (eventIter == g_apCallBackNameEventIdMap.end()) { in AddHotspotCallback()