Searched refs:startWindowBackgroundId (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | ability_info.h | 148 int32_t startWindowBackgroundId; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | ability_info.h | 252 uint32_t startWindowBackgroundId = 0; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | ability_info.cpp | 230 startWindowBackgroundId = parcel.ReadUint32(); in ReadFromParcel() 427 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, startWindowBackgroundId); in Marshalling() 615 {JSON_KEY_START_WINDOW_BACKGROUND_ID, abilityInfo.startWindowBackgroundId}, in to_json() 1161 abilityInfo.startWindowBackgroundId, in from_json()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | ability_info.cpp | 188 {JSON_KEY_START_WINDOW_BACKGROUND_ID, abilityInfo.startWindowBackgroundId}, in to_json() 727 abilityInfo.startWindowBackgroundId, in from_json()
|
H A D | module_profile.cpp | 188 int32_t startWindowBackgroundId = 0; member 489 ability.startWindowBackgroundId, in from_json() 1597 abilityInfo.startWindowBackgroundId = ability.startWindowBackgroundId; 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 | 138 "startWindowBackgroundId":16777221,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_profile.cpp | 289 uint32_t startWindowBackgroundId = 0; member 1498 ability.startWindowBackgroundId, in from_json() 2441 abilityInfo.startWindowBackgroundId = ability.startWindowBackgroundId; in ToAbilityInfo()
|
H A D | module_profile.cpp | 164 uint32_t startWindowBackgroundId = 0; member 528 ability.startWindowBackgroundId, in from_json() 2278 abilityInfo.startWindowBackgroundId = ability.startWindowBackgroundId; 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 | 274 "startWindowBackgroundId":16777221, 781 "startWindowBackgroundId":0,
|
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_test5.cpp | 178 info.startWindowBackgroundId = 1;
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_record.cpp | 1169 auto colorId = static_cast<uint32_t>(abilityInfo_.startWindowBackgroundId); in GetColdStartingWindowResource() 1188 …if (resourceMgr->GetColorById(static_cast<uint32_t>(abilityInfo_.startWindowBackgroundId), bgColor… in InitColdStartingWindowResource()
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 3636 …if (resourceMgr->GetColorById(abilityInfo.startWindowBackgroundId, bgColor) != Global::Resource::R… in GetStartupPageFromResource() 3637 … WLOGFE("Failed to get background color, id %{public}d.", abilityInfo.startWindowBackgroundId); in GetStartupPageFromResource() 3681 abilityInfo.startWindowIconId, abilityInfo.startWindowBackgroundId, path.c_str(), bgColor); in GetStartupPage() 3710 .startingWindowBackgroundId_ = abilityInfo.startWindowBackgroundId, in CacheStartingWindowInfo()
|