Home
last modified time | relevance | path

Searched refs:iconResource (Results 1 - 23 of 23) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/declaration/piece/
H A Dpiece_declaration.h31 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 Dpiece_component.cpp108 void PieceComponent::SetIconResource(InternalResource::ResourceId iconResource) in SetIconResource() argument
110 declaration_->SetIconResource(iconResource); in SetIconResource()
H A Dpiece_component.h63 void SetIconResource(InternalResource::ResourceId iconResource);
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dapplication_info.h100 Resource iconResource; member
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Dbundle_manager_utils.h78 CResource iconResource; member
H A Dbundle_manager_convert.cpp243 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 Dapplication_info.h208 Resource iconResource; member
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dapplication_info.cpp95 const std::string APPLICATION_ICON_RESOURCE = "iconResource";
220 {APPLICATION_ICON_RESOURCE, applicationInfo.iconResource}, in to_json()
742 applicationInfo.iconResource, in from_json()
H A Dmodule_profile.cpp1470 applicationInfo.iconResource = GetResource(app.bundleName, moduleJson.module.name, app.iconId); in ToApplicationInfo()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp103 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 Dbundle_resource_process.cpp317 resourceInfo.iconId_ = appInfo.iconResource.id; in ConvertToBundleResourceInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H A Dbms_bundle_data_storage_database_test.cpp152 "iconResource":{
365 "iconResource":{
485 "iconResource":{
1070 "iconResource": {
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dinner_shared_bundle_installer.cpp451 preInstallBundleInfo.SetIconId(applicationInfo.iconResource.id); in SavePreInstallInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinner_bundle_info.cpp1733 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 Dbundle_profile.cpp2032 applicationInfo.iconResource = BundleUtil::GetResource( in ToApplicationInfo()
2400 applicationInfo.iconResource = BundleUtil::GetResource( in ToInnerBundleInfo()
H A Dbundle_mgr_service_event_handler.cpp1263 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 Dmodule_profile.cpp1889 applicationInfo.iconResource = in ToApplicationInfo()
H A Dbundle_data_mgr.cpp2151 appDetailAbility.iconId = applicationInfo.iconResource.id; in AddAppDetailAbilityInfo()
2152 appDetailAbility.moduleName = applicationInfo.iconResource.moduleName; in AddAppDetailAbilityInfo()
H A Dbase_bundle_installer.cpp786 preInstallBundleInfo.SetIconId(applicationInfo.iconResource.id); in InnerProcessBundleInstall()
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Dcommon_func.cpp632 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 Dapp_service_fwk_installer.cpp359 preInstallBundleInfo.SetIconId(applicationInfo.iconResource.id); in SavePreInstallBundleInfo()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
H A Dcommon_func.cpp1461 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 Dbundle_mgr.cpp428 ConvertResource(env, nIconResource, appInfo.iconResource); in ConvertApplicationInfo()
429 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, objAppInfo, "iconResource", nIconResource)); in ConvertApplicationInfo()

Completed in 77 milliseconds