Home
last modified time | relevance | path

Searched refs:maxWindowHeight (Results 1 - 18 of 18) sorted by relevance

/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dability_info.h161 uint32_t maxWindowHeight = 0; member
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Dbundle_manager_utils.h105 uint32_t maxWindowHeight; member
H A Dbundle_manager_convert.cpp362 abInfo.windowSize.maxWindowHeight = cAbilityInfos.maxWindowHeight; in ConvertAbilityInfo()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dability_info.h268 uint32_t maxWindowHeight = 0; member
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dability_info.cpp97 const std::string JOSN_KEY_MAX_WINDOW_HEIGHT = "maxWindowHeight";
194 {JOSN_KEY_MAX_WINDOW_HEIGHT, abilityInfo.maxWindowHeight}, in to_json()
791 abilityInfo.maxWindowHeight, in from_json()
H A Dmodule_profile.cpp196 uint32_t maxWindowHeight = 0; member
553 ability.maxWindowHeight, in from_json()
1613 abilityInfo.maxWindowHeight = ability.maxWindowHeight; in ToAbilityInfo()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dability_info.cpp97 const char* JOSN_KEY_MAX_WINDOW_HEIGHT = "maxWindowHeight";
260 maxWindowHeight = parcel.ReadUint32(); in ReadFromParcel()
456 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, maxWindowHeight); in Marshalling()
621 {JOSN_KEY_MAX_WINDOW_HEIGHT, abilityInfo.maxWindowHeight}, in to_json()
1147 abilityInfo.maxWindowHeight, 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.cpp108 "maxWindowHeight":0,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_get_window_properties_test.cpp61 const std::string MAX_WINDOW_HEIGHT = "maxWindowHeight";
209 resultMap.emplace(MAX_WINDOW_HEIGHT, static_cast<double>(result.maxWindowHeight)); in CheckWindowProperty1()
594 * 3.maxWindowHeight equals to default value
607 * 3.maxWindowHeight equals to 300
633 * 3.maxWindowHeight equals to 200
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp180 uint32_t maxWindowHeight = 0; member
572 ability.maxWindowHeight, in from_json()
2131 abilityInfo.maxWindowHeight = ability.maxWindowHeight; in ToAbilityInfo()
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Dcommon_func.cpp369 NAPI_CALL_RETURN_VOID(env, napi_create_uint32(env, abilityInfo.maxWindowHeight, &nMaxWindowHeight)); in ConvertWindowSize()
370 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, value, "maxWindowHeight", nMaxWindowHeight)); in ConvertWindowSize()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H A Dbms_bundle_data_storage_database_test.cpp244 "maxWindowHeight":0,
789 "maxWindowHeight":0,
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp668 info->maxWindowHeight_ = abilityInfo_.maxWindowHeight; in SetAbilityTransitionInfo()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
H A Dcommon_func.cpp846 NAPI_CALL_RETURN_VOID(env, napi_create_uint32(env, abilityInfo.maxWindowHeight, &nMaxWindowHeight)); in ConvertWindowSize()
847 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, value, "maxWindowHeight", nMaxWindowHeight)); in ConvertWindowSize()
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session_manager.cpp1233 napi_set_named_property(env, objValue, "maxWindowHeight", CreateJsValue(env, abilityInfo.maxWindowHeight)); in CreateWindowSize()
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp1158 sizeLimits.maxHeight_ = abilityInfo->maxWindowHeight; in GetConfigurationFromAbilityInfo()
H A Dwindow_scene_session_impl.cpp907 abilityInfo->maxWindowWidth, abilityInfo->maxWindowHeight, in GetConfigurationFromAbilityInfo()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.cpp633 NAPI_CALL_RETURN_VOID(env, napi_create_uint32(env, abilityInfo.maxWindowHeight, &nMaxWindowHeight)); in ConvertAbilityInfo()
634 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, objAbilityInfo, "maxWindowHeight", nMaxWindowHeight)); in ConvertAbilityInfo()

Completed in 56 milliseconds