Home
last modified time | relevance | path

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

/ohos5.0/base/location/frameworks/js/napi/source/
H A Dlocation_napi_system.cpp34 const napi_ref& completeHandlerRef, in GetLocationOnce() argument
55 g_systemSingleLocatorCallbackHost->SetCompleteHandleCb(completeHandlerRef); in GetLocationOnce()
61 napi_ref &failHandlerRef, napi_ref &completeHandlerRef) in GetAllCallback() argument
82 …NAPI_CALL_RETURN_VOID(env, napi_create_reference(env, nVcompleteCallback, 1, &completeHandlerRef)); in GetAllCallback()
103 napi_ref completeHandlerRef = nullptr; in GetLocation() local
123 GetAllCallback(env, argv[0], successHandlerRef, failHandlerRef, completeHandlerRef); in GetLocation()
125 GetLocationOnce(env, successHandlerRef, failHandlerRef, completeHandlerRef, fixnumber); in GetLocation()
227 napi_ref completeHandlerRef = nullptr; in Subscribe() local
241 GetAllCallback(env, argv[0], successHandlerRef, failHandlerRef, completeHandlerRef); in Subscribe()