Searched refs:startWindowBackgroundId (Results 1 - 12 of 12) sorted by relevance
/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | ability_info.h | 148 int32_t startWindowBackgroundId; member
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | ability_info.h | 252 uint32_t startWindowBackgroundId = 0; member
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | ability_info.cpp | 81 const std::string JSON_KEY_START_WINDOW_BACKGROUND_ID = "startWindowBackgroundId"; 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()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | ability_info.cpp | 81 const char* JSON_KEY_START_WINDOW_BACKGROUND_ID = "startWindowBackgroundId"; 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() 1085 abilityInfo.startWindowBackgroundId, in from_json()
|
/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,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_profile.cpp | 260 uint32_t startWindowBackgroundId = 0; member 1352 ability.startWindowBackgroundId, in from_json() 2264 abilityInfo.startWindowBackgroundId = ability.startWindowBackgroundId; in ToAbilityInfo()
|
H A D | module_profile.cpp | 177 uint32_t startWindowBackgroundId = 0; member 512 ability.startWindowBackgroundId, in from_json() 2108 abilityInfo.startWindowBackgroundId = ability.startWindowBackgroundId; in ToAbilityInfo()
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_test5.cpp | 180 info.startWindowBackgroundId = 1; in HWTEST_F() 275 abilityInfo.startWindowBackgroundId = 1; in HWTEST_F() 310 abilityInfo.startWindowBackgroundId = 1; in HWTEST_F()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_record.cpp | 1163 auto colorId = static_cast<uint32_t>(abilityInfo_.startWindowBackgroundId); in GetColdStartingWindowResource() 1182 if (resourceMgr->GetColorById(static_cast<uint32_t>(abilityInfo_.startWindowBackgroundId), bgColor_) != in InitColdStartingWindowResource()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 276 "startWindowBackgroundId":16777221, 783 "startWindowBackgroundId":0,
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 3389 if (resourceMgr->GetColorById(abilityInfo.startWindowBackgroundId, bgColor) != Global::Resource::RState::SUCCESS) { in GetStartupPageFromResource() 3390 WLOGFE("Failed to get background color, id %{public}d.", abilityInfo.startWindowBackgroundId); in GetStartupPageFromResource() 3434 abilityInfo.startWindowIconId, abilityInfo.startWindowBackgroundId, path.c_str(), bgColor); in GetStartupPage() 3463 .startingWindowBackgroundId_ = abilityInfo.startWindowBackgroundId, in CacheStartingWindowInfo()
|
Completed in 44 milliseconds