| /developtools/packing_tool/adapter/ohos/ |
| D | VerifyCollection.java | 109 private String bundleType = "app"; field in VerifyCollection 141 public void setBundleType(String bundleType) { in setBundleType()
|
| D | HapVerifyInfo.java | 118 private String bundleType = "app"; field in HapVerifyInfo 409 public void setBundleType(String bundleType) { in setBundleType()
|
| D | ModuleAppInfo.java | 118 private String bundleType = "app"; field in ModuleAppInfo
|
| D | AppInfo.java | 112 private String bundleType = "app"; field in AppInfo
|
| D | PackageUtil.java | 159 String bundleType = appObject.getString(Constants.BUNDLE_TYPE); in getBundleTypeFromModuleJson() local 697 String bundleType = ""; in checkBundleTypeConsistency() local
|
| D | Compressor.java | 490 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
|
| D | CompressVerify.java | 574 String bundleType = new String(); in checkBundleTypeConsistency() local
|
| D | ModuleJsonUtil.java | 1337 String bundleType = getJsonString(appObj, BUNDLE_TYPE); in parseStageBundleType() local 1974 String bundleType = getJsonString(appObj, BUNDLE_TYPE); in checkAtomicServiceInstallationFree() local
|
| D | HapVerify.java | 1499 String bundleType = hapVerifyInfoList.get(0).getBundleType(); in checkAtomicServiceIsValid() local
|
| D | Uncompress.java | 835 String bundleType = "app"; in getFABundleType() local
|
| /developtools/packing_tool/packing_tool/frameworks/test/unittest/json/module_json_stage_test/ |
| D | module_json_stage_test.cpp | 1880 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/ |
| D | pack_info_test.cpp | 1091 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/ |
| D | hap_verify_utils.h | 48 std::string bundleType = "app"; member
|
| /developtools/packing_tool/packing_tool/frameworks/src/json/ |
| D | module_json.cpp | 861 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
|
| D | pack_info.cpp | 208 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()
|
| D | module_json_fa.cpp | 224 bool ModuleJson::GetFaBundleType(std::string& bundleType) in GetFaBundleType() 697 std::string bundleType; in GetFaHapVerifyInfo() local
|
| D | module_json_stage.cpp | 444 bool ModuleJson::GetStageBundleType(std::string& bundleType) in GetStageBundleType() 607 std::string bundleType; in GetStageHapVerifyInfo() local
|
| D | hap_verify_info.cpp | 193 void HapVerifyInfo::SetBundleType(const std::string& bundleType) in SetBundleType()
|
| /developtools/packing_tool/packing_tool/frameworks/test/unittest/json/module_json_test/ |
| D | module_json_test.cpp | 1820 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/ |
| D | fast_app_packager.cpp | 274 std::string bundleType; in CheckBundleTypeConsistency() local 361 std::string bundleType; in GetBundleTypeFromModuleJson() local
|
| D | hap_packager.cpp | 323 std::string bundleType; in CompressHap() local
|
| D | app_packager.cpp | 74 std::string bundleType; in CheckBundleTypeConsistency() local
|
| /developtools/packing_tool/packing_tool/frameworks/test/unittest/json/hap_verify_info_test/ |
| D | hap_verify_info_test.cpp | 353 std::string bundleType = "com.example.bundleType"; variable
|
| /developtools/packing_tool/modulecheck/ |
| D | app.json | 87 "bundleType": { object 193 "bundleType": { object
|