Home
last modified time | relevance | path

Searched refs:COMPLETE_CALLBACK (Results 1 - 3 of 3) sorted by relevance

/base/location/frameworks/js/napi/include/
H A Dlocator_callback_napi.h73 context->callback[COMPLETE_CALLBACK] = completeHandlerCb_; in InitContext()
/base/location/interfaces/inner_api/include/
H A Dconstant_definition.h30 const int COMPLETE_CALLBACK = 2; member
/base/location/frameworks/js/napi/source/
H A Dnapi_util.cpp953 if (context->callback[COMPLETE_CALLBACK] != nullptr) { in MemoryReclamation()
954 NAPI_CALL_RETURN_VOID(env, napi_delete_reference(env, context->callback[COMPLETE_CALLBACK])); in MemoryReclamation()
1064 if (context->callback[COMPLETE_CALLBACK] != nullptr) { in DeleteCallbackHandler()
1066 napi_delete_reference(context->env, context->callback[COMPLETE_CALLBACK]), in DeleteCallbackHandler()

Completed in 4 milliseconds