/foundation/arkui/ace_engine/adapter/preview/external/ability/stage/ |
H A D | stage_app_info.cpp | 34 iconId_ = root->GetUInt("iconId", 0); in Parse() 83 return iconId_; in GetIconId()
|
H A D | stage_app_info.h | 59 uint32_t iconId_; member in OHOS::Ace::StageAppInfo
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | pre_install_bundle_info.h | 236 return iconId_; in GetIconId() 244 iconId_ = iconId; in SetIconId() 283 uint32_t iconId_ = 0; member in OHOS::AppExecFwk::PreInstallBundleInfo
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | pre_install_bundle_info.cpp | 46 jsonObject[ICON_ID] = iconId_; in ToJson() 72 iconId_, JsonType::NUMBER, false, parseResult, ArrayType::NOT_ARRAY); in FromJson() 91 jsonObject[ICON_ID] = iconId_; in ToString()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/ |
H A D | bundle_resource_parser.cpp | 188 (newResourceInfo.iconId_ == oldResourceInfo.iconId_)) { in IsNeedToParseResourceInfo() 192 if ((newResourceInfo.labelId_ <= 0) && (newResourceInfo.iconId_ <= 0)) { in IsNeedToParseResourceInfo() 274 resourceInfo.iconId_ = iconId; in ParseIconResourceByPath() 334 if (resourceInfo.iconId_ <= 0) { in ParseIconResourceByResourceManager() 340 if (drawable.GetIconResourceByTheme(resourceInfo.iconId_, 0, resourceManager, resourceInfo) && in ParseIconResourceByResourceManager() 349 Global::Resource::RState state = resourceManager->GetDrawableInfoById(resourceInfo.iconId_, type, len, jsonBuf, 0); in ParseIconResourceByResourceManager() 352 resourceInfo.iconId_); in ParseIconResourceByResourceManager() 366 if (!drawable.GetIconResourceByHap(resourceInfo.iconId_, 0, resourceManager, resourceInfo)) { in ParseIconResourceByResourceManager() 368 resourceInfo.GetKey().c_str(), resourceInfo.iconId_); in ParseIconResourceByResourceManager() [all...] |
H A D | bundle_resource_process.cpp | 305 resourceInfo.iconId_ = info.iconId; in ConvertToLauncherAbilityResourceInfo() 317 resourceInfo.iconId_ = appInfo.iconResource.id; in ConvertToBundleResourceInfo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/bundle_resource/ |
H A D | resource_info.h | 50 uint32_t iconId_ = 0; member in OHOS::AppExecFwk::ResourceInfo
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/bundleresparser_fuzzer/ |
H A D | bundleresparser_fuzzer.cpp | 49 parser.ParseIconResourceByPath(resourceInfos[0].hapPath_, resourceInfos[0].iconId_, resourceInfo); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/extend_resource/ |
H A D | extend_resource_manager_host_impl.cpp | 484 info.iconId_ = extendResourceInfo.iconId; in ParseBundleResource()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_test/ |
H A D | bms_bundle_resource_test.cpp | 1377 resourceInfo.iconId_ = 0; in HWTEST_F() 1406 resourceInfo.iconId_ = 0; in HWTEST_F() 1494 info.iconId_ = 0; in HWTEST_F() 1503 info.iconId_ = 1; in HWTEST_F() 1534 ans = parser.ParseIconResourceByPath(resourceInfos[0].hapPath_, resourceInfos[0].iconId_, info); in HWTEST_F() 3514 resourceInfo.iconId_ = 10; in HWTEST_F() 3535 resourceInfo.iconId_ = 10; in HWTEST_F()
|