Home
last modified time | relevance | path

Searched refs:hdfVibratorInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/vibrator/hdi_impl/
H A Dvibrator_interface_impl.cpp111 HdfVibratorInfoVdi hdfVibratorInfo; in GetVibratorInfo() local
125 hdfVibratorInfo.isSupportFrequency = tmp->isSupportFrequency; in GetVibratorInfo()
126 hdfVibratorInfo.frequencyMaxValue = tmp->frequencyMaxValue; in GetVibratorInfo()
127 hdfVibratorInfo.frequencyMinValue = tmp->frequencyMinValue; in GetVibratorInfo()
128 hdfVibratorInfo.isSupportIntensity = tmp->isSupportIntensity; in GetVibratorInfo()
129 hdfVibratorInfo.intensityMaxValue = tmp->intensityMaxValue; in GetVibratorInfo()
130 hdfVibratorInfo.intensityMinValue = tmp->intensityMinValue; in GetVibratorInfo()
131 vibratorInfo.push_back(std::move(hdfVibratorInfo)); in GetVibratorInfo()
/ohos5.0/drivers/peripheral/vibrator/hdi_service/
H A Dvibrator_if_service.cpp203 HdfVibratorInfo hdfVibratorInfo; in GetVibratorInfo() local
204 hdfVibratorInfo.isSupportIntensity = iter.isSupportIntensity; in GetVibratorInfo()
205 hdfVibratorInfo.isSupportFrequency = iter.isSupportFrequency; in GetVibratorInfo()
206 hdfVibratorInfo.intensityMaxValue = iter.intensityMaxValue; in GetVibratorInfo()
207 hdfVibratorInfo.intensityMinValue = iter.intensityMinValue; in GetVibratorInfo()
208 hdfVibratorInfo.frequencyMaxValue = iter.frequencyMaxValue; in GetVibratorInfo()
209 hdfVibratorInfo.frequencyMinValue = iter.frequencyMinValue; in GetVibratorInfo()
210 vibratorInfo.push_back(std::move(hdfVibratorInfo)); in GetVibratorInfo()