Home
last modified time | relevance | path

Searched refs:onAbilityCB (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/featureAbility/
H A Dfeature_ability.cpp652 onAbilityCB->cb.napiAsyncTask->Reject(onAbilityCB->cb.env, in CreateUVQueueWork()
656 delete onAbilityCB; in CreateUVQueueWork()
667 … objValue, "resultCode", CreateJsValue(onAbilityCB->cb.env, onAbilityCB->resultCode)); in CreateUVQueueWork()
669 objValue, "want", CreateJsWant(onAbilityCB->cb.env, onAbilityCB->resultData)); in CreateUVQueueWork()
671 onAbilityCB->cb.napiAsyncTask->Resolve(onAbilityCB->cb.env, objValue); in CreateUVQueueWork()
674 delete onAbilityCB; in CreateUVQueueWork()
675 onAbilityCB = nullptr; in CreateUVQueueWork()
705 if (onAbilityCB == nullptr) { in CallOnAbilityResult()
714 onAbilityCB->cb = callbackInfo; in CallOnAbilityResult()
725 delete onAbilityCB; in CallOnAbilityResult()
[all …]