Home
last modified time | relevance | path

Searched refs:failHandlerRef (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/location/frameworks/js/napi/source/
H A Dlocation_napi_system.cpp33 const napi_ref& failHandlerRef, in GetLocationOnce() argument
54 g_systemSingleLocatorCallbackHost->SetFailHandleCb(failHandlerRef); in GetLocationOnce()
61 napi_ref &failHandlerRef, napi_ref &completeHandlerRef) in GetAllCallback() argument
76 NAPI_CALL_RETURN_VOID(env, napi_create_reference(env, nVfailCallback, 1, &failHandlerRef)); in GetAllCallback()
102 napi_ref failHandlerRef = nullptr; in GetLocation() local
123 GetAllCallback(env, argv[0], successHandlerRef, failHandlerRef, completeHandlerRef); in GetLocation()
125 GetLocationOnce(env, successHandlerRef, failHandlerRef, completeHandlerRef, fixnumber); in GetLocation()
189 napi_ref& failHandlerRef, in SubscribeSystemLocationChange() argument
205 locatorCallbackHost->SetFailHandleCb(failHandlerRef); in SubscribeSystemLocationChange()
226 napi_ref failHandlerRef = nullptr; in Subscribe() local
[all …]