Searched refs:iterFuncType (Results 1 – 1 of 1) sorted by relevance
1186 auto iterFuncType = ListenerFunctionTypeMap.find(cbType); in OnRegisterCallback() local1187 if (iterFuncType == ListenerFunctionTypeMap.end()) { in OnRegisterCallback()1193 ListenerFunctionType listenerFunctionType = iterFuncType->second; in OnRegisterCallback()