Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/test/unittest/quick_fix/quick_fix_manager_service_test/
Dquick_fix_manager_apply_task_test.cpp205 applyTask->patchVersionCode_ = 100;
325 EXPECT_EQ(applyTask->patchVersionCode_, 100001);
493 applyTask->patchVersionCode_ = 100;
512 applyTask->patchVersionCode_ = 100;
532 applyTask->patchVersionCode_ = 100;
552 applyTask->patchVersionCode_ = 100;
573 applyTask->patchVersionCode_ = 100;
594 applyTask->patchVersionCode_ = 100;
/foundation/ability/ability_runtime/services/quickfixmgr/include/
Dquick_fix_manager_apply_task.h85 int patchVersionCode_ = 0; variable
/foundation/ability/ability_runtime/services/quickfixmgr/src/
Dquick_fix_manager_apply_task.cpp542 patchVersionCode_ = resultJson.at(QUICK_FIX_PATCH_VERSION_CODE).get<int32_t>(); in SetQuickFixInfo()
573 … "type: %{public}d.", bundleName_.c_str(), bundleVersionCode_, patchVersionCode_, isSoContained_, in SetQuickFixInfo()
601 want.SetParam(PATCH_VERSION, patchVersionCode_); in NotifyApplyStatus()