Searched refs:GetAllWaveInfo (Results 1 - 5 of 5) sorted by relevance
/drivers/peripheral/vibrator/hdi_service/ |
H A D | vibrator_if_service.h | 45 int32_t GetAllWaveInfo(int32_t vibratorId, std::vector<HdfWaveInformation> &info) override;
|
H A D | vibrator_if_service.cpp | 413 int32_t VibratorIfService::GetAllWaveInfo(int32_t vibratorId, std::vector<HdfWaveInformation> &info)
in GetAllWaveInfo() function in OHOS::HDI::Vibrator::V1_3::VibratorIfService 415 HDF_LOGD("%{public}s: Enter the GetAllWaveInfo function", __func__);
in GetAllWaveInfo() 421 StartTrace(HITRACE_TAG_HDF, "GetAllWaveInfo");
in GetAllWaveInfo() 422 int32_t ret = vibratorVdiImpl_->GetAllWaveInfo(vibratorId, info);
in GetAllWaveInfo() 425 HDF_LOGE("%{public}s GetAllWaveInfo failed, error code is %{public}d", __func__, ret);
in GetAllWaveInfo()
|
/drivers/peripheral/vibrator/interfaces/v1_1/ |
H A D | ivibrator_interface_vdi.h | 49 virtual int32_t GetAllWaveInfo(int32_t vibratorId, std::vector<V1_3::HdfWaveInformation> &info)
in GetAllWaveInfo() function in OHOS::HDI::Vibrator::V1_1::IVibratorInterfaceVdi
|
/drivers/peripheral/vibrator/test/unittest/hdi/ |
H A D | hdi_unittest_vibrator.cpp | 634 int32_t startRet = g_vibratorInterface->GetAllWaveInfo(g_vibratorId, g_info); in HWTEST_F()
|
H A D | hdf_vibrator_hdi_test.cpp | 704 int32_t startRet = g_vibratorInterface->GetAllWaveInfo(g_vibratorId, g_info); in HWTEST_F()
|
Completed in 4 milliseconds