Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/quickfixmgr/include/
H A Dquick_fix_manager_apply_task.h46 bool SetQuickFixInfo(const std::shared_ptr<AppExecFwk::QuickFixResult> &result);
/ohos5.0/foundation/ability/ability_runtime/services/quickfixmgr/src/
H A Dquick_fix_manager_apply_task.cpp83 if (!applyTask_->SetQuickFixInfo(result)) { in OnPatchDeployed()
569 bool QuickFixManagerApplyTask::SetQuickFixInfo(const std::shared_ptr<AppExecFwk::QuickFixResult> &r… in SetQuickFixInfo() function in OHOS::AAFwk::QuickFixManagerApplyTask
/ohos5.0/foundation/ability/ability_runtime/test/unittest/quick_fix/quick_fix_manager_service_test/
H A Dquick_fix_manager_apply_task_test.cpp253 bool res = applyTask->SetQuickFixInfo(quickFixRes);