Home
last modified time | relevance | path

Searched defs:patchVersionCode (Results 1 – 9 of 9) sorted by relevance

/developtools/packing_tool/adapter/ohos/
DHQFInfo.java30 private int patchVersionCode = -1; field in HQFInfo
70 public void setPatchVersionCode(int patchVersionCode) { in setPatchVersionCode()
DHQFVerify.java60 int patchVersionCode = hqfVerifyInfos.get(0).getPatchVersionCode(); in checkAppFields() local
/developtools/packing_tool/packing_tool/frameworks/src/json/
Dpatch_json.cpp202 bool PatchJson::GetPatchVersionCode(int32_t& patchVersionCode) in GetPatchVersionCode()
212 …Json::GetPatchVersionCodeByAppObj(const std::unique_ptr<PtJson>& appObj, int32_t& patchVersionCode) in GetPatchVersionCodeByAppObj()
379 int32_t patchVersionCode = -1; in GetHqfInfo() local
/developtools/packing_tool/packing_tool/frameworks/test/unittest/hqf_packager_test/hqf_packager_file/hqfFileExample2/
Dpatch.json6 "patchVersionCode": 1000000, number
/developtools/packing_tool/packing_tool/frameworks/test/unittest/hqf_packager_test/hqf_packager_file/hqfFileExample1/
Dpatch.json6 "patchVersionCode": 1000000, number
/developtools/packing_tool/packing_tool/frameworks/test/unittest/res_packager_test/res_packager_file/
Dpack.json6 "patchVersionCode": 1000000, number
/developtools/packing_tool/packing_tool/frameworks/src/
Dhqf_verify.cpp45 int32_t patchVersionCode = hqfInfos[0].GetPatchVersionCode(); in CheckAppFields() local
/developtools/packing_tool/packing_tool/frameworks/test/unittest/json/patch_json_test/
Dpatch_json_test.cpp246 int32_t patchVersionCode; variable
542 int32_t patchVersionCode; variable
558 int32_t patchVersionCode; variable
/developtools/packing_tool/packing_tool/frameworks/include/json/
Dhqf_info.h65 void SetPatchVersionCode(const int32_t& patchVersionCode) in SetPatchVersionCode()