/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/vibrator/ |
H A D | _hdf_vibrator_info_v11.md | 24 | int [intensityMaxValue](#intensitymaxvalue) | 最大振幅。 | 53 ### intensityMaxValue subsection 56 int HdfVibratorInfo::intensityMaxValue
|
/ohos5.0/drivers/hdf_core/framework/model/misc/vibrator/driver/include/ |
H A D | vibrator_driver_type.h | 88 uint16_t intensityMaxValue; /**< Max intensity */ member
|
/ohos5.0/drivers/peripheral/vibrator/test/unittest/common/ |
H A D | hdf_vibrator_test.cpp | 278 …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 D | vibrator_type.h | 119 uint16_t intensityMaxValue; member
|
/ohos5.0/drivers/peripheral/vibrator/interfaces/v1_1/ |
H A D | ivibrator_type_vdi.h | 55 uint16_t intensityMaxValue; member
|
/ohos5.0/drivers/peripheral/vibrator/hdi_impl/ |
H A D | vibrator_interface_impl.cpp | 129 hdfVibratorInfo.intensityMaxValue = tmp->intensityMaxValue; in GetVibratorInfo()
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-peripherals-vibrator-des.md | 546 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 D | dump.txt | 54 unsigned short intensityMaxValue;
|
/ohos5.0/drivers/peripheral/vibrator/hdi_service/ |
H A D | vibrator_if_service.cpp | 206 hdfVibratorInfo.intensityMaxValue = iter.intensityMaxValue; in GetVibratorInfo()
|
/ohos5.0/drivers/hdf_core/framework/model/misc/vibrator/driver/src/ |
H A D | vibrator_parser.c | 47 …->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 D | vibrator_types.h.txt | 70 uint16_t intensityMaxValue;
|
/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); 336 EXPECT_LE(g_intensity1, info[0].intensityMaxValue);
|
/ohos5.0/drivers/peripheral/vibrator/test/benchmarktest/ |
H A D | hdf_vibrator_benchmark_test.cpp | 190 EXPECT_LE(g_intensity1, info[0].intensityMaxValue); in BENCHMARK_F()
|
/ohos5.0/drivers/interface/vibrator/v1_1/ |
H A D | VibratorTypes.idl | 59 unsigned short intensityMaxValue;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_1/foo/vibrator/v1_1/ |
H A D | VibratorTypes.idl | 59 unsigned short intensityMaxValue;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_2/foo/vibrator/v1_1/ |
H A D | VibratorTypes.idl | 59 unsigned short intensityMaxValue;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_2/dump_ast_target/ |
H A D | dump.txt | 125 unsigned short intensityMaxValue;
|
/ohos5.0/drivers/peripheral/vibrator/hal/src/ |
H A D | vibrator_controller.c | 131 (intensity > priv->vibratorInfoEntry.intensityMaxValue)) { in ValidityJudgment()
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-peripherals-vibrator-des.md | 546 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);
|