/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | ability_info.h | 161 uint32_t maxWindowHeight = 0; member
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/ |
H A D | bundle_manager_utils.h | 105 uint32_t maxWindowHeight; member
|
H A D | bundle_manager_convert.cpp | 362 abInfo.windowSize.maxWindowHeight = cAbilityInfos.maxWindowHeight; in ConvertAbilityInfo()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | ability_info.h | 268 uint32_t maxWindowHeight = 0; member
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | ability_info.cpp | 97 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 D | module_profile.cpp | 196 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 D | ability_info.cpp | 97 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 D | bms_bundle_clone_app_bundle_logic_test.cpp | 108 "maxWindowHeight":0,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_get_window_properties_test.cpp | 61 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 D | module_profile.cpp | 180 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 D | common_func.cpp | 369 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 D | bms_bundle_data_storage_database_test.cpp | 244 "maxWindowHeight":0, 789 "maxWindowHeight":0,
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_record.cpp | 668 info->maxWindowHeight_ = abilityInfo_.maxWindowHeight; in SetAbilityTransitionInfo()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/ |
H A D | common_func.cpp | 846 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 D | js_scene_session_manager.cpp | 1233 napi_set_named_property(env, objValue, "maxWindowHeight", CreateJsValue(env, abilityInfo.maxWindowHeight)); in CreateWindowSize()
|
/foundation/window/window_manager/wm/src/ |
H A D | window_impl.cpp | 1158 sizeLimits.maxHeight_ = abilityInfo->maxWindowHeight; in GetConfigurationFromAbilityInfo()
|
H A D | window_scene_session_impl.cpp | 907 abilityInfo->maxWindowWidth, abilityInfo->maxWindowHeight, in GetConfigurationFromAbilityInfo()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/ |
H A D | bundle_mgr.cpp | 633 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()
|