Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dability_info.h159 uint32_t maxWindowWidth = 0; member
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Dbundle_manager_utils.h103 uint32_t maxWindowWidth; member
H A Dbundle_manager_convert.cpp360 abInfo.windowSize.maxWindowWidth = cAbilityInfos.maxWindowWidth; in ConvertAbilityInfo()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dability_info.h266 uint32_t maxWindowWidth = 0; member
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dability_info.cpp95 const std::string JOSN_KEY_MAX_WINDOW_WIDTH = "maxWindowWidth";
192 {JOSN_KEY_MAX_WINDOW_WIDTH, abilityInfo.maxWindowWidth}, in to_json()
775 abilityInfo.maxWindowWidth, in from_json()
H A Dmodule_profile.cpp194 uint32_t maxWindowWidth = 0; member
537 ability.maxWindowWidth, in from_json()
1611 abilityInfo.maxWindowWidth = ability.maxWindowWidth; in ToAbilityInfo()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dability_info.cpp95 const char* JOSN_KEY_MAX_WINDOW_WIDTH = "maxWindowWidth";
258 maxWindowWidth = parcel.ReadUint32(); in ReadFromParcel()
454 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, maxWindowWidth); in Marshalling()
619 {JOSN_KEY_MAX_WINDOW_WIDTH, abilityInfo.maxWindowWidth}, in to_json()
1131 abilityInfo.maxWindowWidth, 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.cpp110 "maxWindowWidth":0,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_get_window_properties_test.cpp59 const std::string MAX_WINDOW_WIDTH = "maxWindowWidth";
207 resultMap.emplace(MAX_WINDOW_WIDTH, static_cast<double>(result.maxWindowWidth)); in CheckWindowProperty1()
542 * 3.maxWindowWidth equals to default value
555 * 3.maxWindowWidth equals to 2560
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp178 uint32_t maxWindowWidth = 0; member
556 ability.maxWindowWidth, in from_json()
2129 abilityInfo.maxWindowWidth = ability.maxWindowWidth; in ToAbilityInfo()
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Dcommon_func.cpp361 NAPI_CALL_RETURN_VOID(env, napi_create_uint32(env, abilityInfo.maxWindowWidth, &nMaxWindowWidth)); in ConvertWindowSize()
362 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, value, "maxWindowWidth", nMaxWindowWidth)); in ConvertWindowSize()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H A Dbms_bundle_data_storage_database_test.cpp246 "maxWindowWidth":0,
787 "maxWindowWidth":0,
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp666 info->maxWindowWidth_ = abilityInfo_.maxWindowWidth; in SetAbilityTransitionInfo()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
H A Dcommon_func.cpp838 NAPI_CALL_RETURN_VOID(env, napi_create_uint32(env, abilityInfo.maxWindowWidth, &nMaxWindowWidth)); in ConvertWindowSize()
839 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, value, "maxWindowWidth", nMaxWindowWidth)); in ConvertWindowSize()
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session_manager.cpp1231 napi_set_named_property(env, objValue, "maxWindowWidth", CreateJsValue(env, abilityInfo.maxWindowWidth)); in CreateWindowSize()
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp1157 sizeLimits.maxWidth_ = abilityInfo->maxWindowWidth; 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.cpp625 NAPI_CALL_RETURN_VOID(env, napi_create_uint32(env, abilityInfo.maxWindowWidth, &nMaxWindowWidth)); in ConvertAbilityInfo()
626 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, objAbilityInfo, "maxWindowWidth", nMaxWindowWidth)); in ConvertAbilityInfo()

Completed in 58 milliseconds