Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/test/unittest/quick_fix/quick_fix_manager_service_test/
H A Dquick_fix_manager_apply_task_test.cpp227 applyTask->patchVersionCode_ = 100;
257 EXPECT_EQ(applyTask->patchVersionCode_, 100001);
427 applyTask->patchVersionCode_ = 100;
446 applyTask->patchVersionCode_ = 100;
466 applyTask->patchVersionCode_ = 100;
486 applyTask->patchVersionCode_ = 100;
507 applyTask->patchVersionCode_ = 100;
528 applyTask->patchVersionCode_ = 100;
791 applyTask->patchVersionCode_ = 100;
877 applyTask->patchVersionCode_ = 100;
[all …]
/ohos5.0/foundation/ability/ability_runtime/services/quickfixmgr/include/
H A Dquick_fix_manager_apply_task.h86 int patchVersionCode_ = 0; variable
/ohos5.0/foundation/ability/ability_runtime/services/quickfixmgr/src/
H A Dquick_fix_manager_apply_task.cpp553 patchVersionCode_ = resultJson.at(QUICK_FIX_PATCH_VERSION_CODE).get<int32_t>(); in ExtractQuickFixDataFromJson()
598 patchVersionCode_, isSoContained_, static_cast<int32_t>(type_)); in SetQuickFixInfo()
625 want.SetParam(PATCH_VERSION, patchVersionCode_); in NotifyApplyStatus()