Searched refs:startWindowIconId (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | ability_info.h | 146 int32_t startWindowIconId; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | ability_info.h | 250 uint32_t startWindowIconId = 0; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | ability_info.cpp | 228 startWindowIconId = parcel.ReadUint32(); in ReadFromParcel() 425 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, startWindowIconId); in Marshalling() 613 {JSON_KEY_START_WINDOW_ICON_ID, abilityInfo.startWindowIconId}, in to_json() 1145 abilityInfo.startWindowIconId, in from_json()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | ability_info.cpp | 186 {JSON_KEY_START_WINDOW_ICON_ID, abilityInfo.startWindowIconId}, in to_json() 711 abilityInfo.startWindowIconId, in from_json()
|
H A D | module_profile.cpp | 186 int32_t startWindowIconId = 0; member 473 ability.startWindowIconId, in from_json() 1595 abilityInfo.startWindowIconId = ability.startWindowIconId; in ToAbilityInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_clone_app_test/ |
H A D | bms_bundle_clone_app_bundle_logic_test.cpp | 140 "startWindowIconId":16777222,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_profile.cpp | 287 uint32_t startWindowIconId = 0; member 1482 ability.startWindowIconId, in from_json() 2439 abilityInfo.startWindowIconId = ability.startWindowIconId; in ToAbilityInfo()
|
H A D | module_profile.cpp | 162 uint32_t startWindowIconId = 0; member 512 ability.startWindowIconId, in from_json() 2276 abilityInfo.startWindowIconId = ability.startWindowIconId; in ToAbilityInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 276 "startWindowIconId":16777222, 779 "startWindowIconId":0,
|
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_test5.cpp | 182 info.startWindowIconId = 0;
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_record.cpp | 1166 auto windowIconId = static_cast<uint32_t>(abilityInfo_.startWindowIconId); in GetColdStartingWindowResource() 1187 …startingWindowBg_ = GetPixelMap(static_cast<uint32_t>(abilityInfo_.startWindowIconId), resourceMgr… in InitColdStartingWindowResource()
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 3641 …if (resourceMgr->GetMediaById(abilityInfo.startWindowIconId, path) != Global::Resource::RState::SU… in GetStartupPageFromResource() 3642 WLOGFE("Failed to get icon, id %{public}d.", abilityInfo.startWindowIconId); in GetStartupPageFromResource() 3652 path = "resource:///" + std::to_string(abilityInfo.startWindowIconId) + path.substr(pos); in GetStartupPageFromResource() 3681 abilityInfo.startWindowIconId, abilityInfo.startWindowBackgroundId, path.c_str(), bgColor); in GetStartupPage() 3711 .startingWindowIconId_ = abilityInfo.startWindowIconId, in CacheStartingWindowInfo()
|