Home
last modified time | relevance | path

Searched refs:callbackEventId (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.h121 bool VerifyRegisterCallbackPermission(int callbackEventId);
H A Dwifi_internal_event_dispatcher.cpp1012 bool WifiInternalEventDispatcher::VerifyRegisterCallbackPermission(int callbackEventId) in VerifyRegisterCallbackPermission() argument
1014 if (g_CallbackEventChkSysAppList.find(callbackEventId) != g_CallbackEventChkSysAppList.end()) { in VerifyRegisterCallbackPermission()
1022 pr = g_CallbackEventPermissionMap.equal_range(callbackEventId); in VerifyRegisterCallbackPermission()