Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/frameworks/js/napi/feature_ability/
H A Djs_feature_ability.h57 napi_value OnFinishWithResult(napi_env env, NapiCallbackInfo& info);
H A Djs_feature_ability.cpp47 GET_NAPI_INFO_AND_CALL(env, info, JsFeatureAbility, OnFinishWithResult); in FinishWithResult()
169 napi_value JsFeatureAbility::OnFinishWithResult(napi_env env, NapiCallbackInfo& info) in OnFinishWithResult() function in OHOS::AbilityRuntime::JsFeatureAbility
223 NapiAsyncTask::ScheduleHighQos("JSFeatureAbility::OnFinishWithResult", in OnFinishWithResult()
/foundation/ability/ability_runtime/frameworks/js/napi/featureAbility/
H A Dfeature_ability.cpp90 napi_value OnFinishWithResult(napi_env env, NapiCallbackInfo& info);
211 GET_NAPI_INFO_AND_CALL(env, info, JsFeatureAbility, OnFinishWithResult); in FinishWithResult()
321 napi_value JsFeatureAbility::OnFinishWithResult(napi_env env, NapiCallbackInfo& info) in OnFinishWithResult() function in OHOS::AppExecFwk::JsFeatureAbility
371 NapiAsyncTask::ScheduleHighQos("JSFeatureAbility::OnFinishWithResult", in OnFinishWithResult()

Completed in 4 milliseconds