Searched refs:OnFinishWithResult (Results 1 - 3 of 3) sorted by relevance
/foundation/ability/ability_runtime/frameworks/js/napi/feature_ability/ |
H A D | js_feature_ability.h | 57 napi_value OnFinishWithResult(napi_env env, NapiCallbackInfo& info);
|
H A D | js_feature_ability.cpp | 47 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 D | feature_ability.cpp | 90 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