Home
last modified time | relevance | path

Searched refs:BUNDLE_TYPE (Results 1 - 8 of 8) sorted by relevance

/developtools/packing_tool/adapter/ohos/
H A DConstants.java77 public static final String BUNDLE_TYPE = "bundleType"; field in Constants
H A DModuleJsonUtil.java31 private static final String BUNDLE_TYPE = "bundleType"; field in ModuleJsonUtil
468 if (finalAppObj.containsKey(BUNDLE_TYPE)) { in checkBundleTypeInPackInfo()
469 finalBundleType = getJsonString(finalAppObj, BUNDLE_TYPE); in checkBundleTypeInPackInfo()
471 if (srcAppObj.containsKey(BUNDLE_TYPE)) { in checkBundleTypeInPackInfo()
472 srcBundleType = getJsonString(srcAppObj, BUNDLE_TYPE); in checkBundleTypeInPackInfo()
1257 if (!appObj.containsKey(BUNDLE_TYPE)) { in parseStageBundleType()
1266 String bundleType = getJsonString(appObj, BUNDLE_TYPE); in parseStageBundleType()
1836 if (moduleObj.containsKey(ATOMIC_SERVICE) && (!appObj.containsKey(BUNDLE_TYPE) || in isModuleAtomicServiceValid()
1837 !getJsonString(appObj, BUNDLE_TYPE).equals(ATOMIC_SERVICE))) { in isModuleAtomicServiceValid()
1873 if (!appObj.containsKey(BUNDLE_TYPE)) { in checkAtomicServiceInstallationFree()
[all...]
H A DJsonUtil.java66 private static final String BUNDLE_TYPE = "bundleType"; field in JsonUtil
375 appInfo.setBundleType(getJsonString(appJson, BUNDLE_TYPE, APP)); in parseAppInfo()
452 moduleAppInfo.setBundleType(getJsonString(appJson, BUNDLE_TYPE, APP)); in parseModuleAppInfo()
H A DPackageUtil.java159 String bundleType = appObject.getString(Constants.BUNDLE_TYPE); in getBundleTypeFromModuleJson()
/developtools/packing_tool/packing_tool/frameworks/src/json/
H A Dpack_info.cpp32 const std::string BUNDLE_TYPE = "bundleType"; member
225 if (appObj->Contains(BUNDLE_TYPE.c_str())) { in GetBundleTypeByAppObj()
226 if (appObj->GetString(BUNDLE_TYPE.c_str(), &bundleType) != Result::SUCCESS) { in GetBundleTypeByAppObj()
227 LOGE("App node get %s failed!", BUNDLE_TYPE.c_str()); in GetBundleTypeByAppObj()
H A Dmodule_json.cpp27 const std::string BUNDLE_TYPE = "bundleType"; member
1072 if (!appObj->Contains(BUNDLE_TYPE.c_str())) { in IsModuleAtomicServiceValid()
1077 if (appObj->GetString(BUNDLE_TYPE.c_str(), &bundleType) != Result::SUCCESS) { in IsModuleAtomicServiceValid()
1078 LOGE("App node get %s failed!", BUNDLE_TYPE.c_str()); in IsModuleAtomicServiceValid()
1123 if (!appObj->Contains(BUNDLE_TYPE.c_str())) { in CheckAtomicServiceInstallationFree()
1125 LOGE("installationFree must be false when app node has no %s", BUNDLE_TYPE.c_str()); in CheckAtomicServiceInstallationFree()
H A Dmodule_json_stage.cpp27 const std::string BUNDLE_TYPE = "bundleType"; member
465 if (!appObj->Contains(BUNDLE_TYPE.c_str())) { in GetStageBundleType()
473 } else if (appObj->GetString(BUNDLE_TYPE.c_str(), &bundleType) == Result::SUCCESS) { in GetStageBundleType()
H A Dmodule_json_fa.cpp27 const std::string BUNDLE_TYPE = "bundleType"; member

Completed in 14 milliseconds