Home
last modified time | relevance | path

Searched refs:CreateBundleInfo (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_info_creator.h30 …static BundleInfo *CreateBundleInfo(const BundleProfile &bundleProfile, const std::string &install…
H A Dgt_bundle_parser.h39 static BundleInfo *CreateBundleInfo(const char *path, const BundleProfile &bundleProfile,
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_info_creator.cpp77 BundleInfo *BundleInfoCreator::CreateBundleInfo(const BundleProfile &bundleProfile, const std::stri… in CreateBundleInfo() function in OHOS::BundleInfoCreator
H A Dgt_bundle_parser.cpp186 BundleInfo *bundleInfo = CreateBundleInfo(path, bundleProfile, *bundleRes); in ParseHapProfile()
582 BundleInfo *GtBundleParser::CreateBundleInfo(const char *path, const BundleProfile &bundleProfile, in CreateBundleInfo() function in OHOS::GtBundleParser
H A Dbundle_parser.cpp270 …BundleInfo *bundleInfo = BundleInfoCreator::CreateBundleInfo(bundleProfile, installDirPath, dataDi… in ParseHapProfile()