Searched refs:defaultFormWidth (Results 1 - 14 of 14) sorted by relevance
/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 | 66 const char* JSON_KEY_DEFAULT_FORM_WIDTH = "defaultFormWidth"; 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() 959 abilityInfo.defaultFormWidth, in from_json() 1312 compatibleAbilityInfo.defaultFormWidth = defaultFormWidth; in ConvertToCompatiableAbilityInfo()
|
/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
|
/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | ability_info.h | 121 int32_t defaultFormWidth = 0; member
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | ability_info.cpp | 66 const std::string JSON_KEY_DEFAULT_FORM_WIDTH = "defaultFormWidth"; 169 {JSON_KEY_DEFAULT_FORM_WIDTH, abilityInfo.defaultFormWidth}, in to_json() 575 abilityInfo.defaultFormWidth, 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 | 83 "defaultFormWidth":0,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 218 "defaultFormWidth":0, 801 "defaultFormWidth": 0, 879 "defaultFormWidth": 0, 949 "defaultFormWidth": 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()
|
/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()
|
/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() 629 NAPI_CALL(env, napi_set_named_property(env, result, "defaultFormWidth", proValue)); in BuildJsAbilityInfoNamedPropertyFirst()
|
H A D | js_napi_common.cpp | 983 napi_set_named_property(env, objContext, "defaultFormWidth", CreateJsValue(env, abilityInfo.defaultFormWidth)); in CreateAbilityInfo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 958 abilityInfo.defaultFormWidth = DEFAULT_FORM_WIDTH; in MockAbilityInfo() 1094 EXPECT_EQ(DEFAULT_FORM_WIDTH, abilityInfo.defaultFormWidth); in CheckAbilityInfo() 1149 EXPECT_EQ(DEFAULT_FORM_WIDTH, abilityInfo.defaultFormWidth); in CheckAbilityInfos() 1190 EXPECT_EQ(DEFAULT_FORM_WIDTH, abilityInfo.defaultFormWidth); in CheckCompatibleAbilityInfo() 11257 EXPECT_EQ(compatibleAbility.defaultFormWidth, compatibleAbilityInfo2.defaultFormWidth); in HWTEST_F()
|
H A D | bms_bundle_data_mgr_test.cpp | 795 abilityInfo.defaultFormWidth = DEFAULT_FORM_WIDTH; in MockAbilityInfo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_profile.cpp | 2256 abilityInfo.defaultFormWidth = ability.form.defaultWidth; in ToAbilityInfo()
|
Completed in 55 milliseconds