Home
last modified time | relevance | path

Searched refs:iconId (Results 1 - 25 of 101) sorted by relevance

12345

/foundation/bundlemanager/bundle_framework/test/benchmarktest/shortcut_info_test/
H A Dshortcut_info_test.cpp35 info.iconId = 0; in BenchmarkTestForReadFromParcel()
55 info.iconId = 0; in BenchmarkTestForMarshalling()
74 info.iconId = 0; in BenchmarkTestForUnmarshalling()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_drawable.cpp50 const uint32_t iconId, in GetIconResourceByTheme()
63 return GetIconResourceByHap(iconId, density, resourceManager, resourceInfo); in GetIconResourceByTheme()
70 Global::Resource::RState state = resourceManager->GetThemeIcons(iconId, foregroundInfo, backgroundInfo, density, in GetIconResourceByTheme()
99 const uint32_t iconId, in GetIconResourceByHap()
113 iconId, resourceManager, state, drawableType, density); in GetIconResourceByHap()
49 GetIconResourceByTheme( const uint32_t iconId, const int32_t density, std::shared_ptr<Global::Resource::ResourceManager> resourceManager, ResourceInfo &resourceInfo) GetIconResourceByTheme() argument
98 GetIconResourceByHap( const uint32_t iconId, const int32_t density, std::shared_ptr<Global::Resource::ResourceManager> resourceManager, ResourceInfo &resourceInfo) GetIconResourceByHap() argument
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Drecoverable_application_info.cpp30 const char* JSON_KEY_ICON_ID = "iconId";
41 iconId = parcel.ReadUint32(); in ReadFromParcel()
58 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, iconId); in Marshalling()
85 {JSON_KEY_ICON_ID, recoverableApplicationInfo.iconId}, in to_json()
103 recoverableApplicationInfo.iconId, JsonType::NUMBER, false, parseResult, ArrayType::NOT_ARRAY); in from_json()
H A Dpreinstalled_application_info.cpp35 iconId = parcel.ReadUint32(); in ReadFromParcel()
59 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, iconId); in Marshalling()
H A Dcompatible_application_info.cpp48 iconId = parcel.ReadUint32(); in ReadFromParcel()
114 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, iconId); in Marshalling()
146 applicationInfo.iconId = iconId; in ConvertToApplicationInfo()
/foundation/arkui/ace_engine/frameworks/core/components/container_modal/
H A Drender_container_modal.cpp56 auto iconId = context->GetWindowManager()->GetAppIconId(); in UpdateStyle() local
58 if (appIconComponent && iconId != 0) { in UpdateStyle()
59 auto appIconSrc = themeConstants->GetMediaPath(iconId); in UpdateStyle()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/bundleresdrawable_fuzzer/
H A Dbundleresdrawable_fuzzer.cpp33 uint32_t iconId = 1; in DoSomethingInterestingWithMyAPI() local
36 drawable.GetIconResourceByTheme(iconId, density, nullptr, resourceInfo); in DoSomethingInterestingWithMyAPI()
38 drawable.GetIconResourceByHap(iconId, density, resourceManager, resourceInfo); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/bundle_resource/
H A Dbundle_resource_drawable.h33 const uint32_t iconId,
39 const uint32_t iconId,
H A Dbundle_resource_parser.h39 bool ParseIconResourceByPath(const std::string &hapPath, const uint32_t iconId, ResourceInfo &resourceInfo);
69 const uint32_t iconId, const int32_t density, std::vector<uint8_t> &data);
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_res_transform.cpp59 if (bundleRes.abilityRes[i].iconId > 0 && in ConvertResInfoToBundleInfo()
60 !ConvertIconResToBundleInfo(resPath, bundleRes.abilityRes[i].iconId, bundleInfo, i)) { in ConvertResInfoToBundleInfo()
75 bool BundleResTransform::ConvertIconResToBundleInfo(const std::string &path, uint32_t iconId, BundleInfo *bundleInfo, in ConvertIconResToBundleInfo() argument
86 if (GLOBAL_GetValueById(iconId, path.c_str(), &relativeIconPath) != 0) { in ConvertIconResToBundleInfo()
H A Dgt_bundle_installer.cpp254 uint32_t iconId = (bundleRes.abilityRes != nullptr) ? bundleRes.abilityRes->iconId : 0; in ProcessBundleInstall() local
315 errorCode = UpdateBundleInfo(bundleStyle, labelId, iconId, bundleInfo, isUpdate); in ProcessBundleInstall()
521 uint8_t GtBundleInstaller::UpdateBundleInfo(uint8_t bundleStyle, uint32_t labelId, uint32_t iconId, in UpdateBundleInfo() argument
532 uint8_t errorCode = GtBundleParser::ConvertResInfoToBundleInfo(bundleInfo->codePath, labelId, iconId, bundleInfo); in UpdateBundleInfo()
556 return AddBundleResList(bundleInfo->bundleName, labelId, iconId); in UpdateBundleInfo()
559 uint8_t GtBundleInstaller::AddBundleResList(const char *bundleName, uint32_t labelId, uint32_t iconId) in AddBundleResList() argument
561 if (labelId == 0 && iconId == 0) { in AddBundleResList()
581 bundleRes->abilityRes->iconId = iconId; in AddBundleResList()
[all...]
/foundation/communication/nfc/frameworks/js/napi/cardEmulation/
H A Dnfc_napi_cardEmulation_adapter.cpp107 napi_value iconId; in ConvertAbilityInfoToJS() local
108 napi_create_int32(env, abilityInfo.iconId, &iconId); in ConvertAbilityInfoToJS()
109 napi_set_named_property(env, result, "iconId", iconId); in ConvertAbilityInfoToJS()
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Dbundle_manager_utils.h70 uint32_t iconId; member
148 uint32_t iconId; member
176 uint32_t iconId; member
240 uint32_t iconId; member
299 uint32_t iconId; member
/foundation/bundlemanager/bundle_framework/test/benchmarktest/ability_info_test/
H A Dability_info_test.cpp39 info.iconId = 0; in BenchmarkTestForReadFromParcel()
77 info.iconId = 0; in BenchmarkTestForMarshalling()
114 info.iconId = 0; in BenchmarkTestForUnmarshalling()
/foundation/communication/nfc/services/src/external_deps/
H A Dapp_data_parser.cpp350 hceAppAidInfo.iconId = abilityInfo.iconId; in UpdateHceAppList()
366 offHostAppAidInfo.iconId = abilityInfo.iconId; in UpdateOffHostAppList()
615 DebugLog("The bundlename : %{public}s,the labelId : %{public}d,the iconId : %{public}d", in GetPaymentAbilityInfosFromVendor()
618 bundleInfo.applicationInfo.iconId); in GetPaymentAbilityInfosFromVendor()
619 if (bundleInfo.applicationInfo.labelId != 0 && bundleInfo.applicationInfo.iconId != 0) { in GetPaymentAbilityInfosFromVendor()
621 ability.iconId = bundleInfo.applicationInfo.iconId; in GetPaymentAbilityInfosFromVendor()
706 ability.iconId in GetPaymentAbilityInfos()
[all...]
/foundation/ability/ability_runtime/service_router_framework/interfaces/inner_api/src/
H A Dservice_info.cpp28 iconId = parcel.ReadInt32(); in ReadFromParcel()
37 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, iconId); in Marshalling()
93 iconId = parcel.ReadInt32(); in ReadFromParcel()
118 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, iconId); in Marshalling()
/foundation/ability/ability_runtime/service_router_framework/services/srms/include/
H A Dinner_service_info.h71 appInfo_.iconId = applicationInfo.iconId; in UpdateAppInfo()
/foundation/ability/ability_runtime/service_router_framework/interfaces/inner_api/include/
H A Dservice_info.h39 int32_t iconId = 0; member
64 int32_t iconId = 0; member
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dshortcut_info.h36 uint32_t iconId = 0; member
57 uint32_t iconId = 0; member
H A Dlauncher_ability_info.h30 uint32_t iconId = 0; member
H A Dpreinstalled_application_info.h28 uint32_t iconId = 0; member
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dlauncher_service.cpp175 info.iconId = ability.iconId; in GetAbilityList()
226 info.iconId = ability.iconId; in GetAllLauncherAbilityInfos()
297 launcherAbility.iconId = ability.iconId; in ConvertAbilityToLauncherAbility()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dpre_install_bundle_info.h240 * @param iconId icon id.
242 void SetIconId(const uint32_t iconId) in SetIconId() argument
244 iconId_ = iconId; in SetIconId()
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dgt_bundle_installer.h49 uint8_t UpdateBundleInfo(uint8_t bundleStyle, uint32_t labelId, uint32_t iconId, BundleInfo *bundleInfo,
66 uint8_t AddBundleResList(const char *bundleName, uint32_t labelId, uint32_t iconId);
H A Dgt_bundle_parser.h32 static uint8_t ConvertResInfoToBundleInfo(const char *path, uint32_t labelId, uint32_t iconId,
41 static bool ConvertIconResToBundleInfo(const char *resPath, uint32_t iconId, BundleInfo *bundleInfo);

Completed in 10 milliseconds

12345