Home
last modified time | relevance | path

Searched refs:frequencyMinValue (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/vibrator/
H A D_hdf_vibrator_info_v11.md27 | int [frequencyMinValue](#frequencyminvalue) | 最小频率。 |
43 ### frequencyMinValue subsection
46 int HdfVibratorInfo::frequencyMinValue
/ohos5.0/drivers/hdf_core/framework/model/misc/vibrator/driver/include/
H A Dvibrator_driver_type.h91 int16_t frequencyMinValue; /**< Min frequency */ member
/ohos5.0/drivers/peripheral/vibrator/test/unittest/common/
H A Dhdf_vibrator_test.cpp280 …torInfo->isSupportFrequency, g_vibratorInfo->frequencyMaxValue, g_vibratorInfo->frequencyMinValue);
313 EXPECT_GE(g_frequency1, g_vibratorInfo->frequencyMinValue);
/ohos5.0/drivers/peripheral/vibrator/interfaces/include/
H A Dvibrator_type.h125 int16_t frequencyMinValue; member
/ohos5.0/drivers/peripheral/vibrator/interfaces/v1_1/
H A Divibrator_type_vdi.h58 int16_t frequencyMinValue; member
/ohos5.0/drivers/peripheral/vibrator/hdi_impl/
H A Dvibrator_interface_impl.cpp127 hdfVibratorInfo.frequencyMinValue = tmp->frequencyMinValue; in GetVibratorInfo()
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-vibrator-des.md549 frequencyMinValue = 0; // 马达振动支持的最小频率
806 printf("frequency = %d, frequencyMaxValue = %d, frequencyMinValue = %d\n\t",
807 …torInfo->isSupportFrequency, g_vibratorInfo->frequencyMaxValue, g_vibratorInfo->frequencyMinValue);
823 EXPECT_GE(frequency, g_vibratorInfo->frequencyMinValue);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_1/dump_ast_target/
H A Ddump.txt57 short frequencyMinValue;
/ohos5.0/drivers/peripheral/vibrator/hdi_service/
H A Dvibrator_if_service.cpp209 hdfVibratorInfo.frequencyMinValue = iter.frequencyMinValue; in GetVibratorInfo()
/ohos5.0/drivers/hdf_core/framework/model/misc/vibrator/driver/src/
H A Dvibrator_parser.c53 …->GetUint16(infoNode, "frequencyMinValue", (uint16_t *)&config->vibratorInfo.frequencyMinValue, 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.txt73 int16_t frequencyMinValue;
/ohos5.0/drivers/peripheral/vibrator/test/unittest/hdi/
H A Dhdf_vibrator_hdi_test.cpp304 info[0].isSupportFrequency, info[0].frequencyMaxValue, info[0].frequencyMinValue);
337 EXPECT_GE(g_frequency1, info[0].frequencyMinValue);
/ohos5.0/drivers/peripheral/vibrator/test/benchmarktest/
H A Dhdf_vibrator_benchmark_test.cpp191 EXPECT_GE(g_frequency1, info[0].frequencyMinValue); in BENCHMARK_F()
/ohos5.0/drivers/interface/vibrator/v1_1/
H A DVibratorTypes.idl65 short frequencyMinValue;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_1/foo/vibrator/v1_1/
H A DVibratorTypes.idl65 short frequencyMinValue;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_2/foo/vibrator/v1_1/
H A DVibratorTypes.idl65 short frequencyMinValue;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_2/dump_ast_target/
H A Ddump.txt128 short frequencyMinValue;
/ohos5.0/drivers/peripheral/vibrator/hal/src/
H A Dvibrator_controller.c136 …torInfoEntry.isSupportFrequency == 0) || (frequency < priv->vibratorInfoEntry.frequencyMinValue) || in ValidityJudgment()
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-vibrator-des.md549 frequencyMinValue = 0; // Minimum vibrator frequency supported.
806 printf("frequency = %d, frequencyMaxValue = %d, frequencyMinValue = %d\n\t",
807 …torInfo->isSupportFrequency, g_vibratorInfo->frequencyMaxValue, g_vibratorInfo->frequencyMinValue);
823 EXPECT_GE(frequency, g_vibratorInfo->frequencyMinValue);
/ohos5.0/base/sensors/sensor/vibration_convert/interfaces/js/src/
H A Dvibrator_convert_js.cpp144 CHKCF(GetPropertyInt32(env, value, "frequencyMinValue", audioSetting.frequencyMinValue), in ParseAudioSettings()