/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/vibrator/ |
H A D | _hdf_vibrator_info_v11.md | 27 | int [frequencyMinValue](#frequencyminvalue) | 最小频率。 | 43 ### frequencyMinValue subsection 46 int HdfVibratorInfo::frequencyMinValue
|
/ohos5.0/drivers/hdf_core/framework/model/misc/vibrator/driver/include/ |
H A D | vibrator_driver_type.h | 91 int16_t frequencyMinValue; /**< Min frequency */ member
|
/ohos5.0/drivers/peripheral/vibrator/test/unittest/common/ |
H A D | hdf_vibrator_test.cpp | 280 …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 D | vibrator_type.h | 125 int16_t frequencyMinValue; member
|
/ohos5.0/drivers/peripheral/vibrator/interfaces/v1_1/ |
H A D | ivibrator_type_vdi.h | 58 int16_t frequencyMinValue; member
|
/ohos5.0/drivers/peripheral/vibrator/hdi_impl/ |
H A D | vibrator_interface_impl.cpp | 127 hdfVibratorInfo.frequencyMinValue = tmp->frequencyMinValue; in GetVibratorInfo()
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-peripherals-vibrator-des.md | 549 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 D | dump.txt | 57 short frequencyMinValue;
|
/ohos5.0/drivers/peripheral/vibrator/hdi_service/ |
H A D | vibrator_if_service.cpp | 209 hdfVibratorInfo.frequencyMinValue = iter.frequencyMinValue; in GetVibratorInfo()
|
/ohos5.0/drivers/hdf_core/framework/model/misc/vibrator/driver/src/ |
H A D | vibrator_parser.c | 53 …->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 D | vibrator_types.h.txt | 73 int16_t frequencyMinValue;
|
/ohos5.0/drivers/peripheral/vibrator/test/unittest/hdi/ |
H A D | hdf_vibrator_hdi_test.cpp | 304 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 D | hdf_vibrator_benchmark_test.cpp | 191 EXPECT_GE(g_frequency1, info[0].frequencyMinValue); in BENCHMARK_F()
|
/ohos5.0/drivers/interface/vibrator/v1_1/ |
H A D | VibratorTypes.idl | 65 short frequencyMinValue;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_1/foo/vibrator/v1_1/ |
H A D | VibratorTypes.idl | 65 short frequencyMinValue;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_2/foo/vibrator/v1_1/ |
H A D | VibratorTypes.idl | 65 short frequencyMinValue;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_2/dump_ast_target/ |
H A D | dump.txt | 128 short frequencyMinValue;
|
/ohos5.0/drivers/peripheral/vibrator/hal/src/ |
H A D | vibrator_controller.c | 136 …torInfoEntry.isSupportFrequency == 0) || (frequency < priv->vibratorInfoEntry.frequencyMinValue) || in ValidityJudgment()
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-peripherals-vibrator-des.md | 549 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 D | vibrator_convert_js.cpp | 144 CHKCF(GetPropertyInt32(env, value, "frequencyMinValue", audioSetting.frequencyMinValue), in ParseAudioSettings()
|