Home
last modified time | relevance | path

Searched defs:handlerRef (Results 1 – 3 of 3) sorted by relevance

/base/location/frameworks/js/napi/source/
Dlocation_napi_event.cpp97 const napi_ref& handlerRef, sptr<LocationSwitchCallbackHost>& switchCallbackHost) in SubscribeLocationServiceState()
106 const napi_ref& handlerRef, sptr<LocationSwitchCallbackHost>& switchCallbackHost) in SubscribeLocationServiceStateV9()
114 void SubscribeGnssStatus(const napi_env& env, const napi_ref& handlerRef, in SubscribeGnssStatus()
123 LocationErrCode SubscribeGnssStatusV9(const napi_env& env, const napi_ref& handlerRef, in SubscribeGnssStatusV9()
136 void SubscribeNmeaMessage(const napi_env& env, const napi_ref& handlerRef, in SubscribeNmeaMessage()
145 LocationErrCode SubscribeNmeaMessageV9(const napi_env& env, const napi_ref& handlerRef, in SubscribeNmeaMessageV9()
201 const napi_ref& handlerRef, sptr<LocatorCallbackHost>& locatorCallbackHost) in SubscribeLocationChange()
214 const napi_ref& handlerRef, sptr<LocatorCallbackHost>& locatorCallbackHost) in SubscribeLocationChangeV9()
231 const napi_ref& handlerRef, sptr<CountryCodeCallbackHost>& callbackHost) in SubscribeCountryCodeChange()
241 const napi_ref& handlerRef, sptr<CountryCodeCallbackHost>& callbackHost) in SubscribeCountryCodeChangeV9()
[all …]
/base/location/frameworks/js/napi/include/
Dcallback_manager.h76 void CallbackManager<T>::AddCallback(const napi_env& env, const napi_ref& handlerRef, const sptr<T>… in AddCallback()
/base/powermgr/thermal_manager/frameworks/napi/
Dthermal_manager_napi.cpp246 napi_ref handlerRef = nullptr; in UnSubscribeThermalLevel() local