Home
last modified time | relevance | path

Searched refs:bundleParser (Results 1 - 12 of 12) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/test/moduletest/common/bms/bundle_parser_test/
H A Dbms_bundle_parser_module_test.cpp37 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 Dparse_fuzzer.cpp53 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 Dparsesyscap_fuzzer.cpp55 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 Drouter_data_storage_rdb.cpp118 BundleParser bundleParser; in GetRouterInfo() local
119 if (bundleParser.ParseRouterArray(value, routerInfos) != ERR_OK) { in GetRouterInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dhmp_bundle_installer.cpp234 BundleParser bundleParser; in ParseHapFiles() local
237 ret = bundleParser.Parse(realPath, innerBundleInfo); in ParseHapFiles()
H A Dbundle_install_checker.cpp154 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 Dbundle_permission_mgr.cpp57 BundleParser bundleParser; in Init() local
60 if (bundleParser.ParseDefaultPermission(permissionFile, permissions) != ERR_OK) { in Init()
H A Dbundle_mgr_service_event_handler.cpp664 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 Dbundle_mgr_host_impl.cpp1081 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 Dextend_resource_manager_host_impl.cpp212 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 Dbundle_manager_service.cpp495 BundleParser bundleParser; in ReloadBundleInfo() local
515 BundleInfo *bundleInfo = bundleParser.ParseHapProfile(profileDir.c_str()); in ReloadBundleInfo()
H A Dbundle_installer.cpp191 BundleParser bundleParser; in ProcessBundleInstall() local
192 errorCode = bundleParser.ParseHapProfile(path, permissions, bundleRes, &bundleInfo); in ProcessBundleInstall()

Completed in 22 milliseconds