Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_internal_event_dispatcher.cpp366 auto itr = mHotspotCallbackInfo[id].find(remote); in AddHotspotCallback()
367 if (itr != mHotspotCallbackInfo[id].end()) { in AddHotspotCallback()
372 mHotspotCallbackInfo[id].insert({remote, {eventIter->second}}); in AddHotspotCallback()
379 HotspotCallbackInfo &hotspotCallbackInfo = mHotspotCallbackInfo[id]; in AddHotspotCallback()
394 mHotspotCallbackInfo[id].erase(mHotspotCallbackInfo[id].find(remote)); in RemoveHotspotCallback()
757 if (mHotspotCallbackInfo[msg.id][remote].count(msg.msgCode) == 0) { in InvokeHotspotCallbacks()
H A Dwifi_internal_event_dispatcher.h152 std::map<int, HotspotCallbackInfo> mHotspotCallbackInfo; variable