Home
last modified time | relevance | path

Searched defs:bundleType (Results 1 – 24 of 24) sorted by relevance

/developtools/packing_tool/adapter/ohos/
DVerifyCollection.java109 private String bundleType = "app"; field in VerifyCollection
141 public void setBundleType(String bundleType) { in setBundleType()
DHapVerifyInfo.java118 private String bundleType = "app"; field in HapVerifyInfo
409 public void setBundleType(String bundleType) { in setBundleType()
DModuleAppInfo.java118 private String bundleType = "app"; field in ModuleAppInfo
DAppInfo.java112 private String bundleType = "app"; field in AppInfo
DPackageUtil.java159 String bundleType = appObject.getString(Constants.BUNDLE_TYPE); in getBundleTypeFromModuleJson() local
697 String bundleType = ""; in checkBundleTypeConsistency() local
DCompressor.java490 String bundleType = ModuleJsonUtil.parseStageBundleType(jsonString); in compressHap() local
745 String bundleType = hapVerifyInfos.get(0).getBundleType(); in checkAppAtomicServiceCompressedSizeValid() local
2954 String bundleType = hapVerifyInfo.getBundleType(); in checkHapIsValid() local
DCompressVerify.java574 String bundleType = new String(); in checkBundleTypeConsistency() local
DModuleJsonUtil.java1337 String bundleType = getJsonString(appObj, BUNDLE_TYPE); in parseStageBundleType() local
1974 String bundleType = getJsonString(appObj, BUNDLE_TYPE); in checkAtomicServiceInstallationFree() local
DHapVerify.java1499 String bundleType = hapVerifyInfoList.get(0).getBundleType(); in checkAtomicServiceIsValid() local
DUncompress.java835 String bundleType = "app"; in getFABundleType() local
/developtools/packing_tool/packing_tool/frameworks/test/unittest/json/module_json_stage_test/
Dmodule_json_stage_test.cpp1880 std::string bundleType = ""; variable
1896 std::string bundleType = ""; variable
1912 std::string bundleType = ""; variable
2236 std::string bundleType = ""; variable
/developtools/packing_tool/packing_tool/frameworks/test/unittest/json/pack_info_test/
Dpack_info_test.cpp1091 std::string bundleType = ""; variable
1106 std::string bundleType = ""; variable
1123 std::string bundleType = ""; variable
1138 std::string bundleType = ""; variable
1155 std::string bundleType = ""; variable
2420 std::string bundleType = ""; variable
/developtools/packing_tool/packing_tool/frameworks/include/json/
Dhap_verify_utils.h48 std::string bundleType = "app"; member
/developtools/packing_tool/packing_tool/frameworks/src/json/
Dmodule_json.cpp861 const std::string& bundleType, const bool& installationFree) in CheckStageBundleType()
1115 std::string bundleType; in IsModuleAtomicServiceValid() local
1131 std::string bundleType; in CheckEntryInAtomicService() local
1169 std::string bundleType; in CheckAtomicServiceInstallationFree() local
Dpack_info.cpp208 bool PackInfo::GetBundleType(std::string& bundleType, const std::string& defaultBundleType) in GetBundleType()
218 bool PackInfo::GetBundleTypeByAppObj(const std::unique_ptr<PtJson>& appObj, std::string& bundleType, in GetBundleTypeByAppObj()
Dmodule_json_fa.cpp224 bool ModuleJson::GetFaBundleType(std::string& bundleType) in GetFaBundleType()
697 std::string bundleType; in GetFaHapVerifyInfo() local
Dmodule_json_stage.cpp444 bool ModuleJson::GetStageBundleType(std::string& bundleType) in GetStageBundleType()
607 std::string bundleType; in GetStageHapVerifyInfo() local
Dhap_verify_info.cpp193 void HapVerifyInfo::SetBundleType(const std::string& bundleType) in SetBundleType()
/developtools/packing_tool/packing_tool/frameworks/test/unittest/json/module_json_test/
Dmodule_json_test.cpp1820 std::string bundleType = ""; variable
1835 std::string bundleType = ""; variable
3485 std::string bundleType = ""; variable
4524 std::string bundleType = ""; variable
5326 std::string bundleType = "app"; variable
5342 std::string bundleType = "app"; variable
5358 std::string bundleType = ""; variable
5374 std::string bundleType = "atomicService"; variable
5390 std::string bundleType = "shared"; variable
5406 std::string bundleType = "shared"; variable
[all …]
/developtools/packing_tool/packing_tool/frameworks/src/
Dfast_app_packager.cpp274 std::string bundleType; in CheckBundleTypeConsistency() local
361 std::string bundleType; in GetBundleTypeFromModuleJson() local
Dhap_packager.cpp323 std::string bundleType; in CompressHap() local
Dapp_packager.cpp74 std::string bundleType; in CheckBundleTypeConsistency() local
/developtools/packing_tool/packing_tool/frameworks/test/unittest/json/hap_verify_info_test/
Dhap_verify_info_test.cpp353 std::string bundleType = "com.example.bundleType"; variable
/developtools/packing_tool/modulecheck/
Dapp.json87 "bundleType": { object
193 "bundleType": { object