Home
last modified time | relevance | path

Searched refs:frequencyMaxValue (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.md26 | int [frequencyMaxValue](#frequencymaxvalue) | 最大频率。 |
33 ### frequencyMaxValue subsection
36 int HdfVibratorInfo::frequencyMaxValue
/ohos5.0/drivers/hdf_core/framework/model/misc/vibrator/driver/include/
H A Dvibrator_driver_type.h90 int16_t frequencyMaxValue; /**< Max frequency */ member
/ohos5.0/drivers/peripheral/vibrator/test/unittest/common/
H A Dhdf_vibrator_test.cpp280 …g_vibratorInfo->isSupportFrequency, g_vibratorInfo->frequencyMaxValue, g_vibratorInfo->frequencyMi…
314 EXPECT_LE(g_frequency1, g_vibratorInfo->frequencyMaxValue);
/ohos5.0/drivers/peripheral/vibrator/interfaces/include/
H A Dvibrator_type.h123 int16_t frequencyMaxValue; member
/ohos5.0/drivers/peripheral/vibrator/interfaces/v1_1/
H A Divibrator_type_vdi.h57 int16_t frequencyMaxValue; member
/ohos5.0/drivers/peripheral/vibrator/hdi_impl/
H A Dvibrator_interface_impl.cpp126 hdfVibratorInfo.frequencyMaxValue = tmp->frequencyMaxValue; in GetVibratorInfo()
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-vibrator-des.md548 frequencyMaxValue = 0; // 马达振动支持的最大频率
806 printf("frequency = %d, frequencyMaxValue = %d, frequencyMinValue = %d\n\t",
807 …g_vibratorInfo->isSupportFrequency, g_vibratorInfo->frequencyMaxValue, g_vibratorInfo->frequencyMi…
824 EXPECT_LE(frequency, g_vibratorInfo->frequencyMaxValue);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_1/dump_ast_target/
H A Ddump.txt56 short frequencyMaxValue;
/ohos5.0/drivers/peripheral/vibrator/hdi_service/
H A Dvibrator_if_service.cpp208 hdfVibratorInfo.frequencyMaxValue = iter.frequencyMaxValue; in GetVibratorInfo()
/ohos5.0/drivers/hdf_core/framework/model/misc/vibrator/driver/src/
H A Dvibrator_parser.c51 …->GetUint16(infoNode, "frequencyMaxValue", (uint16_t *)&config->vibratorInfo.frequencyMaxValue, 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.txt72 int16_t frequencyMaxValue;
/ohos5.0/drivers/peripheral/vibrator/test/unittest/hdi/
H A Dhdf_vibrator_hdi_test.cpp304 info[0].isSupportFrequency, info[0].frequencyMaxValue, info[0].frequencyMinValue);
338 EXPECT_LE(g_frequency1, info[0].frequencyMaxValue);
/ohos5.0/drivers/peripheral/vibrator/test/benchmarktest/
H A Dhdf_vibrator_benchmark_test.cpp192 EXPECT_LE(g_frequency1, info[0].frequencyMaxValue); in BENCHMARK_F()
/ohos5.0/drivers/interface/vibrator/v1_1/
H A DVibratorTypes.idl63 short frequencyMaxValue;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_1/foo/vibrator/v1_1/
H A DVibratorTypes.idl63 short frequencyMaxValue;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_2/foo/vibrator/v1_1/
H A DVibratorTypes.idl63 short frequencyMaxValue;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_2/dump_ast_target/
H A Ddump.txt127 short frequencyMaxValue;
/ohos5.0/drivers/peripheral/vibrator/hal/src/
H A Dvibrator_controller.c137 (frequency > priv->vibratorInfoEntry.frequencyMaxValue)) { in ValidityJudgment()
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-vibrator-des.md548 frequencyMaxValue = 0; // Maximum vibrator frequency supported.
806 printf("frequency = %d, frequencyMaxValue = %d, frequencyMinValue = %d\n\t",
807 …g_vibratorInfo->isSupportFrequency, g_vibratorInfo->frequencyMaxValue, g_vibratorInfo->frequencyMi…
824 EXPECT_LE(frequency, g_vibratorInfo->frequencyMaxValue);
/ohos5.0/base/sensors/sensor/vibration_convert/interfaces/js/src/
H A Dvibrator_convert_js.cpp142 CHKCF(GetPropertyInt32(env, value, "frequencyMaxValue", audioSetting.frequencyMaxValue), in ParseAudioSettings()