Home
last modified time | relevance | path

Searched refs:BUILD_HASH (Results 1 - 6 of 6) sorted by relevance

/developtools/packing_tool/adapter/ohos/
H A DConstants.java107 public static final String BUILD_HASH = "buildHash"; field in Constants
H A DPackageUtil.java484 moduleObject.put(Constants.BUILD_HASH, hash); in genBuildHash()
614 moduleObject.put(Constants.BUILD_HASH, hash); in genBuildHash()
H A DCompressor.java136 private static final String BUILD_HASH = "buildHash"; field in Compressor
685 moduleJson.put(BUILD_HASH, hash); in putBuildHash()
/developtools/packing_tool/packing_tool/frameworks/src/json/
H A Dmodule_json.cpp87 const std::string BUILD_HASH = "buildHash"; member
1355 if (moduleObj->Contains(BUILD_HASH.c_str())) { in SetBuildHash()
1356 if (moduleObj->SetString(BUILD_HASH.c_str(), buildHash) != Result::SUCCESS) { in SetBuildHash()
1357 LOGE("Module node set %s failed!", BUILD_HASH.c_str()); in SetBuildHash()
1361 if (!moduleObj->Add(BUILD_HASH.c_str(), buildHash.c_str())) { in SetBuildHash()
1362 LOGE("Module node add %s failed!", BUILD_HASH.c_str()); in SetBuildHash()
H A Dmodule_json_stage.cpp87 const std::string BUILD_HASH = "buildHash"; member
H A Dmodule_json_fa.cpp87 const std::string BUILD_HASH = "buildHash"; member

Completed in 11 milliseconds