Home
last modified time | relevance | path

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

/ohos5.0/base/location/frameworks/js/napi/include/
H A Dcallback_manager.h79 void CallbackManager<T>::AddCallback(const napi_env& env, const napi_ref& handlerRef, const sptr<T>… in AddCallback()
146 napi_ref handlerRef = nullptr; in RegCallback() local
161 const napi_ref& handlerRef, sptr<T>& callbackHost) in SubscribeChange()
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dlocation_napi_event.cpp136 void SubscribeGnssStatus(const napi_env& env, const napi_ref& handlerRef, in SubscribeGnssStatus()
158 void SubscribeNmeaMessage(const napi_env& env, const napi_ref& handlerRef, in SubscribeNmeaMessage()
256 const napi_ref& handlerRef, sptr<CountryCodeCallbackNapi>& callbackHost) in SubscribeCountryCodeChange()
669 napi_ref handlerRef = nullptr; in OnLocationServiceStateCallback() local
717 napi_ref handlerRef = nullptr; in OnCachedGnssLocationsReportingCallback() local
756 napi_ref handlerRef = nullptr; in OnGnssStatusChangeCallback() local
805 napi_ref handlerRef = nullptr; in OnLocationChangeCallback() local
845 napi_ref handlerRef = nullptr; in OnNmeaMessageChangeCallback() local
884 napi_ref handlerRef = nullptr; in OnCountryCodeChangeCallback() local
945 napi_ref handlerRef = nullptr; in OnLocatingRequiredDataChangeCallback() local
[all …]
H A Dgeofence_napi.cpp70 napi_ref handlerRef = nullptr; in JsObjToGeofenceTransitionCallback() local
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/kits/js/include/
H A Ddm_native_event.h28 napi_ref handlerRef = nullptr; member
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/include/
H A Ddm_native_event.h28 napi_ref handlerRef = nullptr; member
/ohos5.0/base/hiviewdfx/hiview/base/test/unittest/common/
H A Devent_base_test.cpp89 EventHandler& handlerRef = handler; variable
/ohos5.0/foundation/arkui/napi/sample/native_module_netserver/
H A Devent_target.cpp27 napi_ref handlerRef = nullptr; member
/ohos5.0/base/powermgr/thermal_manager/frameworks/napi/
H A Dthermal_manager_napi.cpp253 napi_ref handlerRef = nullptr; in UnSubscribeThermalLevel() local
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/tag/
H A Dnfc_napi_foreground_dispatch.cpp346 napi_ref handlerRef = nullptr; in Register() local
540 napi_ref handlerRef = nullptr; in Register() local
/ohos5.0/foundation/communication/connected_nfc_tag/frameworks/js/napi/
H A Dnfc_napi_event.cpp257 napi_ref handlerRef = nullptr; in Register() local
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/controller/
H A Dnfc_napi_controller_event.cpp286 napi_ref handlerRef = nullptr; in Register() local
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/cardEmulation/
H A Dnfc_napi_hce_adapter.cpp209 napi_ref handlerRef = nullptr; in Register() local
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H A Dwifi_napi_event.cpp721 napi_ref handlerRef = nullptr; in Register() local
/ohos5.0/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H A Dnapi_accessibility_system_ability_client.cpp747 void StateListener::NotifyJS(napi_env env, bool state, napi_ref handlerRef) in NotifyJS()