| /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 2252 std::string bundleType = "app"; variable 2267 std::string bundleType = "app"; variable 2282 std::string bundleType = ""; variable 2297 std::string bundleType = "app"; variable 2553 std::string bundleType = "test_bundle_type"; variable 2568 std::string bundleType = "test_bundle_type"; variable [all …]
|
| /developtools/packing_tool/packing_tool/frameworks/test/unittest/json/module_json_fa_test/ |
| D | module_json_fa_test.cpp | 617 std::string bundleType = "test_bundle_type"; variable 632 std::string bundleType = "test_bundle_type"; variable 647 std::string bundleType = ""; variable 662 std::string bundleType = "test_bundle_type"; variable
|
| /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 702 String bundleType = ""; in checkBundleTypeConsistency() local
|
| /developtools/packing_tool/packing_tool/frameworks/test/unittest/json/pack_info_test/ |
| D | pack_info_test.cpp | 1347 std::string bundleType = ""; variable 1362 std::string bundleType = ""; variable 1379 std::string bundleType = ""; variable 1394 std::string bundleType = ""; variable 1411 std::string bundleType = ""; variable 2676 std::string bundleType = ""; variable 3135 std::string bundleType = "test_bundle_type"; variable 3149 std::string bundleType = "test_bundle_type"; variable 3163 std::string bundleType = "test_bundle_type"; variable
|
| /developtools/packing_tool/packing_tool/frameworks/src/ |
| D | general_normalize.cpp | 338 std::string bundleType = parameterMap_.at(Constants::PARAM_BUNDLE_TYPE); in ModifyModuleJson() local 518 std::string bundleType = parameterMap_.at(Constants::PARAM_BUNDLE_TYPE); in ModifyConfigJson() local 671 std::string bundleType = parameterMap_.at(Constants::PARAM_BUNDLE_TYPE); in ModifyPackInfo() local
|
| D | fast_app_packager.cpp | 284 std::string bundleType; in CheckBundleTypeConsistency() local 371 std::string bundleType; in GetBundleTypeFromModuleJson() local
|
| D | app_packager.cpp | 78 std::string bundleType; in CheckBundleTypeConsistency() local
|
| D | hsp_packager.cpp | 299 std::string bundleType; in CheckAppPlugin() local
|
| D | hap_packager.cpp | 328 std::string bundleType; in CompressHap() local
|
| /developtools/packing_tool/packing_tool/frameworks/test/unittest/json/module_json_test/ |
| D | module_json_test.cpp | 1838 std::string bundleType = ""; variable 1853 std::string bundleType = ""; variable 3503 std::string bundleType = ""; variable 4542 std::string bundleType = ""; variable 5344 std::string bundleType = "app"; variable 5360 std::string bundleType = "app"; variable 5376 std::string bundleType = ""; variable 5392 std::string bundleType = "atomicService"; variable 5408 std::string bundleType = "shared"; variable 5424 std::string bundleType = "shared"; variable [all …]
|
| /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 | 867 const std::string& bundleType, const bool& installationFree) in CheckStageBundleType() 1121 std::string bundleType; in IsModuleAtomicServiceValid() local 1137 std::string bundleType; in CheckEntryInAtomicService() local 1175 std::string bundleType; in CheckAtomicServiceInstallationFree() local 1527 bool ModuleJson::SetBundleType(const std::string& bundleType, const bool& isStage) in SetBundleType()
|
| D | pack_info.cpp | 220 bool PackInfo::GetBundleType(std::string& bundleType, const std::string& defaultBundleType) in GetBundleType() 230 bool PackInfo::GetBundleTypeByAppObj(const std::unique_ptr<PtJson>& appObj, std::string& bundleType, in GetBundleTypeByAppObj() 819 bool PackInfo::SetBundleType(const std::string& bundleType) in SetBundleType()
|
| D | module_json_stage.cpp | 232 bool ModuleJson::SetStageBundleType(const std::string& bundleType) in SetStageBundleType() 634 bool ModuleJson::GetStageBundleType(std::string& bundleType) in GetStageBundleType() 797 std::string bundleType; in GetStageHapVerifyInfo() local
|
| D | module_json_fa.cpp | 248 bool ModuleJson::GetFaBundleType(std::string& bundleType) in GetFaBundleType() 721 std::string bundleType; in GetFaHapVerifyInfo() local 947 bool ModuleJson::SetFaBundleType(const std::string& bundleType) in SetFaBundleType()
|
| D | module_json_utils.cpp | 277 std::string bundleType = hapVerifyInfos.front().GetBundleType(); in CheckAppAtomicServiceCompressedSizeValid() local
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/utils/ |
| D | HapUtils.java | 281 String bundleType = ""; in getBundleTypeFromJson() local
|
| /developtools/packing_tool/packing_tool/frameworks/test/unittest/fast_app_packager_test/mock/ |
| D | mock_fast_app_module_json_utils.cpp | 318 std::string bundleType = hapVerifyInfos.front().GetBundleType(); in ShouldSkipHapValidation() local
|
| /developtools/packing_tool/packing_tool/frameworks/test/unittest/app_packager_test/mock/ |
| D | mock_module_json_utils.cpp | 317 std::string bundleType = hapVerifyInfos.front().GetBundleType(); in ShouldSkipHapValidation() local
|
| /developtools/packing_tool/packing_tool/frameworks/test/unittest/multiapp_packager_test/mock/ |
| D | mock_multiapp_module_json_utils.cpp | 318 std::string bundleType = hapVerifyInfos.front().GetBundleType(); in ShouldSkipHapValidation() 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
|