/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/vibrator/ |
H A D | _hdf_vibrator_info_v11.md | 26 | int [frequencyMaxValue](#frequencymaxvalue) | 最大频率。 | 33 ### frequencyMaxValue subsection 36 int HdfVibratorInfo::frequencyMaxValue
|
/ohos5.0/drivers/hdf_core/framework/model/misc/vibrator/driver/include/ |
H A D | vibrator_driver_type.h | 90 int16_t frequencyMaxValue; /**< Max frequency */ member
|
/ohos5.0/drivers/peripheral/vibrator/test/unittest/common/ |
H A D | hdf_vibrator_test.cpp | 280 …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 D | vibrator_type.h | 123 int16_t frequencyMaxValue; member
|
/ohos5.0/drivers/peripheral/vibrator/interfaces/v1_1/ |
H A D | ivibrator_type_vdi.h | 57 int16_t frequencyMaxValue; member
|
/ohos5.0/drivers/peripheral/vibrator/hdi_impl/ |
H A D | vibrator_interface_impl.cpp | 126 hdfVibratorInfo.frequencyMaxValue = tmp->frequencyMaxValue; in GetVibratorInfo()
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-peripherals-vibrator-des.md | 548 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 D | dump.txt | 56 short frequencyMaxValue;
|
/ohos5.0/drivers/peripheral/vibrator/hdi_service/ |
H A D | vibrator_if_service.cpp | 208 hdfVibratorInfo.frequencyMaxValue = iter.frequencyMaxValue; in GetVibratorInfo()
|
/ohos5.0/drivers/hdf_core/framework/model/misc/vibrator/driver/src/ |
H A D | vibrator_parser.c | 51 …->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 D | vibrator_types.h.txt | 72 int16_t frequencyMaxValue;
|
/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); 338 EXPECT_LE(g_frequency1, info[0].frequencyMaxValue);
|
/ohos5.0/drivers/peripheral/vibrator/test/benchmarktest/ |
H A D | hdf_vibrator_benchmark_test.cpp | 192 EXPECT_LE(g_frequency1, info[0].frequencyMaxValue); in BENCHMARK_F()
|
/ohos5.0/drivers/interface/vibrator/v1_1/ |
H A D | VibratorTypes.idl | 63 short frequencyMaxValue;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_1/foo/vibrator/v1_1/ |
H A D | VibratorTypes.idl | 63 short frequencyMaxValue;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_2/foo/vibrator/v1_1/ |
H A D | VibratorTypes.idl | 63 short frequencyMaxValue;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_2/dump_ast_target/ |
H A D | dump.txt | 127 short frequencyMaxValue;
|
/ohos5.0/drivers/peripheral/vibrator/hal/src/ |
H A D | vibrator_controller.c | 137 (frequency > priv->vibratorInfoEntry.frequencyMaxValue)) { in ValidityJudgment()
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-peripherals-vibrator-des.md | 548 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 D | vibrator_convert_js.cpp | 142 CHKCF(GetPropertyInt32(env, value, "frequencyMaxValue", audioSetting.frequencyMaxValue), in ParseAudioSettings()
|