Searched refs:CreateBundleInfo (Results 1 – 7 of 7) sorted by relevance
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
D | bundle_info_creator.h | 30 …static BundleInfo *CreateBundleInfo(const BundleProfile &bundleProfile, const std::string &install…
|
D | gt_bundle_parser.h | 37 static BundleInfo *CreateBundleInfo(const char *path, const BundleProfile &bundleProfile,
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
D | bundle_info_creator.cpp | 73 BundleInfo *BundleInfoCreator::CreateBundleInfo(const BundleProfile &bundleProfile, const std::stri… in CreateBundleInfo() function in OHOS::BundleInfoCreator
|
D | gt_bundle_parser.cpp | 177 BundleInfo *bundleInfo = CreateBundleInfo(path, bundleProfile, *bundleRes); in ParseHapProfile() 542 BundleInfo *GtBundleParser::CreateBundleInfo(const char *path, const BundleProfile &bundleProfile, in CreateBundleInfo() function in OHOS::GtBundleParser
|
D | bundle_parser.cpp | 270 …BundleInfo *bundleInfo = BundleInfoCreator::CreateBundleInfo(bundleProfile, installDirPath, dataDi… in ParseHapProfile()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/ |
D | bundle_mgr.h | 403 NativeValue* CreateBundleInfo(NativeEngine &engine, const BundleInfo &bundleInfo);
|
D | bundle_mgr.cpp | 3528 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()
|