Home
last modified time | relevance | path

Searched refs:HotspotCallbackInfo (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.h40 using HotspotCallbackInfo = std::map<sptr<IRemoteObject>, std::unordered_set<int>>; variable
152 std::map<int, HotspotCallbackInfo> mHotspotCallbackInfo;
H A Dwifi_internal_event_dispatcher.cpp379 HotspotCallbackInfo &hotspotCallbackInfo = mHotspotCallbackInfo[id]; in AddHotspotCallback()