/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | compatible_ability_info.cpp | 131 defaultFormHeight = parcel.ReadInt32(); in ReadFromParcel() 210 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, defaultFormHeight); in Marshalling() 265 abilityInfo.defaultFormHeight = defaultFormHeight; in ConvertToAbilityInfo()
|
H A D | ability_info.cpp | 185 defaultFormHeight = parcel.ReadInt32(); in ReadFromParcel() 395 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, defaultFormHeight); in Marshalling() 594 {JSON_KEY_DEFAULT_FORM_HEIGHT, abilityInfo.defaultFormHeight}, in to_json() 993 abilityInfo.defaultFormHeight, in from_json() 1400 compatibleAbilityInfo.defaultFormHeight = defaultFormHeight; in ConvertToCompatiableAbilityInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | ability_info.h | 166 int32_t defaultFormHeight = 0; // default height of ability. member 221 int32_t defaultFormHeight = 0; member
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | ability_info.h | 119 int32_t defaultFormHeight = 0; member
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | ability_info.cpp | 167 {JSON_KEY_DEFAULT_FORM_HEIGHT, abilityInfo.defaultFormHeight}, in to_json() 559 abilityInfo.defaultFormHeight, in from_json()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_clone_app_test/ |
H A D | bms_bundle_clone_app_bundle_logic_test.cpp | 82 "defaultFormHeight":0,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 215 "defaultFormHeight":0, 798 "defaultFormHeight": 0, 877 "defaultFormHeight": 0, 947 "defaultFormHeight": 0,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_compatible_system_test/ |
H A D | bms_compatible_system_test.cpp | 233 EXPECT_EQ(compatibleAbilityInfo.defaultFormHeight, DEFAULT_HEIGHT); in CheckCompatibleAbilityInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_base_test/ |
H A D | bms_bundle_kit_service_base_test.cpp | 200 abilityInfo.defaultFormHeight = DEFAULT_FORM_HEIGHT; in MockAbilityInfo()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/ |
H A D | napi_common_ability_wrap_utils.cpp | 622 NAPI_CALL(env, napi_create_int32(env, abilityInfo.defaultFormHeight, &proValue)); in BuildJsAbilityInfoNamedPropertyFirst()
|
H A D | js_napi_common.cpp | 981 …_property(env, objContext, "defaultFormHeight", CreateJsValue(env, abilityInfo.defaultFormHeight)); in CreateAbilityInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 958 abilityInfo.defaultFormHeight = DEFAULT_FORM_HEIGHT; in MockAbilityInfo() 1094 EXPECT_EQ(DEFAULT_FORM_HEIGHT, abilityInfo.defaultFormHeight); in CheckAbilityInfo() 1149 EXPECT_EQ(DEFAULT_FORM_HEIGHT, abilityInfo.defaultFormHeight); in CheckAbilityInfos() 1190 EXPECT_EQ(DEFAULT_FORM_HEIGHT, abilityInfo.defaultFormHeight); in CheckCompatibleAbilityInfo() 11138 EXPECT_EQ(compatibleAbility.defaultFormHeight, compatibleAbilityInfo2.defaultFormHeight);
|
H A D | bms_bundle_data_mgr_test.cpp | 792 abilityInfo.defaultFormHeight = DEFAULT_FORM_HEIGHT; in MockAbilityInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_profile.cpp | 2431 abilityInfo.defaultFormHeight = ability.form.defaultHeight; in ToAbilityInfo()
|