Searched refs:minFormWidth (Results 1 - 12 of 12) sorted by relevance
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | compatible_ability_info.cpp | 132 minFormWidth = parcel.ReadInt32(); in ReadFromParcel() 211 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, minFormWidth); in Marshalling() 266 abilityInfo.minFormWidth = minFormWidth; in ConvertToAbilityInfo()
|
H A D | ability_info.cpp | 65 const char* JSON_KEY_MIN_FORM_WIDTH = "minFormWidth"; 186 minFormWidth = parcel.ReadInt32(); in ReadFromParcel() 396 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, minFormWidth); in Marshalling() 595 {JSON_KEY_MIN_FORM_WIDTH, abilityInfo.minFormWidth}, in to_json() 951 abilityInfo.minFormWidth, in from_json() 1311 compatibleAbilityInfo.minFormWidth = minFormWidth; in ConvertToCompatiableAbilityInfo()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | ability_info.h | 167 int32_t minFormWidth = 0; // minimum width of ability. member 222 int32_t minFormWidth = 0; member
|
/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | ability_info.h | 120 int32_t minFormWidth = 0; member
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | ability_info.cpp | 65 const std::string JSON_KEY_MIN_FORM_WIDTH = "minFormWidth"; 168 {JSON_KEY_MIN_FORM_WIDTH, abilityInfo.minFormWidth}, in to_json() 567 abilityInfo.minFormWidth, 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 | 118 "minFormWidth":0,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 256 "minFormWidth":0, 837 "minFormWidth": 0, 917 "minFormWidth": 0, 982 "minFormWidth": 0,
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_compatible_system_test/ |
H A D | bms_compatible_system_test.cpp | 234 EXPECT_EQ(compatibleAbilityInfo.minFormWidth, MIN_WIDTH); in CheckCompatibleAbilityInfo()
|
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/ |
H A D | napi_common_ability_wrap_utils.cpp | 625 NAPI_CALL(env, napi_create_int32(env, abilityInfo.minFormWidth, &proValue)); in BuildJsAbilityInfoNamedPropertyFirst() 626 NAPI_CALL(env, napi_set_named_property(env, result, "minFormWidth", proValue)); in BuildJsAbilityInfoNamedPropertyFirst()
|
H A D | js_napi_common.cpp | 982 napi_set_named_property(env, objContext, "minFormWidth", CreateJsValue(env, abilityInfo.minFormWidth)); in CreateAbilityInfo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_profile.cpp | 2255 abilityInfo.minFormWidth = ability.form.minWidth; in ToAbilityInfo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 11256 EXPECT_EQ(compatibleAbility.minFormWidth, compatibleAbilityInfo2.minFormWidth); in HWTEST_F()
|
Completed in 40 milliseconds