Searched refs:windowIconId (Results 1 - 2 of 2) sorted by relevance
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_record.cpp | 1040 std::shared_ptr<Media::PixelMap> AbilityRecord::GetPixelMap(const uint32_t windowIconId, in GetPixelMap() argument 1055 if (resourceMgr->GetMediaDataById(windowIconId, len, iconOut) != Global::Resource::RState::SUCCESS) { in GetPixelMap() 1061 if (resourceMgr->GetMediaById(windowIconId, iconPath) != Global::Resource::RState::SUCCESS) { in GetPixelMap() 1068 TAG_LOGE(AAFwkTag::ABILITYMGR, "failed, id %{private}d err %{public}d", windowIconId, errorCode); in GetPixelMap() 1076 AAFwkTag::ABILITYMGR, "failed, id %{private}d err %{public}d", windowIconId, errorCode); in GetPixelMap() 1160 auto windowIconId = static_cast<uint32_t>(abilityInfo_.startWindowIconId); in GetColdStartingWindowResource() local 1161 bg = GetPixelMap(windowIconId, resourceMgr); in GetColdStartingWindowResource()
|
/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | ability_record.h | 1208 std::shared_ptr<Media::PixelMap> GetPixelMap(const uint32_t windowIconId,
|
Completed in 9 milliseconds