Searched refs:g_locationCallbacks (Results 1 – 1 of 1) sorted by relevance
34 CallbackManager<LocatorCallbackNapi> g_locationCallbacks; variable798 if (g_locationCallbacks.IsCallbackInMap(env, argv[PARAM2])) { in OnLocationChangeCallback()817 g_locationCallbacks.AddCallback(env, handlerRef, locatorCallbackHost); in OnLocationChangeCallback()1026 g_locationCallbacks.GetCallbackMap(); in OffAllLocationChangeCallback()1049 g_locationCallbacks.DeleteCallbackByEnv(env); in OffAllLocationChangeCallback()1223 auto locatorCallbackHost = g_locationCallbacks.GetCallbackPtr(env, handler); in OffLocationChangeCallback()1235 g_locationCallbacks.DeleteCallback(env, handler); in OffLocationChangeCallback()