Home
last modified time | relevance | path

Searched refs:intensityMaxValue (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/vibrator/
H A D_hdf_vibrator_info_v11.md24 | int [intensityMaxValue](#intensitymaxvalue) | 最大振幅。 |
53 ### intensityMaxValue subsection
56 int HdfVibratorInfo::intensityMaxValue
/ohos5.0/drivers/hdf_core/framework/model/misc/vibrator/driver/include/
H A Dvibrator_driver_type.h88 uint16_t intensityMaxValue; /**< Max intensity */ member
/ohos5.0/drivers/peripheral/vibrator/test/unittest/common/
H A Dhdf_vibrator_test.cpp278 …g_vibratorInfo->isSupportIntensity, g_vibratorInfo->intensityMaxValue, g_vibratorInfo->intensityMi…
312 EXPECT_LE(g_intensity1, g_vibratorInfo->intensityMaxValue);
/ohos5.0/drivers/peripheral/vibrator/interfaces/include/
H A Dvibrator_type.h119 uint16_t intensityMaxValue; member
/ohos5.0/drivers/peripheral/vibrator/interfaces/v1_1/
H A Divibrator_type_vdi.h55 uint16_t intensityMaxValue; member
/ohos5.0/drivers/peripheral/vibrator/hdi_impl/
H A Dvibrator_interface_impl.cpp129 hdfVibratorInfo.intensityMaxValue = tmp->intensityMaxValue; in GetVibratorInfo()
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-vibrator-des.md546 intensityMaxValue = 0; // 马达振动支持的最大振幅
804 printf("intensity = %d, intensityMaxValue = %d, intensityMinValue = %d\n\t",
805 …g_vibratorInfo->isSupportIntensity, g_vibratorInfo->intensityMaxValue, g_vibratorInfo->intensityMi…
822 EXPECT_LE(intensity, g_vibratorInfo->intensityMaxValue);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_1/dump_ast_target/
H A Ddump.txt54 unsigned short intensityMaxValue;
/ohos5.0/drivers/peripheral/vibrator/hdi_service/
H A Dvibrator_if_service.cpp206 hdfVibratorInfo.intensityMaxValue = iter.intensityMaxValue; in GetVibratorInfo()
/ohos5.0/drivers/hdf_core/framework/model/misc/vibrator/driver/src/
H A Dvibrator_parser.c47 …->GetUint16(infoNode, "intensityMaxValue", (uint16_t *)&config->vibratorInfo.intensityMaxValue, 0); in ParseVibratorInfo()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_1/cpp_target/vibrator/v1_1/
H A Dvibrator_types.h.txt70 uint16_t intensityMaxValue;
/ohos5.0/drivers/peripheral/vibrator/test/unittest/hdi/
H A Dhdf_vibrator_hdi_test.cpp302 info[0].isSupportIntensity, info[0].intensityMaxValue, info[0].intensityMinValue);
336 EXPECT_LE(g_intensity1, info[0].intensityMaxValue);
/ohos5.0/drivers/peripheral/vibrator/test/benchmarktest/
H A Dhdf_vibrator_benchmark_test.cpp190 EXPECT_LE(g_intensity1, info[0].intensityMaxValue); in BENCHMARK_F()
/ohos5.0/drivers/interface/vibrator/v1_1/
H A DVibratorTypes.idl59 unsigned short intensityMaxValue;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_1/foo/vibrator/v1_1/
H A DVibratorTypes.idl59 unsigned short intensityMaxValue;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_2/foo/vibrator/v1_1/
H A DVibratorTypes.idl59 unsigned short intensityMaxValue;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_2/dump_ast_target/
H A Ddump.txt125 unsigned short intensityMaxValue;
/ohos5.0/drivers/peripheral/vibrator/hal/src/
H A Dvibrator_controller.c131 (intensity > priv->vibratorInfoEntry.intensityMaxValue)) { in ValidityJudgment()
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-vibrator-des.md546 intensityMaxValue = 0; // Maximum vibrator intensity supported.
804 printf("intensity = %d, intensityMaxValue = %d, intensityMinValue = %d\n\t",
805 …g_vibratorInfo->isSupportIntensity, g_vibratorInfo->intensityMaxValue, g_vibratorInfo->intensityMi…
822 EXPECT_LE(intensity, g_vibratorInfo->intensityMaxValue);