Home
last modified time | relevance | path

Searched refs:isSupportFrequency (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/vibrator/
H A D_hdf_vibrator_info_v11.md23 | int [isSupportFrequency](#issupportfrequency) | 设置马达频率。1表示支持,0表示不支持。 |
73 ### isSupportFrequency subsection
76 int HdfVibratorInfo::isSupportFrequency
/ohos5.0/drivers/peripheral/vibrator/test/unittest/common/
H A Dhdf_vibrator_test.cpp280 …g_vibratorInfo->isSupportFrequency, g_vibratorInfo->frequencyMaxValue, g_vibratorInfo->frequencyMi…
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 Dhdf_vibrator_hdi_test.cpp304 info[0].isSupportFrequency, info[0].frequencyMaxValue, info[0].frequencyMinValue);
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 Dvibrator_driver_type.h87 bool isSupportFrequency; /**< setting frequency capability */ member
/ohos5.0/drivers/peripheral/vibrator/interfaces/include/
H A Dvibrator_type.h117 bool isSupportFrequency; member
/ohos5.0/drivers/peripheral/vibrator/interfaces/v1_1/
H A Divibrator_type_vdi.h54 bool isSupportFrequency; member
/ohos5.0/drivers/peripheral/vibrator/hdi_impl/
H A Dvibrator_interface_impl.cpp125 hdfVibratorInfo.isSupportFrequency = tmp->isSupportFrequency; in GetVibratorInfo()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_1/dump_ast_target/
H A Ddump.txt53 boolean isSupportFrequency;
/ohos5.0/drivers/peripheral/vibrator/hdi_service/
H A Dvibrator_if_service.cpp205 hdfVibratorInfo.isSupportFrequency = iter.isSupportFrequency; in GetVibratorInfo()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_1/cpp_target/vibrator/v1_1/
H A Dvibrator_types.h.txt69 bool isSupportFrequency;
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-vibrator-des.md545 isSupportFrequency = 0; // 设置马达振动频率能力。1表示支持,0表示不支持。
807 …g_vibratorInfo->isSupportFrequency, g_vibratorInfo->frequencyMaxValue, g_vibratorInfo->frequencyMi…
820 if ((g_vibratorInfo->isSupportIntensity == 1) || (g_vibratorInfo->isSupportFrequency == 1)) {
/ohos5.0/drivers/peripheral/vibrator/test/benchmarktest/
H A Dhdf_vibrator_benchmark_test.cpp186 if ((info[0].isSupportIntensity == 1) || (info[0].isSupportFrequency == 1)) { in BENCHMARK_F()
/ohos5.0/drivers/interface/vibrator/v1_1/
H A DVibratorTypes.idl57 boolean isSupportFrequency;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_1/foo/vibrator/v1_1/
H A DVibratorTypes.idl57 boolean isSupportFrequency;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_2/foo/vibrator/v1_1/
H A DVibratorTypes.idl57 boolean isSupportFrequency;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_2/dump_ast_target/
H A Ddump.txt124 boolean isSupportFrequency;
/ohos5.0/drivers/peripheral/vibrator/hal/src/
H A Dvibrator_controller.c136 …if ((priv->vibratorInfoEntry.isSupportFrequency == 0) || (frequency < priv->vibratorInfoEntry.freq… in ValidityJudgment()
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-vibrator-des.md545isSupportFrequency = 0; // Whether vibrator frequency can be set. The value 1 means the vibrator f…
807 …g_vibratorInfo->isSupportFrequency, g_vibratorInfo->frequencyMaxValue, g_vibratorInfo->frequencyMi…
820 if ((g_vibratorInfo->isSupportIntensity == 1) || (g_vibratorInfo->isSupportFrequency == 1)) {