Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session_manager.cpp1186 auto iterFuncType = ListenerFunctionTypeMap.find(cbType); in OnRegisterCallback() local
1187 if (iterFuncType == ListenerFunctionTypeMap.end()) { in OnRegisterCallback()
1193 ListenerFunctionType listenerFunctionType = iterFuncType->second; in OnRegisterCallback()