Home
last modified time | relevance | path

Searched refs:GetVibratorInfo (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/vibrator/
H A Dinterface_i_vibrator_interface_v11.md25 | [GetVibratorInfo](#getvibratorinfo) ([out] struct [HdfVibratorInfo](_hdf_vibrator_info_v11.md)[] …
122 ### GetVibratorInfo()
125 IVibratorInterface::GetVibratorInfo ([out] struct HdfVibratorInfo[] vibratorInfo)
/ohos5.0/drivers/peripheral/vibrator/test/benchmarktest/
H A Dhdf_vibrator_benchmark_test.cpp135 BENCHMARK_F(VibratorBenchmarkTest, GetVibratorInfo)(benchmark::State &state) in BENCHMARK_F() argument
152 int32_t startRet = g_vibratorInterface->GetVibratorInfo(info); in BENCHMARK_F()
157 BENCHMARK_REGISTER_F(VibratorBenchmarkTest, GetVibratorInfo)->
182 int32_t startRet = g_vibratorInterface->GetVibratorInfo(info); in BENCHMARK_F()
/ohos5.0/drivers/peripheral/vibrator/
H A DREADME_zh.md49 | int32_t GetVibratorInfo(struct VibratorInfo **vibratorInfo); | 获取马达信息,包括是否支持振幅和频率的设置及振幅和频率的设置范围 。…
80 startRet = g_vibratorDev->GetVibratorInfo(&g_vibratorInfo);
H A DREADME.md45 | int32_t GetVibratorInfo(struct VibratorInfo **vibratorInfo); | Obtains vibrator information, incl…
76 startRet = g_vibratorDev->GetVibratorInfo(&g_vibratorInfo);
/ohos5.0/drivers/peripheral/vibrator/test/unittest/hdi/
H A Dhdf_vibrator_hdi_test.cpp298 int32_t startRet = g_vibratorInterface->GetVibratorInfo(info);
330 int32_t startRet = g_vibratorInterface->GetVibratorInfo(info);
372 int32_t startRet = g_vibratorInterface->GetVibratorInfo(info);
405 int32_t startRet = g_vibratorInterface->GetVibratorInfo(info);
438 int32_t startRet = g_vibratorInterface->GetVibratorInfo(info);
/ohos5.0/drivers/peripheral/vibrator/hdi_impl/
H A Dvibrator_interface_impl.cpp103 int32_t VibratorInterfaceImpl::GetVibratorInfo(std::vector<HdfVibratorInfoVdi> &vibratorInfo) in GetVibratorInfo() function in OHOS::HDI::Vibrator::V1_1::VibratorInterfaceImpl
107 if (vibratorInterface == nullptr || vibratorInterface->GetVibratorInfo == nullptr) { in GetVibratorInfo()
114 int32_t ret = vibratorInterface->GetVibratorInfo(&tmp); in GetVibratorInfo()
H A Dvibrator_interface_impl.h34 int32_t GetVibratorInfo(std::vector<HdfVibratorInfoVdi> &vibratorInfo) override;
/ohos5.0/drivers/peripheral/vibrator/hal/src/
H A Dvibrator_controller.c80 static int32_t GetVibratorInfo(struct VibratorInfo **vibratorInfo) in GetVibratorInfo() function
347 vibratorDevInstance.GetVibratorInfo = GetVibratorInfo; in NewVibratorInterfaceInstance()
/ohos5.0/drivers/peripheral/vibrator/interfaces/include/
H A Dvibrator_if.h102 int32_t (*GetVibratorInfo)(struct VibratorInfo **vibratorInfo); member
/ohos5.0/drivers/peripheral/vibrator/test/unittest/common/
H A Dhdf_vibrator_test.cpp273 int32_t startRet = g_vibratorDev->GetVibratorInfo(&g_vibratorInfo);
294 int32_t startRet = g_vibratorDev->GetVibratorInfo(nullptr);
/ohos5.0/drivers/peripheral/vibrator/interfaces/v1_1/
H A Divibrator_interface_vdi.h40 virtual int32_t GetVibratorInfo(std::vector<HdfVibratorInfoVdi> &vibratorInfo) = 0;
/ohos5.0/drivers/peripheral/vibrator/hdi_service/
H A Dvibrator_if_service.h36 int32_t GetVibratorInfo(std::vector<HdfVibratorInfo> &vibratorInfo) override;
H A Dvibrator_if_service.cpp181 int32_t VibratorIfService::GetVibratorInfo(std::vector<HdfVibratorInfo> &vibratorInfo) in GetVibratorInfo() function in OHOS::HDI::Vibrator::V1_3::VibratorIfService
191 int32_t ret = vibratorVdiImpl_->GetVibratorInfo(vibratorInfoVdi); in GetVibratorInfo()
/ohos5.0/drivers/hdf_core/framework/model/misc/vibrator/driver/src/
H A Dvibrator_driver.c237 static int32_t GetVibratorInfo(struct HdfSBuf *data, struct HdfSBuf *reply) in GetVibratorInfo() function
315 {VIBRATOR_DRV_IO_GET_INFO, GetVibratorInfo},
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_1/cpp_target/vibrator/v1_1/
H A Dvibrator_interface_service.h.txt36 …int32_t GetVibratorInfo(std::vector<OHOS::HDI::Vibrator::V1_1::HdfVibratorInfo>& vibratorInfo) ove…
H A Dvibrator_interface_service.cpp.txt45 int32_t VibratorInterfaceService::GetVibratorInfo(std::vector<OHOS::HDI::Vibrator::V1_1::HdfVibrato…
H A Divibrator_interface.h.txt81 …virtual int32_t GetVibratorInfo(std::vector<OHOS::HDI::Vibrator::V1_1::HdfVibratorInfo>& vibratorI…
H A Dvibrator_interface_proxy.h.txt76 …int32_t GetVibratorInfo(std::vector<OHOS::HDI::Vibrator::V1_1::HdfVibratorInfo>& vibratorInfo) ove…
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_2/cpp_target/vibrator/v1_2/
H A Dvibrator_interface_service.h.txt44 …int32_t GetVibratorInfo(std::vector<OHOS::HDI::Vibrator::V1_1::HdfVibratorInfo>& vibratorInfo) ove…
H A Dvibrator_interface_service.cpp.txt65 int32_t VibratorInterfaceService::GetVibratorInfo(std::vector<OHOS::HDI::Vibrator::V1_1::HdfVibrato…
H A Dvibrator_interface_proxy.h.txt85 …int32_t GetVibratorInfo(std::vector<OHOS::HDI::Vibrator::V1_1::HdfVibratorInfo>& vibratorInfo) ove…
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-vibrator-des.md76 | int32_t (*GetVibratorInfo)(struct VibratorInfo **vibratorInfo) | 获取系统中支持设置振幅和频率的所有马达信息,vibratorIn…
383 - 马达抽象驱动GetVibratorInfo接口实现如下:
387 static int32_t GetVibratorInfo(struct HdfSBuf *data, struct HdfSBuf *reply)
800 int32_t startRet = g_vibratorDev->GetVibratorInfo(&g_vibratorInfo);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_1/dump_ast_target/
H A Ddump.txt16 [mini, lite, full] GetVibratorInfo(
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_2/dump_ast_target/
H A Ddump.txt65 [mini, lite, full] GetVibratorInfo(
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-vibrator-des.md76 | int32_t (*GetVibratorInfo)(struct VibratorInfo **vibratorInfo) | Obtains information about all vi…
383 - Implement **GetVibratorInfo** for the vibrator abstract driver as follows:
387 static int32_t GetVibratorInfo(struct HdfSBuf *data, struct HdfSBuf *reply)
800 int32_t startRet = g_vibratorDev->GetVibratorInfo(&g_vibratorInfo);

12