Home
last modified time | relevance | path

Searched refs:GetHapticCapacity (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/vibrator/
H A Dinterface_i_vibrator_interface_v12.md23 | [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 Dvibrator_interface_impl.cpp210 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 Dvibrator_interface_impl.h40 int32_t GetHapticCapacity(HapticCapacityVdi& hapticCapacityVdi) override;
/ohos5.0/drivers/peripheral/vibrator/hal/src/
H A Dvibrator_controller.c317 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 Dvibrator_if.h184 int32_t (*GetHapticCapacity)(struct HapticCapacity *hapticCapacity); member
/ohos5.0/drivers/peripheral/vibrator/test/fuzztest/vibratorgethapticcapacity_fuzzer/
H A Dvibratorgethapticcapacity_fuzzer.cpp49 int32_t ret = !g_vibratorInterface->GetHapticCapacity(params.hapticCapacity); in VibratorGetHapticCapacityTest()
/ohos5.0/drivers/peripheral/vibrator/interfaces/v1_1/
H A Divibrator_interface_vdi.h46 virtual int32_t GetHapticCapacity(HapticCapacityVdi& hapticCapacity) = 0;
/ohos5.0/drivers/peripheral/vibrator/hdi_service/
H A Dvibrator_if_service.h42 int32_t GetHapticCapacity(HapticCapacity& hapticCapacity) override;
H A Dvibrator_if_service.cpp355 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 Dvibrator_interface_service.h.txt32 int32_t GetHapticCapacity(OHOS::HDI::Vibrator::V1_2::HapticCapacity& HapticCapacity) override;
H A Dvibrator_interface_service.cpp.txt35 int32_t VibratorInterfaceService::GetHapticCapacity(OHOS::HDI::Vibrator::V1_2::HapticCapacity& Hapt…
H A Divibrator_interface.h.txt74 … virtual int32_t GetHapticCapacity(OHOS::HDI::Vibrator::V1_2::HapticCapacity& HapticCapacity) = 0;
H A Dvibrator_interface_proxy.h.txt73 int32_t GetHapticCapacity(OHOS::HDI::Vibrator::V1_2::HapticCapacity& HapticCapacity) override;
H A Dvibrator_interface_stub.cpp.txt203 int32_t vibratorInterfaceRet = impl->GetHapticCapacity(HapticCapacity);
H A Dvibrator_interface_proxy.cpp.txt171 int32_t OHOS::HDI::Vibrator::V1_2::VibratorInterfaceProxy::GetHapticCapacity(OHOS::HDI::Vibrator::V…
/ohos5.0/drivers/peripheral/vibrator/test/unittest/hdi/
H A Dhdf_vibrator_hdi_test.cpp531 HWTEST_F(HdfVibratorHdiTest, GetHapticCapacity, TestSize.Level1)
536 int32_t startRet = g_vibratorInterface->GetHapticCapacity(hapticCapacity);
/ohos5.0/drivers/interface/vibrator/v1_2/
H A DIVibratorInterface.idl67 GetHapticCapacity([out] struct HapticCapacity HapticCapacity);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_2/foo/vibrator/v1_2/
H A DIVibratorInterface.idl67 GetHapticCapacity([out] struct HapticCapacity HapticCapacity);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_2/dump_ast_target/
H A Ddump.txt95 [mini, lite, full] GetHapticCapacity(
/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/hdi_connection/adapter/src/
H A Dhdi_connection.cpp160 int32_t ret = vibratorInterface_->GetHapticCapacity(hapticCapacity); in GetVibratorCapacity()
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-vibrator-des.md81 | int32_t (*GetHapticCapacity)(HapticCapacity& hapticCapacity); | 获取马达振动能力,包含是否支持高清振动、是否支持预定义波形、是否支…
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-vibrator-des.md81 | int32_t (*GetHapticCapacity)(HapticCapacity& hapticCapacity); | Obtains the haptic capabilities, …