Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dcompatible_ability_info.cpp131 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 Dability_info.cpp64 const char* JSON_KEY_DEFAULT_FORM_HEIGHT = "defaultFormHeight";
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()
943 abilityInfo.defaultFormHeight, in from_json()
1310 compatibleAbilityInfo.defaultFormHeight = defaultFormHeight; in ConvertToCompatiableAbilityInfo()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dability_info.h166 int32_t defaultFormHeight = 0; // default height of ability. member
221 int32_t defaultFormHeight = 0; member
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dability_info.h119 int32_t defaultFormHeight = 0; member
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dability_info.cpp64 const std::string JSON_KEY_DEFAULT_FORM_HEIGHT = "defaultFormHeight";
167 {JSON_KEY_DEFAULT_FORM_HEIGHT, abilityInfo.defaultFormHeight}, in to_json()
559 abilityInfo.defaultFormHeight, 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.cpp82 "defaultFormHeight":0,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H A Dbms_bundle_data_storage_database_test.cpp217 "defaultFormHeight":0,
800 "defaultFormHeight": 0,
878 "defaultFormHeight": 0,
948 "defaultFormHeight": 0,
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_compatible_system_test/
H A Dbms_compatible_system_test.cpp233 EXPECT_EQ(compatibleAbilityInfo.defaultFormHeight, DEFAULT_HEIGHT); in CheckCompatibleAbilityInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_base_test/
H A Dbms_bundle_kit_service_base_test.cpp200 abilityInfo.defaultFormHeight = DEFAULT_FORM_HEIGHT; in MockAbilityInfo()
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/
H A Dnapi_common_ability_wrap_utils.cpp622 NAPI_CALL(env, napi_create_int32(env, abilityInfo.defaultFormHeight, &proValue)); in BuildJsAbilityInfoNamedPropertyFirst()
623 NAPI_CALL(env, napi_set_named_property(env, result, "defaultFormHeight", proValue)); in BuildJsAbilityInfoNamedPropertyFirst()
H A Djs_napi_common.cpp981 napi_set_named_property(env, objContext, "defaultFormHeight", CreateJsValue(env, abilityInfo.defaultFormHeight)); in CreateAbilityInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp957 abilityInfo.defaultFormHeight = DEFAULT_FORM_HEIGHT; in MockAbilityInfo()
1093 EXPECT_EQ(DEFAULT_FORM_HEIGHT, abilityInfo.defaultFormHeight); in CheckAbilityInfo()
1148 EXPECT_EQ(DEFAULT_FORM_HEIGHT, abilityInfo.defaultFormHeight); in CheckAbilityInfos()
1189 EXPECT_EQ(DEFAULT_FORM_HEIGHT, abilityInfo.defaultFormHeight); in CheckCompatibleAbilityInfo()
11255 EXPECT_EQ(compatibleAbility.defaultFormHeight, compatibleAbilityInfo2.defaultFormHeight); in HWTEST_F()
H A Dbms_bundle_data_mgr_test.cpp794 abilityInfo.defaultFormHeight = DEFAULT_FORM_HEIGHT; in MockAbilityInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_profile.cpp2254 abilityInfo.defaultFormHeight = ability.form.defaultHeight; in ToAbilityInfo()

Completed in 223 milliseconds