Home
last modified time | relevance | path

Searched refs:iconId_ (Results 1 - 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/adapter/preview/external/ability/stage/
H A Dstage_app_info.cpp34 iconId_ = root->GetUInt("iconId", 0); in Parse()
83 return iconId_; in GetIconId()
H A Dstage_app_info.h59 uint32_t iconId_; member in OHOS::Ace::StageAppInfo
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dpre_install_bundle_info.h236 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 Dpre_install_bundle_info.cpp46 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 Dbundle_resource_parser.cpp188 (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 Dbundle_resource_process.cpp305 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 Dresource_info.h50 uint32_t iconId_ = 0; member in OHOS::AppExecFwk::ResourceInfo
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/bundleresparser_fuzzer/
H A Dbundleresparser_fuzzer.cpp49 parser.ParseIconResourceByPath(resourceInfos[0].hapPath_, resourceInfos[0].iconId_, resourceInfo); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/extend_resource/
H A Dextend_resource_manager_host_impl.cpp484 info.iconId_ = extendResourceInfo.iconId; in ParseBundleResource()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_test/
H A Dbms_bundle_resource_test.cpp1377 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()

Completed in 12 milliseconds