Home
last modified time | relevance | path

Searched refs:startWindowBackgroundId (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dability_info.h148 int32_t startWindowBackgroundId; member
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dability_info.h252 uint32_t startWindowBackgroundId = 0; member
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dability_info.cpp230 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 Dability_info.cpp188 {JSON_KEY_START_WINDOW_BACKGROUND_ID, abilityInfo.startWindowBackgroundId}, in to_json()
727 abilityInfo.startWindowBackgroundId, in from_json()
H A Dmodule_profile.cpp188 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 Dbms_bundle_clone_app_bundle_logic_test.cpp138 "startWindowBackgroundId":16777221,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_profile.cpp289 uint32_t startWindowBackgroundId = 0; member
1498 ability.startWindowBackgroundId, in from_json()
2441 abilityInfo.startWindowBackgroundId = ability.startWindowBackgroundId; in ToAbilityInfo()
H A Dmodule_profile.cpp164 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 Dbms_bundle_data_storage_database_test.cpp274 "startWindowBackgroundId":16777221,
781 "startWindowBackgroundId":0,
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test5.cpp178 info.startWindowBackgroundId = 1;
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp1169 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 Dscene_session_manager.cpp3636 …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()