Home
last modified time | relevance | path

Searched refs:FAIL_CALLBACK (Results 1 - 4 of 4) sorted by relevance

/base/location/frameworks/js/napi/include/
H A Dlocator_callback_napi.h72 context->callback[FAIL_CALLBACK] = failHandlerCb_; in InitContext()
/base/location/interfaces/inner_api/include/
H A Dconstant_definition.h29 const int FAIL_CALLBACK = 1; member
/base/location/frameworks/js/napi/source/
H A Dlocator_callback_napi.cpp237 if (context->callback[FAIL_CALLBACK] != nullptr) { in DoSendErrorCode()
243 napi_get_reference_value(context->env, context->callback[FAIL_CALLBACK], &handler), in DoSendErrorCode()
H A Dnapi_util.cpp950 if (context->callback[FAIL_CALLBACK] != nullptr) { in MemoryReclamation()
951 NAPI_CALL_RETURN_VOID(env, napi_delete_reference(env, context->callback[FAIL_CALLBACK])); in MemoryReclamation()
1059 if (context->callback[FAIL_CALLBACK] != nullptr) { in DeleteCallbackHandler()
1061 napi_delete_reference(context->env, context->callback[FAIL_CALLBACK]), in DeleteCallbackHandler()

Completed in 5 milliseconds