Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
Dbundle_info_creator.h30 …static BundleInfo *CreateBundleInfo(const BundleProfile &bundleProfile, const std::string &install…
Dgt_bundle_parser.h37 static BundleInfo *CreateBundleInfo(const char *path, const BundleProfile &bundleProfile,
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
Dbundle_info_creator.cpp73 BundleInfo *BundleInfoCreator::CreateBundleInfo(const BundleProfile &bundleProfile, const std::stri… in CreateBundleInfo() function in OHOS::BundleInfoCreator
Dgt_bundle_parser.cpp177 BundleInfo *bundleInfo = CreateBundleInfo(path, bundleProfile, *bundleRes); in ParseHapProfile()
542 BundleInfo *GtBundleParser::CreateBundleInfo(const char *path, const BundleProfile &bundleProfile, in CreateBundleInfo() function in OHOS::GtBundleParser
Dbundle_parser.cpp270 …BundleInfo *bundleInfo = BundleInfoCreator::CreateBundleInfo(bundleProfile, installDirPath, dataDi… in ParseHapProfile()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
Dbundle_mgr.h403 NativeValue* CreateBundleInfo(NativeEngine &engine, const BundleInfo &bundleInfo);
Dbundle_mgr.cpp3528 NativeValue* JsBundleMgr::CreateBundleInfo(NativeEngine &engine, const BundleInfo &bundleInfo) in CreateBundleInfo() function in OHOS::AppExecFwk::JsBundleMgr
3668 array->SetElement(index++, CreateBundleInfo(engine, bundleInfo)); in CreateBundleInfos()
4362 task.Resolve(engine, obj->CreateBundleInfo(engine, bundleInfo)); in OnGetBundleArchiveInfo()
4533 …task.ResolveWithCustomize(engine, CreateJsValue(engine, 0), obj->CreateBundleInfo(engine, bundleIn… in OnGetBundleInfo()