Searched refs:bigIconPath (Results 1 - 11 of 11) sorted by relevance
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/ |
H A D | bundle_info_utils.cpp | 54 SetBundleInfoBigIconPath(des, src.bigIconPath); in CopyBundleInfo() 95 des->bigIconPath = src.bigIconPath; in CopyBundleInfoNoReplication() 175 bool BundleInfoUtils::SetBundleInfoBigIconPath(BundleInfo *bundleInfo, const char *bigIconPath) in SetBundleInfoBigIconPath() argument 177 if (bundleInfo == nullptr || bigIconPath == nullptr) { in SetBundleInfoBigIconPath() 181 AdapterFree(bundleInfo->bigIconPath); in SetBundleInfoBigIconPath() 182 bundleInfo->bigIconPath = Utils::Strdup(bigIconPath); in SetBundleInfoBigIconPath() 183 return bundleInfo->bigIconPath != nullptr; in SetBundleInfoBigIconPath()
|
H A D | bundle_info.cpp | 30 AdapterFree(bundleInfo->bigIconPath); in ClearBundleInfo()
|
H A D | convert_utils.cpp | 262 (bundleInfo->bigIconPath != nullptr && in ConvertBundleInfoPartToJson() 263 cJSON_AddStringToObject(root, BUNDLEINFO_JSON_KEY_ICONPATH, bundleInfo->bigIconPath) == nullptr) || in ConvertBundleInfoPartToJson()
|
/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() 229 *bigIconPath = Utils::Strdup(bundleInfo->bigIconPath); 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 | 710 char *bigIconPath = BundleUtil::Strscat(bigIconPathComp, sizeof(bigIconPathComp) / sizeof(char *)); in ConvertIconResToBundleInfo() local 711 if (bigIconPath == nullptr) { in ConvertIconResToBundleInfo() 718 AdapterFree(bigIconPath); in ConvertIconResToBundleInfo() 740 bool isBigIconExisted = BundleUtil::IsFile(bigIconPath); in ConvertIconResToBundleInfo() 744 AdapterFree(bigIconPath); in ConvertIconResToBundleInfo() 750 // release bigIconPath and smallIconPath memory in bundleInfo first in ConvertIconResToBundleInfo() 751 AdapterFree(bundleInfo->bigIconPath); in ConvertIconResToBundleInfo() 754 bundleInfo->bigIconPath = bigIconPath; in ConvertIconResToBundleInfo() 757 bundleInfo->bigIconPath in ConvertIconResToBundleInfo() [all...] |
H A D | bundle_map.cpp | 148 newBundleInfo.bigIconPath = bundleInfo->bigIconPath; in GetCopyBundleInfo()
|
H A D | gt_bundle_manager_service.cpp | 106 // set bundleName、label、smallIconPath、bigIconPath in bundleInstallMsg_ in Install() 111 &(bundleInstallMsg_->bigIconPath), in Install() 521 if (bundleInstallMsg_->bigIconPath != nullptr) { in ClearSystemBundleInstallMsg() 522 AdapterFree(bundleInstallMsg_->bigIconPath); in ClearSystemBundleInstallMsg() 523 bundleInstallMsg_->bigIconPath = nullptr; in ClearSystemBundleInstallMsg() 1201 bundleInstallMsg->bigIconPath = bundleInstallMsg_->bigIconPath; in ReportInstallCallback()
|
/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/ |
H A D | bundle_info.h | 93 char *bigIconPath; member
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | gt_bundle_extractor.h | 30 char **bigIconPath, uint8_t &actionService);
|
/foundation/bundlemanager/bundle_framework_lite/interfaces/inner_api/bundlemgr_lite/slite/ |
H A D | bundle_install_msg.h | 44 char *bigIconPath; member
|
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/include/ |
H A D | bundle_info_utils.h | 32 static bool SetBundleInfoBigIconPath(BundleInfo *bundleInfo, const char *bigIconPath);
|
Completed in 8 milliseconds