Home
last modified time | relevance | path

Searched refs:smallIconPath (Results 1 - 10 of 10) sorted by relevance

/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H A Dbundle_info_utils.cpp76 SetBundleInfoSmallIconPath(des, src.smallIconPath); in CopyBundleInfo()
120 des->smallIconPath = src.smallIconPath; in CopyBundleInfoNoReplication()
301 bool BundleInfoUtils::SetBundleInfoSmallIconPath(BundleInfo *bundleInfo, const char *smallIconPath) in SetBundleInfoSmallIconPath() argument
303 if (bundleInfo == nullptr || smallIconPath == nullptr) { in SetBundleInfoSmallIconPath()
307 AdapterFree(bundleInfo->smallIconPath); in SetBundleInfoSmallIconPath()
308 bundleInfo->smallIconPath = Utils::Strdup(smallIconPath); in SetBundleInfoSmallIconPath()
309 return bundleInfo->smallIconPath != nullptr; in SetBundleInfoSmallIconPath()
H A Dbundle_info.cpp41 AdapterFree(bundleInfo->smallIconPath); in ClearBundleInfo()
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_extractor.cpp187 const char *path, char **bundleName, char **label, char **smallIconPath, char **bigIconPath, uint8_t &actionService) in ExtractInstallMsg()
216 // get bundleName、 label、 smallIconPath and bigIconPath from bundleInfo in ExtractInstallMsg()
228 *smallIconPath = Utils::Strdup(bundleInfo->smallIconPath); in ExtractInstallMsg()
232 if (*bundleName == nullptr || *label == nullptr || *smallIconPath == nullptr || *bigIconPath == nullptr) { in ExtractInstallMsg()
186 ExtractInstallMsg( const char *path, char **bundleName, char **label, char **smallIconPath, char **bigIconPath, uint8_t &actionService) ExtractInstallMsg() argument
H A Dgt_bundle_parser.cpp715 char *smallIconPath = BundleUtil::Strscat(smallIconPathComp, sizeof(smallIconPathComp) / sizeof(char *)); in ConvertIconResToBundleInfo() local
716 if (smallIconPath == nullptr) { in ConvertIconResToBundleInfo()
741 bool isSmallIconExisted = BundleUtil::IsFile(smallIconPath); in ConvertIconResToBundleInfo()
745 AdapterFree(smallIconPath); in ConvertIconResToBundleInfo()
750 // release bigIconPath and smallIconPath memory in bundleInfo first in ConvertIconResToBundleInfo()
752 AdapterFree(bundleInfo->smallIconPath); in ConvertIconResToBundleInfo()
761 bundleInfo->smallIconPath = smallIconPath; in ConvertIconResToBundleInfo()
764 bundleInfo->smallIconPath = smallIconPngPath; in ConvertIconResToBundleInfo()
765 AdapterFree(smallIconPath); in ConvertIconResToBundleInfo()
[all...]
H A Dbundle_map.cpp165 newBundleInfo.smallIconPath = bundleInfo->smallIconPath; in GetCopyBundleInfo()
H A Dgt_bundle_manager_service.cpp106 // set bundleName、label、smallIconPath、bigIconPath in bundleInstallMsg_ in Install()
110 &(bundleInstallMsg_->smallIconPath), in Install()
516 if (bundleInstallMsg_->smallIconPath != nullptr) { in ClearSystemBundleInstallMsg()
517 AdapterFree(bundleInstallMsg_->smallIconPath); in ClearSystemBundleInstallMsg()
518 bundleInstallMsg_->smallIconPath = nullptr; in ClearSystemBundleInstallMsg()
1200 bundleInstallMsg->smallIconPath = bundleInstallMsg_->smallIconPath; in ReportInstallCallback()
/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/
H A Dbundle_info.h136 char *smallIconPath; member
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dgt_bundle_extractor.h29 static uint8_t ExtractInstallMsg(const char *path, char **bundleName, char **label, char **smallIconPath,
/foundation/bundlemanager/bundle_framework_lite/interfaces/inner_api/bundlemgr_lite/slite/
H A Dbundle_install_msg.h43 char *smallIconPath; member
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/include/
H A Dbundle_info_utils.h45 static bool SetBundleInfoSmallIconPath(BundleInfo *bundleInfo, const char *smallIconPath);

Completed in 6 milliseconds