Home
last modified time | relevance | path

Searched refs:startWindowIcon (Results 1 - 13 of 13) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dstart_window_option.cpp31 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 Dnapi_common_start_options.cpp107 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 Dstart_window_option.h37 std::shared_ptr<Media::PixelMap> startWindowIcon = nullptr; member in OHOS::AAFwk::final
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dability_info.h145 std::string startWindowIcon; member
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dability_info.h249 std::string startWindowIcon; member
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dability_info.cpp78 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 Dmodule_profile.cpp185 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 Dwindow_pattern.cpp389 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 Dability_info.cpp78 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 Dbms_bundle_clone_app_bundle_logic_test.cpp139 "startWindowIcon":"$media:icon",
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_profile.cpp287 std::string startWindowIcon; member
1332 ability.startWindowIcon, in from_json()
2261 abilityInfo.startWindowIcon = ability.startWindowIcon; in ToAbilityInfo()
H A Dmodule_profile.cpp195 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 Dbms_bundle_data_storage_database_test.cpp277 "startWindowIcon":"$media:icon",
780 "startWindowIcon":"",

Completed in 21 milliseconds