/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/vibrator/ |
H A D | _hdf_vibrator_info_v11.md | 25 | int [intensityMinValue](#intensityminvalue) | 最小振幅。 | 63 ### intensityMinValue subsection 66 int HdfVibratorInfo::intensityMinValue
|
/ohos5.0/drivers/hdf_core/framework/model/misc/vibrator/driver/include/ |
H A D | vibrator_driver_type.h | 89 uint16_t intensityMinValue; /**< Min intensity */ member
|
/ohos5.0/drivers/peripheral/vibrator/test/unittest/common/ |
H A D | hdf_vibrator_test.cpp | 278 …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 D | vibrator_type.h | 121 uint16_t intensityMinValue; member
|
/ohos5.0/drivers/peripheral/vibrator/interfaces/v1_1/ |
H A D | ivibrator_type_vdi.h | 56 uint16_t intensityMinValue; member
|
/ohos5.0/drivers/peripheral/vibrator/hdi_impl/ |
H A D | vibrator_interface_impl.cpp | 130 hdfVibratorInfo.intensityMinValue = tmp->intensityMinValue; in GetVibratorInfo()
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-peripherals-vibrator-des.md | 547 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 D | dump.txt | 55 unsigned short intensityMinValue;
|
/ohos5.0/drivers/peripheral/vibrator/hdi_service/ |
H A D | vibrator_if_service.cpp | 207 hdfVibratorInfo.intensityMinValue = iter.intensityMinValue; in GetVibratorInfo()
|
/ohos5.0/drivers/hdf_core/framework/model/misc/vibrator/driver/src/ |
H A D | vibrator_parser.c | 49 …->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 D | vibrator_types.h.txt | 71 uint16_t intensityMinValue;
|
/ohos5.0/drivers/peripheral/vibrator/test/unittest/hdi/ |
H A D | hdf_vibrator_hdi_test.cpp | 302 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 D | hdf_vibrator_benchmark_test.cpp | 189 EXPECT_GE(g_intensity1, info[0].intensityMinValue); in BENCHMARK_F()
|
/ohos5.0/drivers/interface/vibrator/v1_1/ |
H A D | VibratorTypes.idl | 61 unsigned short intensityMinValue;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_1/foo/vibrator/v1_1/ |
H A D | VibratorTypes.idl | 61 unsigned short intensityMinValue;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_2/foo/vibrator/v1_1/ |
H A D | VibratorTypes.idl | 61 unsigned short intensityMinValue;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_2/dump_ast_target/ |
H A D | dump.txt | 126 unsigned short intensityMinValue;
|
/ohos5.0/drivers/peripheral/vibrator/hal/src/ |
H A D | vibrator_controller.c | 130 …torInfoEntry.isSupportIntensity == 0) || (intensity < priv->vibratorInfoEntry.intensityMinValue) || in ValidityJudgment()
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-peripherals-vibrator-des.md | 547 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);
|