Home
last modified time | relevance | path

Searched refs:GetAllWaveInfo (Results 1 - 5 of 5) sorted by relevance

/drivers/peripheral/vibrator/hdi_service/
H A Dvibrator_if_service.h45 int32_t GetAllWaveInfo(int32_t vibratorId, std::vector<HdfWaveInformation> &info) override;
H A Dvibrator_if_service.cpp413 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 Divibrator_interface_vdi.h49 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 Dhdi_unittest_vibrator.cpp634 int32_t startRet = g_vibratorInterface->GetAllWaveInfo(g_vibratorId, g_info); in HWTEST_F()
H A Dhdf_vibrator_hdi_test.cpp704 int32_t startRet = g_vibratorInterface->GetAllWaveInfo(g_vibratorId, g_info); in HWTEST_F()

Completed in 4 milliseconds