Searched refs:ConvertResInfoToBundleInfo (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | bundle_res_transform.h | 30 static uint8_t ConvertResInfoToBundleInfo(const std::string &path, const BundleRes &bundleRes,
|
H A D | gt_bundle_parser.h | 32 static uint8_t ConvertResInfoToBundleInfo(const char *path, uint32_t labelId, uint32_t iconId,
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | bundle_res_transform.cpp | 27 uint8_t BundleResTransform::ConvertResInfoToBundleInfo(const std::string &path, const BundleRes &bu… in ConvertResInfoToBundleInfo() function in OHOS::BundleResTransform
|
H A D | bundle_info_creator.cpp | 99 …uint8_t errorCode = BundleResTransform::ConvertResInfoToBundleInfo(bundleInfo->codePath, bundleRes… in CreateBundleInfo()
|
H A D | gt_bundle_parser.cpp | 603 …uint8_t errorCode = ConvertResInfoToBundleInfo(path, bundleRes.abilityRes->labelId, bundleRes.abil… in CreateBundleInfo() 643 uint8_t GtBundleParser::ConvertResInfoToBundleInfo(const char *path, uint32_t labelId, uint32_t ico… in ConvertResInfoToBundleInfo() function in OHOS::GtBundleParser
|
H A D | bundle_installer.cpp | 399 …uint8_t errorCode = BundleResTransform::ConvertResInfoToBundleInfo(bundleInfo->codePath, bundleRes… in UpdateBundleInfo()
|
H A D | gt_bundle_installer.cpp | 532 …uint8_t errorCode = GtBundleParser::ConvertResInfoToBundleInfo(bundleInfo->codePath, labelId, icon… in UpdateBundleInfo()
|
H A D | gt_bundle_manager_service.cpp | 908 … uint8_t errorCode = GtBundleParser::ConvertResInfoToBundleInfo(path, res->abilityRes->labelId, in UpdateBundleInfoList()
|