Home
last modified time | relevance | path

Searched defs:versionCode (Results 1 - 25 of 26) sorted by relevance

12

/developtools/packing_tool/adapter/ohos/
H A DVersion.java26 public int versionCode = -1; field in Version
H A DDependencyItem.java36 private int versionCode = 0; field in DependencyItem
58 public void setVersionCode(int versionCode) { in setVersionCode() argument
H A DHQFInfo.java26 private int versionCode = -1; field in HQFInfo
54 public void setVersionCode(int versionCode) { in setVersionCode() argument
H A DPackageNormalize.java83 private static void normalize(Path hspPath, Path outPath, String bundleName, int versionCode) in normalize() argument
133 private static void updateModuleJson(Path moduleJson, String bundleName, int versionCode) in updateModuleJson() argument
154 private static void updatePackInfo(Path packInfo, String bundleName, int versionCode) in updatePackInfo() argument
[all...]
H A DVerifyCollection.java39 public int versionCode = -1; field in VerifyCollection
H A DAppInfo.java48 public String versionCode = ""; field in AppInfo
H A DModuleAppInfo.java63 public int versionCode = DEFAULT_VERSION_CODE; field in ModuleAppInfo
/developtools/packing_tool/packing_tool/frameworks/include/json/
H A Ddependency_item.h26 int32_t versionCode = 0; member
H A Dversion.h24 int32_t versionCode = -1; member
H A Dhap_verify_utils.h32 int32_t versionCode = -1; member
H A Dhqf_info.h45 void SetVersionCode(const int32_t& versionCode) in SetVersionCode() argument
/developtools/packing_tool/packing_tool/frameworks/src/
H A Dhqf_verify.cpp43 int32_t versionCode = hqfInfos[0].GetVersionCode(); in CheckAppFields() local
H A Dpackage_normalize.cpp125 int32_t versionCode = std::stoi(parameterMap_.at(Constants::PARAM_VERSION_CODE)); in Process() local
H A Dversion_normalize.cpp269 int32_t versionCode = std::stoi(parameterMap_.at(Constants::PARAM_VERSION_CODE)); in Process() local
222 ProcessJsonFiles(const std::string &tempPath, std::list<NormalizeVersion> &normalizeVersionList, const int32_t &versionCode, const std::string &versionName) ProcessJsonFiles() argument
/developtools/packing_tool/packing_tool/frameworks/test/unittest/hqf_verify_test/
H A Dhqf_verify_test.cpp61 int32_t versionCode = 1; in CreateHqfInfo() local
111 int32_t versionCode = 2; in HWTEST_F() local
/developtools/packing_tool/packing_tool/frameworks/test/unittest/json/patch_json_test/
H A Dpatch_json_test.cpp214 int32_t versionCode; in HWTEST_F() local
466 int32_t versionCode; in HWTEST_F() local
482 int32_t versionCode; in HWTEST_F() local
[all...]
/developtools/packing_tool/packing_tool/frameworks/src/json/
H A Dpatch_json.cpp148 bool PatchJson::GetVersionCode(int32_t& versionCode) in GetVersionCode() argument
158 bool PatchJson::GetVersionCodeByAppObj(const std::unique_ptr<PtJson>& appObj, int32_t& versionCode) in GetVersionCodeByAppObj() argument
377 int32_t versionCode = -1; in GetHqfInfo() local
H A Dpack_info.cpp408 bool PackInfo::SetVersionCode(const int32_t& versionCode) in SetVersionCode() argument
H A Dmodule_json_stage.cpp90 bool ModuleJson::SetStageVersionCode(const int32_t& versionCode) in SetStageVersionCode() argument
H A Dmodule_json_fa.cpp148 bool ModuleJson::SetFaVersionCode(const int32_t& versionCode) in SetFaVersionCode() argument
H A Dmodule_json.cpp1332 bool ModuleJson::SetVersionCodeAndName(const int32_t& versionCode, const std::string& versionName, const bool& isStage) in SetVersionCodeAndName() argument
/developtools/packing_tool/packing_tool/frameworks/test/unittest/json/module_json_stage_test/
H A Dmodule_json_stage_test.cpp1087 int32_t versionCode = 99; in HWTEST_F() local
[all...]
/developtools/packing_tool/packing_tool/frameworks/test/unittest/json/pack_info_test/
H A Dpack_info_test.cpp1608 int versionCode = 1; in HWTEST_F() local
1621 int versionCode = 1; in HWTEST_F() local
1635 int versionCode = 1; in HWTEST_F() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/profile/model/
H A DProvision.java92 private Integer versionCode; field in Provision
209 public void setVersionCode(Integer versionCode) { in setVersionCode() argument
/developtools/hapsigner/hapsigntool_cpp/profile/include/
H A Dprofile_info.h76 int32_t versionCode = 0; member

Completed in 20 milliseconds

12