/foundation/bundlemanager/bundle_framework/services/test/moduletest/common/bms/bundle_parser_test/ |
H A D | bms_bundle_parser_module_test.cpp | 37 BundleParser bundleParser; in CheckBundleParserResult() local 39 ErrCode result = bundleParser.Parse(pathStream.str(), innerBundleInfo); in CheckBundleParserResult() 103 BundleParser bundleParser; in HWTEST_F() local 105 ErrCode result = bundleParser.Parse(pathStream_.str(), innerBundleInfo); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/parse_fuzzer/ |
H A D | parse_fuzzer.cpp | 53 BundleParser bundleParser; in DoSomethingInterestingWithMyAPI() local 54 auto ret = bundleParser.Parse("myHap.hap", info); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/parsesyscap_fuzzer/ |
H A D | parsesyscap_fuzzer.cpp | 55 BundleParser bundleParser; in DoSomethingInterestingWithMyAPI() local 56 auto ret = bundleParser.ParseSysCap("rpcid.sc", sysCaps); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/navigation/ |
H A D | router_data_storage_rdb.cpp | 118 BundleParser bundleParser; in GetRouterInfo() local 119 if (bundleParser.ParseRouterArray(value, routerInfos) != ERR_OK) { in GetRouterInfo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | hmp_bundle_installer.cpp | 234 BundleParser bundleParser; in ParseHapFiles() local 237 ret = bundleParser.Parse(realPath, innerBundleInfo); in ParseHapFiles()
|
H A D | bundle_install_checker.cpp | 154 BundleParser bundleParser; in CheckSysCap() local 157 result = bundleParser.ParseSysCap(bundlePath, bundleSysCaps); in CheckSysCap() 765 BundleParser bundleParser; in ParseBundleInfo() local 766 ErrCode result = bundleParser.Parse(bundleFilePath, info); in ParseBundleInfo() 781 result = bundleParser.ParsePackInfo(bundleFilePath, packInfo); in ParseBundleInfo()
|
H A D | bundle_permission_mgr.cpp | 57 BundleParser bundleParser; in Init() local 60 if (bundleParser.ParseDefaultPermission(permissionFile, permissions) != ERR_OK) { in Init()
|
H A D | bundle_mgr_service_event_handler.cpp | 664 BundleParser bundleParser; in ParsePreBundleProFile() local 665 bundleParser.ParsePreInstallConfig( in ParsePreBundleProFile() 667 bundleParser.ParsePreInstallConfig( in ParsePreBundleProFile() 669 bundleParser.ParsePreUnInstallConfig( in ParsePreBundleProFile() 671 bundleParser.ParsePreInstallAbilityConfig( in ParsePreBundleProFile() 673 bundleParser.ParseExtTypeConfig( in ParsePreBundleProFile() 675 bundleParser.ParsePreInstallConfig( in ParsePreBundleProFile() 3127 BundleParser bundleParser; in ParseHapFiles() local 3130 ret = bundleParser.Parse(realPath, innerBundleInfo); in ParseHapFiles()
|
H A D | bundle_mgr_host_impl.cpp | 1081 BundleParser bundleParser; in GetBundleArchiveInfo() local 1082 ret = bundleParser.Parse(realPath, info); in GetBundleArchiveInfo() 1124 BundleParser bundleParser; in GetBundleArchiveInfoV9() local 1125 ret = bundleParser.Parse(realPath, info); in GetBundleArchiveInfoV9() 1175 BundleParser bundleParser; in GetBundleArchiveInfoBySandBoxPath() local 1176 ret = bundleParser.Parse(realPath, info); in GetBundleArchiveInfoBySandBoxPath()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/extend_resource/ |
H A D | extend_resource_manager_host_impl.cpp | 212 BundleParser bundleParser; in ParseExtendResourceFile() local 214 ErrCode result = bundleParser.Parse(filePaths[i], innerBundleInfo); in ParseExtendResourceFile()
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | bundle_manager_service.cpp | 495 BundleParser bundleParser; in ReloadBundleInfo() local 515 BundleInfo *bundleInfo = bundleParser.ParseHapProfile(profileDir.c_str()); in ReloadBundleInfo()
|
H A D | bundle_installer.cpp | 191 BundleParser bundleParser; in ProcessBundleInstall() local 192 errorCode = bundleParser.ParseHapProfile(path, permissions, bundleRes, &bundleInfo); in ProcessBundleInstall()
|