/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/vibrator/ |
H A D | _hdf_vibrator_info_v11.md | 22 | int [isSupportIntensity](#issupportintensity) | 设置马达振幅。1表示支持,0表示不支持。 | 83 ### isSupportIntensity subsection 86 int HdfVibratorInfo::isSupportIntensity
|
/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… 310 if ((g_vibratorInfo->isSupportIntensity == 1) || (g_vibratorInfo->isSupportFrequency == 1)) { 335 if ((g_vibratorInfo->isSupportIntensity == 1) || (g_vibratorInfo->isSupportFrequency == 1)) { 353 if ((g_vibratorInfo->isSupportIntensity == 1) || (g_vibratorInfo->isSupportFrequency == 1)) { 371 if ((g_vibratorInfo->isSupportIntensity == 1) || (g_vibratorInfo->isSupportFrequency == 1)) {
|
/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); 333 if ((info[0].isSupportIntensity == 1) || (info[0].isSupportFrequency == 1)) { 375 if ((info[0].isSupportIntensity == 1) || (info[0].isSupportFrequency == 1)) { 408 if ((info[0].isSupportIntensity == 1) || (info[0].isSupportFrequency == 1)) { 441 if ((info[0].isSupportIntensity == 1) || (info[0].isSupportFrequency == 1)) {
|
/ohos5.0/drivers/hdf_core/framework/model/misc/vibrator/driver/include/ |
H A D | vibrator_driver_type.h | 86 bool isSupportIntensity; /**< setting intensity capability */ member
|
/ohos5.0/drivers/peripheral/vibrator/interfaces/include/ |
H A D | vibrator_type.h | 115 bool isSupportIntensity; member
|
/ohos5.0/drivers/peripheral/vibrator/interfaces/v1_1/ |
H A D | ivibrator_type_vdi.h | 53 bool isSupportIntensity; member
|
/ohos5.0/drivers/peripheral/vibrator/hdi_impl/ |
H A D | vibrator_interface_impl.cpp | 128 hdfVibratorInfo.isSupportIntensity = tmp->isSupportIntensity; in GetVibratorInfo()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_1/dump_ast_target/ |
H A D | dump.txt | 52 boolean isSupportIntensity;
|
/ohos5.0/drivers/peripheral/vibrator/hdi_service/ |
H A D | vibrator_if_service.cpp | 204 hdfVibratorInfo.isSupportIntensity = iter.isSupportIntensity; in GetVibratorInfo()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_1/cpp_target/vibrator/v1_1/ |
H A D | vibrator_types.h.txt | 68 bool isSupportIntensity;
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-peripherals-vibrator-des.md | 544 isSupportIntensity = 0; // 设置马达振幅能力。1表示支持,0表示不支持。 805 …g_vibratorInfo->isSupportIntensity, g_vibratorInfo->intensityMaxValue, g_vibratorInfo->intensityMi… 820 if ((g_vibratorInfo->isSupportIntensity == 1) || (g_vibratorInfo->isSupportFrequency == 1)) {
|
/ohos5.0/drivers/peripheral/vibrator/test/benchmarktest/ |
H A D | hdf_vibrator_benchmark_test.cpp | 186 if ((info[0].isSupportIntensity == 1) || (info[0].isSupportFrequency == 1)) { in BENCHMARK_F()
|
/ohos5.0/drivers/interface/vibrator/v1_1/ |
H A D | VibratorTypes.idl | 55 boolean isSupportIntensity;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_1/foo/vibrator/v1_1/ |
H A D | VibratorTypes.idl | 55 boolean isSupportIntensity;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_2/foo/vibrator/v1_1/ |
H A D | VibratorTypes.idl | 55 boolean isSupportIntensity;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_2/dump_ast_target/ |
H A D | dump.txt | 123 boolean isSupportIntensity;
|
/ohos5.0/drivers/peripheral/vibrator/hal/src/ |
H A D | vibrator_controller.c | 130 …if ((priv->vibratorInfoEntry.isSupportIntensity == 0) || (intensity < priv->vibratorInfoEntry.inte… in ValidityJudgment()
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-peripherals-vibrator-des.md | 544 …isSupportIntensity = 0; // Whether vibrator intensity can be set. The value 1 means the vibrator i… 805 …g_vibratorInfo->isSupportIntensity, g_vibratorInfo->intensityMaxValue, g_vibratorInfo->intensityMi… 820 if ((g_vibratorInfo->isSupportIntensity == 1) || (g_vibratorInfo->isSupportFrequency == 1)) {
|