Home
last modified time | relevance | path

Searched defs:patchVersionName (Results 1 – 10 of 10) sorted by relevance

/developtools/packing_tool/adapter/ohos/
DHQFInfo.java32 private String patchVersionName = ""; field in HQFInfo
78 public void setPatchVersionName(String patchVersionName) { in setPatchVersionName()
DHQFVerify.java61 String patchVersionName = hqfVerifyInfos.get(0).getPatchVersionName(); in checkAppFields() local
/developtools/packing_tool/packing_tool/frameworks/src/json/
Dpatch_json.cpp229 bool PatchJson::GetPatchVersionName(std::string& patchVersionName) in GetPatchVersionName()
239 …::GetPatchVersionNameByAppObj(const std::unique_ptr<PtJson>& appObj, std::string& patchVersionName) in GetPatchVersionNameByAppObj()
380 std::string patchVersionName = ""; in GetHqfInfo() local
/developtools/packing_tool/packing_tool/frameworks/test/unittest/hqf_packager_test/hqf_packager_file/hqfFileExample2/
Dpatch.json7 "patchVersionName": "1.0.0.1" string
/developtools/packing_tool/packing_tool/frameworks/test/unittest/hqf_packager_test/hqf_packager_file/hqfFileExample1/
Dpatch.json7 "patchVersionName": "1.0.0.1" string
/developtools/packing_tool/packing_tool/frameworks/test/unittest/res_packager_test/res_packager_file/
Dpack.json7 "patchVersionName": "1.0.0.1" string
/developtools/packing_tool/packing_tool/frameworks/src/
Dhqf_verify.cpp46 const std::string& patchVersionName = hqfInfos[0].GetPatchVersionName(); in CheckAppFields() local
/developtools/packing_tool/packing_tool/frameworks/test/unittest/json/patch_json_test/
Dpatch_json_test.cpp262 std::string patchVersionName; variable
580 std::string patchVersionName; variable
596 std::string patchVersionName; variable
/developtools/packing_tool/packing_tool/frameworks/test/unittest/hqf_verify_test/
Dhqf_verify_test.cpp124 std::string patchVersionName = "2.1"; variable
/developtools/packing_tool/packing_tool/frameworks/include/json/
Dhqf_info.h75 void SetPatchVersionName(const std::string& patchVersionName) in SetPatchVersionName()