/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/vibrator/ |
H A D | interface_i_vibrator_interface_v11.md | 25 | [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 D | hdf_vibrator_benchmark_test.cpp | 135 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 D | README_zh.md | 49 | int32_t GetVibratorInfo(struct VibratorInfo **vibratorInfo); | 获取马达信息,包括是否支持振幅和频率的设置及振幅和频率的设置范围 。… 80 startRet = g_vibratorDev->GetVibratorInfo(&g_vibratorInfo);
|
H A D | README.md | 45 | 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 D | hdf_vibrator_hdi_test.cpp | 298 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 D | vibrator_interface_impl.cpp | 103 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 D | vibrator_interface_impl.h | 34 int32_t GetVibratorInfo(std::vector<HdfVibratorInfoVdi> &vibratorInfo) override;
|
/ohos5.0/drivers/peripheral/vibrator/hal/src/ |
H A D | vibrator_controller.c | 80 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 D | vibrator_if.h | 102 int32_t (*GetVibratorInfo)(struct VibratorInfo **vibratorInfo); member
|
/ohos5.0/drivers/peripheral/vibrator/test/unittest/common/ |
H A D | hdf_vibrator_test.cpp | 273 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 D | ivibrator_interface_vdi.h | 40 virtual int32_t GetVibratorInfo(std::vector<HdfVibratorInfoVdi> &vibratorInfo) = 0;
|
/ohos5.0/drivers/peripheral/vibrator/hdi_service/ |
H A D | vibrator_if_service.h | 36 int32_t GetVibratorInfo(std::vector<HdfVibratorInfo> &vibratorInfo) override;
|
H A D | vibrator_if_service.cpp | 181 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 D | vibrator_driver.c | 237 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 D | vibrator_interface_service.h.txt | 36 …int32_t GetVibratorInfo(std::vector<OHOS::HDI::Vibrator::V1_1::HdfVibratorInfo>& vibratorInfo) ove…
|
H A D | vibrator_interface_service.cpp.txt | 45 int32_t VibratorInterfaceService::GetVibratorInfo(std::vector<OHOS::HDI::Vibrator::V1_1::HdfVibrato…
|
H A D | ivibrator_interface.h.txt | 81 …virtual int32_t GetVibratorInfo(std::vector<OHOS::HDI::Vibrator::V1_1::HdfVibratorInfo>& vibratorI…
|
H A D | vibrator_interface_proxy.h.txt | 76 …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 D | vibrator_interface_service.h.txt | 44 …int32_t GetVibratorInfo(std::vector<OHOS::HDI::Vibrator::V1_1::HdfVibratorInfo>& vibratorInfo) ove…
|
H A D | vibrator_interface_service.cpp.txt | 65 int32_t VibratorInterfaceService::GetVibratorInfo(std::vector<OHOS::HDI::Vibrator::V1_1::HdfVibrato…
|
H A D | vibrator_interface_proxy.h.txt | 85 …int32_t GetVibratorInfo(std::vector<OHOS::HDI::Vibrator::V1_1::HdfVibratorInfo>& vibratorInfo) ove…
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-peripherals-vibrator-des.md | 76 | 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 D | dump.txt | 16 [mini, lite, full] GetVibratorInfo(
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_2/dump_ast_target/ |
H A D | dump.txt | 65 [mini, lite, full] GetVibratorInfo(
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-peripherals-vibrator-des.md | 76 | 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);
|