Home
last modified time | relevance | path

Searched refs:completeFunc (Results 1 - 5 of 5) sorted by relevance

/base/location/interfaces/inner_api/include/
H A Dasync_context.h31 std::function<void(void*)> completeFunc; member in OHOS::Location::AsyncContext
42 completeFunc = nullptr; in AsyncContext()
/base/security/huks/frameworks/crypto_lite/js/napi/
H A Dcipher_napi.cpp119 napi_value *failFunc, napi_value *completeFunc) in GetCallbackFuncProperty()
131 status = napi_get_named_property(env, object, "complete", completeFunc); in GetCallbackFuncProperty()
132 if (status != napi_ok || *completeFunc == nullptr) { in GetCallbackFuncProperty()
140 napi_value completeFunc, CallbackContext *callback) in CreateCallbackReference()
163 status = napi_create_reference(env, completeFunc, 1, &callback->callbackComplete); in CreateCallbackReference()
271 napi_value completeFunc = nullptr; in GetAesInput() local
292 ret = GetCallbackFuncProperty(env, object, &successFunc, &failFunc, &completeFunc); in GetAesInput()
303 ret = CreateCallbackReference(env, successFunc, failFunc, completeFunc, context->callback); in GetAesInput()
396 napi_value completeFunc = nullptr; in GetRsaInput() local
417 ret = GetCallbackFuncProperty(env, object, &successFunc, &failFunc, &completeFunc); in GetRsaInput()
118 GetCallbackFuncProperty(napi_env env, napi_value object, napi_value *successFunc, napi_value *failFunc, napi_value *completeFunc) GetCallbackFuncProperty() argument
139 CreateCallbackReference(napi_env env, napi_value successFunc, napi_value failFunc, napi_value completeFunc, CallbackContext *callback) CreateCallbackReference() argument
[all...]
/base/location/frameworks/js/napi/source/
H A Dlocation_napi_adapter.cpp57 asyncContext->completeFunc = [&](void* data) -> void { in GetLastLocation()
125 asyncContext->completeFunc = [&](void* data) -> void { in IsLocationEnabled()
165 asyncContext->completeFunc = [&](void* data) -> void { in EnableLocation()
205 asyncContext->completeFunc = [&](void* data) -> void { in DisableLocation()
239 asyncContext->completeFunc = [&](void* data) -> void { in RequestEnableLocation()
279 asyncContext->completeFunc = [&](void* data) -> void { in IsGeoServiceAvailable()
326 asyncContext->completeFunc = [&](void* data) -> void { in CreateReverseGeocodeAsyncContext()
367 asyncContext->completeFunc = [&](void* data) -> void { in CreateReverseGeocodeAsyncContext()
589 asyncContext->completeFunc = [&](void* data) -> void { in CreateReverseGeocodeAsyncContext()
638 asyncContext->completeFunc in CreateReverseGeocodeAsyncContext()
[all...]
H A Dlocation_napi_event.cpp494 asyncContext->completeFunc = [&](void* data) -> void { in CreateSingleLocationAsyncContext()
H A Dnapi_util.cpp981 context->completeFunc(data); in CreateAsyncWork()

Completed in 7 milliseconds