/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/vibrator/ |
H A D | interface_i_vibrator_interface_v12.md | 23 | [GetHapticCapacity](#gethapticcapacity) ([out] struct [HapticCapacity](_haptic_capacity_v12.md)[H… 31 ### GetHapticCapacity() 34 IVibratorInterface::GetHapticCapacity ([out] struct HapticCapacity HapticCapacity)
|
/ohos5.0/drivers/peripheral/vibrator/hdi_impl/ |
H A D | vibrator_interface_impl.cpp | 210 int32_t VibratorInterfaceImpl::GetHapticCapacity(HapticCapacityVdi& hapticCapacityVdi) in GetHapticCapacity() function in OHOS::HDI::Vibrator::V1_1::VibratorInterfaceImpl 214 if (vibratorInterface == nullptr || vibratorInterface->GetHapticCapacity == nullptr) { in GetHapticCapacity() 219 int32_t ret = vibratorInterface->GetHapticCapacity(&hapticCapacity); in GetHapticCapacity()
|
H A D | vibrator_interface_impl.h | 40 int32_t GetHapticCapacity(HapticCapacityVdi& hapticCapacityVdi) override;
|
/ohos5.0/drivers/peripheral/vibrator/hal/src/ |
H A D | vibrator_controller.c | 317 static int32_t GetHapticCapacity(struct HapticCapacity *hapticCapacity) in GetHapticCapacity() function 351 vibratorDevInstance.GetHapticCapacity = GetHapticCapacity; in NewVibratorInterfaceInstance()
|
/ohos5.0/drivers/peripheral/vibrator/interfaces/include/ |
H A D | vibrator_if.h | 184 int32_t (*GetHapticCapacity)(struct HapticCapacity *hapticCapacity); member
|
/ohos5.0/drivers/peripheral/vibrator/test/fuzztest/vibratorgethapticcapacity_fuzzer/ |
H A D | vibratorgethapticcapacity_fuzzer.cpp | 49 int32_t ret = !g_vibratorInterface->GetHapticCapacity(params.hapticCapacity); in VibratorGetHapticCapacityTest()
|
/ohos5.0/drivers/peripheral/vibrator/interfaces/v1_1/ |
H A D | ivibrator_interface_vdi.h | 46 virtual int32_t GetHapticCapacity(HapticCapacityVdi& hapticCapacity) = 0;
|
/ohos5.0/drivers/peripheral/vibrator/hdi_service/ |
H A D | vibrator_if_service.h | 42 int32_t GetHapticCapacity(HapticCapacity& hapticCapacity) override;
|
H A D | vibrator_if_service.cpp | 355 int32_t VibratorIfService::GetHapticCapacity(HapticCapacity& hapticCapacity) in GetHapticCapacity() function in OHOS::HDI::Vibrator::V1_3::VibratorIfService 365 int32_t ret = vibratorVdiImpl_->GetHapticCapacity(hapticCapacityVdi); in GetHapticCapacity()
|
/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 | 32 int32_t GetHapticCapacity(OHOS::HDI::Vibrator::V1_2::HapticCapacity& HapticCapacity) override;
|
H A D | vibrator_interface_service.cpp.txt | 35 int32_t VibratorInterfaceService::GetHapticCapacity(OHOS::HDI::Vibrator::V1_2::HapticCapacity& Hapt…
|
H A D | ivibrator_interface.h.txt | 74 … virtual int32_t GetHapticCapacity(OHOS::HDI::Vibrator::V1_2::HapticCapacity& HapticCapacity) = 0;
|
H A D | vibrator_interface_proxy.h.txt | 73 int32_t GetHapticCapacity(OHOS::HDI::Vibrator::V1_2::HapticCapacity& HapticCapacity) override;
|
H A D | vibrator_interface_stub.cpp.txt | 203 int32_t vibratorInterfaceRet = impl->GetHapticCapacity(HapticCapacity);
|
H A D | vibrator_interface_proxy.cpp.txt | 171 int32_t OHOS::HDI::Vibrator::V1_2::VibratorInterfaceProxy::GetHapticCapacity(OHOS::HDI::Vibrator::V…
|
/ohos5.0/drivers/peripheral/vibrator/test/unittest/hdi/ |
H A D | hdf_vibrator_hdi_test.cpp | 531 HWTEST_F(HdfVibratorHdiTest, GetHapticCapacity, TestSize.Level1) 536 int32_t startRet = g_vibratorInterface->GetHapticCapacity(hapticCapacity);
|
/ohos5.0/drivers/interface/vibrator/v1_2/ |
H A D | IVibratorInterface.idl | 67 GetHapticCapacity([out] struct HapticCapacity HapticCapacity);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_2/foo/vibrator/v1_2/ |
H A D | IVibratorInterface.idl | 67 GetHapticCapacity([out] struct HapticCapacity HapticCapacity);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_2/dump_ast_target/ |
H A D | dump.txt | 95 [mini, lite, full] GetHapticCapacity(
|
/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/hdi_connection/adapter/src/ |
H A D | hdi_connection.cpp | 160 int32_t ret = vibratorInterface_->GetHapticCapacity(hapticCapacity); in GetVibratorCapacity()
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-peripherals-vibrator-des.md | 81 | int32_t (*GetHapticCapacity)(HapticCapacity& hapticCapacity); | 获取马达振动能力,包含是否支持高清振动、是否支持预定义波形、是否支…
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-peripherals-vibrator-des.md | 81 | int32_t (*GetHapticCapacity)(HapticCapacity& hapticCapacity); | Obtains the haptic capabilities, …
|