Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dability_info.h146 int32_t startWindowIconId; member
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dability_info.h250 uint32_t startWindowIconId = 0; member
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dability_info.cpp228 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 Dability_info.cpp186 {JSON_KEY_START_WINDOW_ICON_ID, abilityInfo.startWindowIconId}, in to_json()
711 abilityInfo.startWindowIconId, in from_json()
H A Dmodule_profile.cpp186 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 Dbms_bundle_clone_app_bundle_logic_test.cpp140 "startWindowIconId":16777222,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_profile.cpp287 uint32_t startWindowIconId = 0; member
1482 ability.startWindowIconId, in from_json()
2439 abilityInfo.startWindowIconId = ability.startWindowIconId; in ToAbilityInfo()
H A Dmodule_profile.cpp162 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 Dbms_bundle_data_storage_database_test.cpp276 "startWindowIconId":16777222,
779 "startWindowIconId":0,
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test5.cpp182 info.startWindowIconId = 0;
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp1166 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 Dscene_session_manager.cpp3641 …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()