Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/quickfixmgr/src/
H A Dquick_fix_manager_apply_task.cpp328 isSoContained_ = isSoContained; in InitRevokeTask()
331 isSoContained_ ? "true" : "false"); in InitRevokeTask()
340 if (isRunning_ && isSoContained_) { in HandlePatchDeployed()
342 } else if (isRunning_ && !isSoContained_) { in HandlePatchDeployed()
368 if (isRunning_ && !isSoContained_) { in HandlePatchSwitched()
380 if (isRunning_ && !isSoContained_ && type_ == AppExecFwk::QuickFixType::HOT_RELOAD) { in HandlePatchDeleted()
559 isSoContained_ = resultJson.at(QUICK_FIX_IS_SO_CONTAINED).get<bool>(); in ExtractQuickFixDataFromJson()
598 patchVersionCode_, isSoContained_, static_cast<int32_t>(type_)); in SetQuickFixInfo()
847 if (isSoContained_) { in HandleRevokeQuickFixAppRunning()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/quick_fix/quick_fix_manager_service_test/
H A Dquick_fix_manager_apply_task_test.cpp258 EXPECT_EQ(applyTask->isSoContained_, true);
487 applyTask->isSoContained_ = true;
508 applyTask->isSoContained_ = false;
529 applyTask->isSoContained_ = false;
549 applyTask->isSoContained_ = true;
792 applyTask->isSoContained_ = true;
878 applyTask->isSoContained_ = true;
900 applyTask->isSoContained_ = true;
/ohos5.0/foundation/ability/ability_runtime/services/quickfixmgr/include/
H A Dquick_fix_manager_apply_task.h88 bool isSoContained_ = false; variable