Searched refs:completeHandlerRef (Results 1 - 1 of 1) sorted by relevance
/base/location/frameworks/js/napi/source/ |
H A D | location_napi_system.cpp | 34 const napi_ref& completeHandlerRef, in GetLocationOnce() 55 g_systemSingleLocatorCallbackHost->SetCompleteHandleCb(completeHandlerRef); in GetLocationOnce() 61 napi_ref &failHandlerRef, napi_ref &completeHandlerRef) in GetAllCallback() 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() 31 GetLocationOnce(const napi_env& env, const napi_ref& successHandlerRef, const napi_ref& failHandlerRef, const napi_ref& completeHandlerRef, int fixNumber) GetLocationOnce() argument 60 GetAllCallback(const napi_env &env, const napi_value &argv, napi_ref &successHandlerRef, napi_ref &failHandlerRef, napi_ref &completeHandlerRef) GetAllCallback() argument
|
Completed in 1 milliseconds