Home
last modified time | relevance | path

Searched refs:ConvertResInfoToBundleInfo (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_res_transform.h30 static uint8_t ConvertResInfoToBundleInfo(const std::string &path, const BundleRes &bundleRes,
H A Dgt_bundle_parser.h32 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 Dbundle_res_transform.cpp27 uint8_t BundleResTransform::ConvertResInfoToBundleInfo(const std::string &path, const BundleRes &bu… in ConvertResInfoToBundleInfo() function in OHOS::BundleResTransform
H A Dbundle_info_creator.cpp99 …uint8_t errorCode = BundleResTransform::ConvertResInfoToBundleInfo(bundleInfo->codePath, bundleRes… in CreateBundleInfo()
H A Dgt_bundle_parser.cpp603 …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 Dbundle_installer.cpp399 …uint8_t errorCode = BundleResTransform::ConvertResInfoToBundleInfo(bundleInfo->codePath, bundleRes… in UpdateBundleInfo()
H A Dgt_bundle_installer.cpp532 …uint8_t errorCode = GtBundleParser::ConvertResInfoToBundleInfo(bundleInfo->codePath, labelId, icon… in UpdateBundleInfo()
H A Dgt_bundle_manager_service.cpp908 … uint8_t errorCode = GtBundleParser::ConvertResInfoToBundleInfo(path, res->abilityRes->labelId, in UpdateBundleInfoList()