Searched refs:smallIconPath (Results 1 - 10 of 10) sorted by relevance
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/ |
H A D | bundle_info_utils.cpp | 76 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 D | bundle_info.cpp | 41 AdapterFree(bundleInfo->smallIconPath); in ClearBundleInfo()
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | gt_bundle_extractor.cpp | 187 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 D | gt_bundle_parser.cpp | 715 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 D | bundle_map.cpp | 165 newBundleInfo.smallIconPath = bundleInfo->smallIconPath; in GetCopyBundleInfo()
|
H A D | gt_bundle_manager_service.cpp | 106 // 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 D | bundle_info.h | 136 char *smallIconPath; member
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | gt_bundle_extractor.h | 29 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 D | bundle_install_msg.h | 43 char *smallIconPath; member
|
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/include/ |
H A D | bundle_info_utils.h | 45 static bool SetBundleInfoSmallIconPath(BundleInfo *bundleInfo, const char *smallIconPath);
|
Completed in 6 milliseconds