/developtools/packing_tool/adapter/ohos/ |
H A D | Version.java | 26 public int versionCode = -1;
field in Version
|
H A D | DependencyItem.java | 36 private int versionCode = 0;
field in DependencyItem 58 public void setVersionCode(int versionCode) {
in setVersionCode() argument
|
H A D | HQFInfo.java | 26 private int versionCode = -1;
field in HQFInfo 54 public void setVersionCode(int versionCode) {
in setVersionCode() argument
|
H A D | PackageNormalize.java | 83 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 D | VerifyCollection.java | 39 public int versionCode = -1;
field in VerifyCollection
|
H A D | AppInfo.java | 48 public String versionCode = ""; field in AppInfo
|
H A D | ModuleAppInfo.java | 63 public int versionCode = DEFAULT_VERSION_CODE; field in ModuleAppInfo
|
/developtools/packing_tool/packing_tool/frameworks/include/json/ |
H A D | dependency_item.h | 26 int32_t versionCode = 0; member
|
H A D | version.h | 24 int32_t versionCode = -1; member
|
H A D | hap_verify_utils.h | 32 int32_t versionCode = -1; member
|
H A D | hqf_info.h | 45 void SetVersionCode(const int32_t& versionCode) in SetVersionCode() argument
|
/developtools/packing_tool/packing_tool/frameworks/src/ |
H A D | hqf_verify.cpp | 43 int32_t versionCode = hqfInfos[0].GetVersionCode(); in CheckAppFields() local
|
H A D | package_normalize.cpp | 125 int32_t versionCode = std::stoi(parameterMap_.at(Constants::PARAM_VERSION_CODE)); in Process() local
|
H A D | version_normalize.cpp | 269 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 D | hqf_verify_test.cpp | 61 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 D | patch_json_test.cpp | 214 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 D | patch_json.cpp | 148 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 D | pack_info.cpp | 408 bool PackInfo::SetVersionCode(const int32_t& versionCode) in SetVersionCode() argument
|
H A D | module_json_stage.cpp | 90 bool ModuleJson::SetStageVersionCode(const int32_t& versionCode) in SetStageVersionCode() argument
|
H A D | module_json_fa.cpp | 148 bool ModuleJson::SetFaVersionCode(const int32_t& versionCode) in SetFaVersionCode() argument
|
H A D | module_json.cpp | 1332 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 D | module_json_stage_test.cpp | 1087 int32_t versionCode = 99; in HWTEST_F() local [all...] |
/developtools/packing_tool/packing_tool/frameworks/test/unittest/json/pack_info_test/ |
H A D | pack_info_test.cpp | 1608 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 D | Provision.java | 92 private Integer versionCode; field in Provision 209 public void setVersionCode(Integer versionCode) { in setVersionCode() argument
|
/developtools/hapsigner/hapsigntool_cpp/profile/include/ |
H A D | profile_info.h | 76 int32_t versionCode = 0; member
|