Searched refs:g_countryCodeCallbacks (Results 1 – 1 of 1) sorted by relevance
38 CallbackManager<CountryCodeCallbackNapi> g_countryCodeCallbacks; variable877 if (g_countryCodeCallbacks.IsCallbackInMap(env, argv[PARAM1])) { in OnCountryCodeChangeCallback()895 g_countryCodeCallbacks.AddCallback(env, handlerRef, callbackHost); in OnCountryCodeChangeCallback()1147 g_countryCodeCallbacks.GetCallbackMap(); in OffAllCountryCodeChangeCallback()1169 g_countryCodeCallbacks.DeleteCallbackByEnv(env); in OffAllCountryCodeChangeCallback()1314 auto callbackHost = g_countryCodeCallbacks.GetCallbackPtr(env, handler); in OffCountryCodeChangeCallback()1325 g_countryCodeCallbacks.DeleteCallback(env, handler); in OffCountryCodeChangeCallback()