Home
last modified time | relevance | path

Searched refs:intensityMinValue (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.md25 | int [intensityMinValue](#intensityminvalue) | 最小振幅。 |
63 ### intensityMinValue subsection
66 int HdfVibratorInfo::intensityMinValue
/ohos5.0/drivers/hdf_core/framework/model/misc/vibrator/driver/include/
H A Dvibrator_driver_type.h89 uint16_t intensityMinValue; /**< Min intensity */ member
/ohos5.0/drivers/peripheral/vibrator/test/unittest/common/
H A Dhdf_vibrator_test.cpp278 …torInfo->isSupportIntensity, g_vibratorInfo->intensityMaxValue, g_vibratorInfo->intensityMinValue);
311 EXPECT_GE(g_intensity1, g_vibratorInfo->intensityMinValue);
/ohos5.0/drivers/peripheral/vibrator/interfaces/include/
H A Dvibrator_type.h121 uint16_t intensityMinValue; member
/ohos5.0/drivers/peripheral/vibrator/interfaces/v1_1/
H A Divibrator_type_vdi.h56 uint16_t intensityMinValue; member
/ohos5.0/drivers/peripheral/vibrator/hdi_impl/
H A Dvibrator_interface_impl.cpp130 hdfVibratorInfo.intensityMinValue = tmp->intensityMinValue; in GetVibratorInfo()
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-vibrator-des.md547 intensityMinValue = 0; // 马达振动支持的最小振幅
804 printf("intensity = %d, intensityMaxValue = %d, intensityMinValue = %d\n\t",
805 …torInfo->isSupportIntensity, g_vibratorInfo->intensityMaxValue, g_vibratorInfo->intensityMinValue);
821 EXPECT_GE(intensity, g_vibratorInfo->intensityMinValue);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_1/dump_ast_target/
H A Ddump.txt55 unsigned short intensityMinValue;
/ohos5.0/drivers/peripheral/vibrator/hdi_service/
H A Dvibrator_if_service.cpp207 hdfVibratorInfo.intensityMinValue = iter.intensityMinValue; in GetVibratorInfo()
/ohos5.0/drivers/hdf_core/framework/model/misc/vibrator/driver/src/
H A Dvibrator_parser.c49 …->GetUint16(infoNode, "intensityMinValue", (uint16_t *)&config->vibratorInfo.intensityMinValue, 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.txt71 uint16_t intensityMinValue;
/ohos5.0/drivers/peripheral/vibrator/test/unittest/hdi/
H A Dhdf_vibrator_hdi_test.cpp302 info[0].isSupportIntensity, info[0].intensityMaxValue, info[0].intensityMinValue);
335 EXPECT_GE(g_intensity1, info[0].intensityMinValue);
/ohos5.0/drivers/peripheral/vibrator/test/benchmarktest/
H A Dhdf_vibrator_benchmark_test.cpp189 EXPECT_GE(g_intensity1, info[0].intensityMinValue); in BENCHMARK_F()
/ohos5.0/drivers/interface/vibrator/v1_1/
H A DVibratorTypes.idl61 unsigned short intensityMinValue;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_1/foo/vibrator/v1_1/
H A DVibratorTypes.idl61 unsigned short intensityMinValue;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_2/foo/vibrator/v1_1/
H A DVibratorTypes.idl61 unsigned short intensityMinValue;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_2/dump_ast_target/
H A Ddump.txt126 unsigned short intensityMinValue;
/ohos5.0/drivers/peripheral/vibrator/hal/src/
H A Dvibrator_controller.c130 …torInfoEntry.isSupportIntensity == 0) || (intensity < priv->vibratorInfoEntry.intensityMinValue) || in ValidityJudgment()
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-vibrator-des.md547 intensityMinValue = 0; // Minimum vibrator intensity supported.
804 printf("intensity = %d, intensityMaxValue = %d, intensityMinValue = %d\n\t",
805 …torInfo->isSupportIntensity, g_vibratorInfo->intensityMaxValue, g_vibratorInfo->intensityMinValue);
821 EXPECT_GE(intensity, g_vibratorInfo->intensityMinValue);