Home
last modified time | relevance | path

Searched defs:bundleInfo (Results 1 – 6 of 6) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/profile/model/
DProvision.java129 private BundleInfo bundleInfo; field in Provision
259 public void setBundleInfo(BundleInfo bundleInfo) { in setBundleInfo()
/developtools/hapsigner/hapsigntool_cpp/hap/utils/src/
Dhap_utils.cpp75 BundleInfo bundleInfo = provisionInfo.bundleInfo; in ParseAppIdentifier() local
/developtools/ace_ets2bundle/compiler/src/interop/src/fast_build/system_api/
Dapi_check_utils.ts112 const bundleInfo: BundleInfo = { constant
208 const bundleInfo: BundleInfo = parseOhmBundle(modulePath); constant
/developtools/ace_ets2bundle/compiler/src/fast_build/system_api/
Dapi_check_utils.ts112 const bundleInfo: BundleInfo = { constant
208 const bundleInfo: BundleInfo = parseOhmBundle(modulePath); constant
/developtools/hapsigner/hapsigntool_cpp/profile/include/
Dprofile_info.h81 BundleInfoSt bundleInfo; member
/developtools/hapsigner/hapsigntool_cpp/profile/src/
Dprofile_verify.cpp139 const auto& bundleInfo = obj[KEY_BUNDLE_INFO]; in ParseBundleInfo() local