Home
last modified time | relevance | path

Searched refs:defaultFormWidth (Results 1 - 14 of 14) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dcompatible_ability_info.cpp133 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 Dability_info.cpp66 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 Dability_info.h168 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 Dability_info.h121 int32_t defaultFormWidth = 0; member
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dability_info.cpp66 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 Dbms_bundle_clone_app_bundle_logic_test.cpp83 "defaultFormWidth":0,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H A Dbms_bundle_data_storage_database_test.cpp218 "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 Dbms_compatible_system_test.cpp235 EXPECT_EQ(compatibleAbilityInfo.defaultFormWidth, DEFAULT_WIDTH); in CheckCompatibleAbilityInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_base_test/
H A Dbms_bundle_kit_service_base_test.cpp201 abilityInfo.defaultFormWidth = DEFAULT_FORM_WIDTH; in MockAbilityInfo()
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/
H A Dnapi_common_ability_wrap_utils.cpp628 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 Djs_napi_common.cpp983 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 Dbms_bundle_kit_service_test.cpp958 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 Dbms_bundle_data_mgr_test.cpp795 abilityInfo.defaultFormWidth = DEFAULT_FORM_WIDTH; in MockAbilityInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_profile.cpp2256 abilityInfo.defaultFormWidth = ability.form.defaultWidth; in ToAbilityInfo()

Completed in 55 milliseconds