Home
last modified time | relevance | path

Searched defs:bundleRes (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dgt_bundle_parser.h92 #define FREE_BUNDLE_RES(bundleRes) \ argument
99 #define CHECK_PARSE_RESULT(errorCode, object, bundleProfile, bundleRes) \ argument
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_parser.cpp150 BundleInfo *GtBundleParser::ParseHapProfile(const char *path, BundleRes *bundleRes) in ParseHapProfile()
193 BundleProfile &bundleProfile, BundleRes &bundleRes) in ParseJsonInfo()
270 …ser::ParseModuleInfo(const cJSON *moduleObject, BundleProfile &bundleProfile, BundleRes &bundleRes) in ParseModuleInfo()
313 BundleRes &bundleRes) in ParseAbilityInfo()
583 const BundleRes &bundleRes) in CreateBundleInfo()
770 …ser::ParseHapProfile(int32_t fp, uint32_t fileSize, Permissions &permissions, BundleRes &bundleRes, in ParseHapProfile()
814 …t8_t GtBundleParser::SaveBundleInfo(const BundleProfile &bundleProfile, const BundleRes &bundleRes, in SaveBundleInfo()
881 const BundleRes &bundleRes, BundleInfo *bundleInfo) in SetBundleInfo()
H A Dbundle_parser.cpp252 BundleRes bundleRes = { in ParseHapProfile() local
278 …dleParser::ParseHapProfile(const std::string &path, Permissions &permissions, BundleRes &bundleRes, in ParseHapProfile()
319 BundleProfile &bundleProfile, BundleRes &bundleRes) in ParseJsonInfo()
400 …ser::ParseModuleInfo(const cJSON *moduleObject, BundleProfile &bundleProfile, BundleRes &bundleRes) in ParseModuleInfo()
444 …ser::ParseModuleDesc(const cJSON *moduleObject, BundleProfile &bundleProfile, BundleRes &bundleRes) in ParseModuleDesc()
536 …r::ParseAbilityInfos(const cJSON *moduleObject, BundleProfile &bundleProfile, BundleRes &bundleRes) in ParseAbilityInfos()
607 BundleRes &bundleRes) in ParseAllAbilityInfo()
H A Dbundle_res_transform.cpp27 …BundleResTransform::ConvertResInfoToBundleInfo(const std::string &path, const BundleRes &bundleRes, in ConvertResInfoToBundleInfo()
H A Dbundle_info_creator.cpp78 const std::string &dataDirPath, const BundleRes &bundleRes) in CreateBundleInfo()
H A Dbundle_installer.cpp173 BundleRes bundleRes = { in ProcessBundleInstall() local
393 uint8_t BundleInstaller::UpdateBundleInfo(const char *appId, const BundleRes &bundleRes, BundleInfo… in UpdateBundleInfo()
H A Dgt_bundle_extractor.cpp217 BundleRes bundleRes = { 0 }; in ExtractInstallMsg() local
H A Dgt_bundle_installer.cpp237 BundleRes bundleRes = { in ProcessBundleInstall() local
569 BundleRes *bundleRes = reinterpret_cast<BundleRes *>(AdapterMalloc(sizeof(BundleRes))); in AddBundleResList() local
H A Dgt_bundle_manager_service.cpp807 BundleRes *bundleRes = reinterpret_cast<BundleRes *>(AdapterMalloc(sizeof(BundleRes))); in ReloadBundleInfo() local
843 void GtManagerService::AddBundleResList(const BundleRes *bundleRes) in AddBundleResList()