Searched refs:windowIconId (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_record.cpp | 1046 std::shared_ptr<Media::PixelMap> AbilityRecord::GetPixelMap(const uint32_t windowIconId, in GetPixelMap() argument 1061 …if (resourceMgr->GetMediaDataById(windowIconId, len, iconOut) != Global::Resource::RState::SUCCESS… in GetPixelMap() 1067 … if (resourceMgr->GetMediaById(windowIconId, iconPath) != Global::Resource::RState::SUCCESS) { in GetPixelMap() 1074 …wkTag::ABILITYMGR, "Failed to create icon id %{private}d err %{public}d", windowIconId, errorCode); in GetPixelMap() 1082 …g::ABILITYMGR, "Failed to create PixelMap id %{private}d err %{public}d", windowIconId, errorCode); in GetPixelMap() 1166 auto windowIconId = static_cast<uint32_t>(abilityInfo_.startWindowIconId); in GetColdStartingWindowResource() local 1167 bg = GetPixelMap(windowIconId, resourceMgr); in GetColdStartingWindowResource()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | ability_record.h | 1193 std::shared_ptr<Media::PixelMap> GetPixelMap(const uint32_t windowIconId,
|