/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | compatible_ability_info.cpp | 133 defaultFormWidth = parcel.ReadInt32(); in ReadFromParcel() 212 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, defaultFormWidth); in Marshalling() 267 abilityInfo.defaultFormWidth = defaultFormWidth; in ConvertToAbilityInfo()
|
H A D | ability_info.cpp | 187 defaultFormWidth = parcel.ReadInt32(); in ReadFromParcel() 397 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, defaultFormWidth); in Marshalling() 596 {JSON_KEY_DEFAULT_FORM_WIDTH, abilityInfo.defaultFormWidth}, in to_json() 1009 abilityInfo.defaultFormWidth, in from_json() 1402 compatibleAbilityInfo.defaultFormWidth = defaultFormWidth; in ConvertToCompatiableAbilityInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | ability_info.h | 168 int32_t defaultFormWidth = 0; // default width of ability. member 223 int32_t defaultFormWidth = 0; member
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | ability_info.h | 121 int32_t defaultFormWidth = 0; member
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | ability_info.cpp | 169 {JSON_KEY_DEFAULT_FORM_WIDTH, abilityInfo.defaultFormWidth}, in to_json() 575 abilityInfo.defaultFormWidth, 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 | 83 "defaultFormWidth":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 | 216 "defaultFormWidth":0, 799 "defaultFormWidth": 0, 878 "defaultFormWidth": 0, 948 "defaultFormWidth": 0,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_compatible_system_test/ |
H A D | bms_compatible_system_test.cpp | 235 EXPECT_EQ(compatibleAbilityInfo.defaultFormWidth, DEFAULT_WIDTH); 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 | 201 abilityInfo.defaultFormWidth = DEFAULT_FORM_WIDTH; in MockAbilityInfo()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/ |
H A D | napi_common_ability_wrap_utils.cpp | 628 NAPI_CALL(env, napi_create_int32(env, abilityInfo.defaultFormWidth, &proValue)); in BuildJsAbilityInfoNamedPropertyFirst()
|
H A D | js_napi_common.cpp | 983 …ed_property(env, objContext, "defaultFormWidth", CreateJsValue(env, abilityInfo.defaultFormWidth)); 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 | 959 abilityInfo.defaultFormWidth = DEFAULT_FORM_WIDTH; in MockAbilityInfo() 1095 EXPECT_EQ(DEFAULT_FORM_WIDTH, abilityInfo.defaultFormWidth); in CheckAbilityInfo() 1150 EXPECT_EQ(DEFAULT_FORM_WIDTH, abilityInfo.defaultFormWidth); in CheckAbilityInfos() 1191 EXPECT_EQ(DEFAULT_FORM_WIDTH, abilityInfo.defaultFormWidth); in CheckCompatibleAbilityInfo() 11140 EXPECT_EQ(compatibleAbility.defaultFormWidth, compatibleAbilityInfo2.defaultFormWidth);
|
H A D | bms_bundle_data_mgr_test.cpp | 793 abilityInfo.defaultFormWidth = DEFAULT_FORM_WIDTH; in MockAbilityInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_profile.cpp | 2433 abilityInfo.defaultFormWidth = ability.form.defaultWidth; in ToAbilityInfo()
|