Searched refs:startWindowIcon (Results 1 - 13 of 13) sorted by relevance
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | start_window_option.cpp | 31 startWindowIcon = pixelMap; in ReadFromParcel() 62 if (!parcel.WriteParcelable(startWindowIcon.get())) { in Marshalling() 63 TAG_LOGE(AAFwkTag::ABILITYMGR, "startWindowIcon write failed"); in Marshalling()
|
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/ |
H A D | napi_common_start_options.cpp | 107 std::shared_ptr<Media::PixelMap> startWindowIcon = nullptr; in UnwrapStartWindowOption() local 108 if (IsExistsByPropertyName(env, param, "startWindowIcon")) { in UnwrapStartWindowOption() 109 if (!UnwrapPixelMapByPropertyName(env, param, "startWindowIcon", startWindowIcon)) { in UnwrapStartWindowOption() 110 TAG_LOGE(AAFwkTag::JSNAPI, "Unwrap startWindowIcon failed"); in UnwrapStartWindowOption() 113 option->startWindowIcon = startWindowIcon; in UnwrapStartWindowOption() 115 if (startWindowIcon != nullptr) { in UnwrapStartWindowOption()
|
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/ |
H A D | start_window_option.h | 37 std::shared_ptr<Media::PixelMap> startWindowIcon = nullptr; member in OHOS::AAFwk::final
|
/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | ability_info.h | 145 std::string startWindowIcon; member
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | ability_info.h | 249 std::string startWindowIcon; member
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | ability_info.cpp | 78 const std::string JSON_KEY_START_WINDOW_ICON = "startWindowIcon"; 185 {JSON_KEY_START_WINDOW_ICON, abilityInfo.startWindowIcon}, in to_json() 703 abilityInfo.startWindowIcon, in from_json()
|
H A D | module_profile.cpp | 185 std::string startWindowIcon; member 465 ability.startWindowIcon, in from_json() 1594 abilityInfo.startWindowIcon = ability.startWindowIcon; in ToAbilityInfo()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/ |
H A D | window_pattern.cpp | 389 if (sessionInfo.startWindowOption->startWindowIcon != nullptr) { in UpdateStartingWindowProperty() 390 auto pixelMap = PixelMap::CreatePixelMap(&(sessionInfo.startWindowOption->startWindowIcon)); in UpdateStartingWindowProperty()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | ability_info.cpp | 78 const char* JSON_KEY_START_WINDOW_ICON = "startWindowIcon"; 227 startWindowIcon = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel() 424 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(startWindowIcon)); in Marshalling() 612 {JSON_KEY_START_WINDOW_ICON, abilityInfo.startWindowIcon}, in to_json() 1065 abilityInfo.startWindowIcon, 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 | 139 "startWindowIcon":"$media:icon",
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_profile.cpp | 287 std::string startWindowIcon; member 1332 ability.startWindowIcon, in from_json() 2261 abilityInfo.startWindowIcon = ability.startWindowIcon; in ToAbilityInfo()
|
H A D | module_profile.cpp | 195 std::string startWindowIcon; member 492 ability.startWindowIcon, in from_json() 2105 abilityInfo.startWindowIcon = ability.startWindowIcon; in ToAbilityInfo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 277 "startWindowIcon":"$media:icon", 780 "startWindowIcon":"",
|
Completed in 21 milliseconds