/foundation/arkui/ace_engine/frameworks/core/components/declaration/piece/ |
H A D | piece_declaration.h | 31 InternalResource::ResourceId iconResource = InternalResource::ResourceId::NO_ID; member 102 return attribute.iconResource; in GetIconResource() 104 void SetIconResource(InternalResource::ResourceId iconResource) in SetIconResource() argument 107 attribute.iconResource = iconResource; in SetIconResource()
|
/foundation/arkui/ace_engine/frameworks/core/components/piece/ |
H A D | piece_component.cpp | 108 void PieceComponent::SetIconResource(InternalResource::ResourceId iconResource) in SetIconResource() argument 110 declaration_->SetIconResource(iconResource); in SetIconResource()
|
H A D | piece_component.h | 63 void SetIconResource(InternalResource::ResourceId iconResource);
|
/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | application_info.h | 100 Resource iconResource; member
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/ |
H A D | bundle_manager_utils.h | 78 CResource iconResource; member
|
H A D | bundle_manager_convert.cpp | 243 appInfo.iconResource = ConvertResource(cAppInfo.iconResource); in ConvertApplicationInfo() 603 appInfo.iconResource = {nullptr, nullptr, 0}; in InitApplicationInfo()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | application_info.h | 208 Resource iconResource; member
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | application_info.cpp | 95 const std::string APPLICATION_ICON_RESOURCE = "iconResource"; 220 {APPLICATION_ICON_RESOURCE, applicationInfo.iconResource}, in to_json() 742 applicationInfo.iconResource, in from_json()
|
H A D | module_profile.cpp | 1470 applicationInfo.iconResource = GetResource(app.bundleName, moduleJson.module.name, app.iconId); in ToApplicationInfo()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | application_info.cpp | 103 const char* APPLICATION_ICON_RESOURCE = "iconResource"; 378 iconResource = *iconResourcePtr; in ReadFromParcel() 620 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Parcelable, parcel, &iconResource); in Marshalling() 981 {APPLICATION_ICON_RESOURCE, applicationInfo.iconResource}, in to_json() 1153 applicationInfo.iconResource, JsonType::OBJECT, false, parseResult, ArrayType::NOT_ARRAY); in from_json()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/ |
H A D | bundle_resource_process.cpp | 317 resourceInfo.iconId_ = appInfo.iconResource.id; in ConvertToBundleResourceInfo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 152 "iconResource":{ 365 "iconResource":{ 485 "iconResource":{ 1070 "iconResource": {
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/ |
H A D | inner_shared_bundle_installer.cpp | 451 preInstallBundleInfo.SetIconId(applicationInfo.iconResource.id); in SavePreInstallInfo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | inner_bundle_info.cpp | 1733 baseApplicationInfo_->iconResource = applicationInfo.iconResource; in UpdateBaseApplicationInfo() 4621 applicationInfo.iconResource.id = mainAbilityInfo.iconId; in AdaptMainLauncherResourceInfo() 4622 applicationInfo.iconResource.moduleName = mainAbilityInfo.moduleName; in AdaptMainLauncherResourceInfo() 4623 applicationInfo.iconResource.bundleName = mainAbilityInfo.bundleName; in AdaptMainLauncherResourceInfo()
|
H A D | bundle_profile.cpp | 2032 applicationInfo.iconResource = BundleUtil::GetResource( in ToApplicationInfo() 2400 applicationInfo.iconResource = BundleUtil::GetResource( in ToInnerBundleInfo()
|
H A D | bundle_mgr_service_event_handler.cpp | 1263 preInstallBundleInfo.SetIconId(bundleInfo.applicationInfo.iconResource.id); in InnerProcessCheckPreinstallData() 1278 preInstallBundleInfo.SetIconId(resultBundleInfo.applicationInfo.iconResource.id); in InnerProcessCheckPreinstallData() 3750 preInstallBundleInfo.SetIconId(applicationInfo.iconResource.id); in UpdatePreinstallDBForUninstalledBundle()
|
H A D | module_profile.cpp | 1889 applicationInfo.iconResource = in ToApplicationInfo()
|
H A D | bundle_data_mgr.cpp | 2151 appDetailAbility.iconId = applicationInfo.iconResource.id; in AddAppDetailAbilityInfo() 2152 appDetailAbility.moduleName = applicationInfo.iconResource.moduleName; in AddAppDetailAbilityInfo()
|
H A D | base_bundle_installer.cpp | 786 preInstallBundleInfo.SetIconId(applicationInfo.iconResource.id); in InnerProcessBundleInstall()
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/ |
H A D | common_func.cpp | 632 ConvertResource(env, appInfo.iconResource, nIconResource); in ConvertApplicationInfo() 633 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, objAppInfo, "iconResource", nIconResource)); in ConvertApplicationInfo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/ |
H A D | app_service_fwk_installer.cpp | 359 preInstallBundleInfo.SetIconId(applicationInfo.iconResource.id); in SavePreInstallBundleInfo()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/ |
H A D | common_func.cpp | 1461 ConvertResource(env, appInfo.iconResource, nIconResource); in ConvertApplicationInfo() 1462 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, objAppInfo, "iconResource", nIconResource)); in ConvertApplicationInfo()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/ |
H A D | bundle_mgr.cpp | 428 ConvertResource(env, nIconResource, appInfo.iconResource); in ConvertApplicationInfo() 429 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, objAppInfo, "iconResource", nIconResource)); in ConvertApplicationInfo()
|