Home
last modified time | relevance | path

Searched refs:GetHapticStartUpTime (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.md24 | [GetHapticStartUpTime](#gethapticstartuptime) ([in] int mode, [out] int startUpTime) | 获取起振时间。 |
55 ### GetHapticStartUpTime()
58 IVibratorInterface::GetHapticStartUpTime ([in] int mode, [out] int startUpTime )
/ohos5.0/drivers/peripheral/vibrator/hdi_impl/
H A Dvibrator_interface_impl.cpp231 int32_t VibratorInterfaceImpl::GetHapticStartUpTime(int32_t mode, int32_t& startUpTime) in GetHapticStartUpTime() function in OHOS::HDI::Vibrator::V1_1::VibratorInterfaceImpl
235 if (vibratorInterface == nullptr || vibratorInterface->GetHapticStartUpTime == nullptr) { in GetHapticStartUpTime()
239 int32_t ret = vibratorInterface->GetHapticStartUpTime(mode, &startUpTime); in GetHapticStartUpTime()
H A Dvibrator_interface_impl.h41 int32_t GetHapticStartUpTime(int32_t mode, int32_t& startUpTime) override;
/ohos5.0/drivers/peripheral/vibrator/hal/src/
H A Dvibrator_controller.c323 static int32_t GetHapticStartUpTime(int32_t mode, int32_t *startUpTime) in GetHapticStartUpTime() function
352 vibratorDevInstance.GetHapticStartUpTime = GetHapticStartUpTime; in NewVibratorInterfaceInstance()
/ohos5.0/drivers/peripheral/vibrator/test/fuzztest/vibratorgethapticstartuptime_fuzzer/
H A Dvibratorgethapticstartuptime_fuzzer.cpp35 int32_t ret = !g_vibratorInterface->GetHapticStartUpTime(*(int32_t *)data, startUpTime); in VibratorGetHapticStartUpTimeTest()
/ohos5.0/drivers/peripheral/vibrator/interfaces/include/
H A Dvibrator_if.h196 int32_t (*GetHapticStartUpTime)(int32_t mode, int32_t *startUpTime); member
/ohos5.0/drivers/peripheral/vibrator/interfaces/v1_1/
H A Divibrator_interface_vdi.h47 virtual int32_t GetHapticStartUpTime(int32_t mode, int32_t& startUpTime) = 0;
/ohos5.0/drivers/peripheral/vibrator/hdi_service/
H A Dvibrator_if_service.h43 int32_t GetHapticStartUpTime(int32_t mode, int32_t& startUpTime) override;
H A Dvibrator_if_service.cpp377 int32_t VibratorIfService::GetHapticStartUpTime(int32_t mode, int32_t& startUpTime) in GetHapticStartUpTime() function in OHOS::HDI::Vibrator::V1_3::VibratorIfService
386 int32_t ret = vibratorVdiImpl_->GetHapticStartUpTime(mode, startUpTime); in GetHapticStartUpTime()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_2/cpp_target/vibrator/v1_2/
H A Dvibrator_interface_service.h.txt34 int32_t GetHapticStartUpTime(int32_t mode, int32_t& startUpTime) override;
H A Dvibrator_interface_service.cpp.txt40 int32_t VibratorInterfaceService::GetHapticStartUpTime(int32_t mode, int32_t& startUpTime)
H A Divibrator_interface.h.txt76 virtual int32_t GetHapticStartUpTime(int32_t mode, int32_t& startUpTime) = 0;
H A Dvibrator_interface_proxy.h.txt75 int32_t GetHapticStartUpTime(int32_t mode, int32_t& startUpTime) override;
H A Dvibrator_interface_stub.cpp.txt237 int32_t vibratorInterfaceRet = impl->GetHapticStartUpTime(mode, startUpTime);
H A Dvibrator_interface_proxy.cpp.txt176 int32_t OHOS::HDI::Vibrator::V1_2::VibratorInterfaceProxy::GetHapticStartUpTime(int32_t mode, int32…
/ohos5.0/drivers/peripheral/vibrator/test/unittest/hdi/
H A Dhdf_vibrator_hdi_test.cpp552 HWTEST_F(HdfVibratorHdiTest, GetHapticStartUpTime, TestSize.Level1)
558 int32_t startRet = g_vibratorInterface->GetHapticStartUpTime(mode, startUpTime);
/ohos5.0/drivers/interface/vibrator/v1_2/
H A DIVibratorInterface.idl79 GetHapticStartUpTime([in] int mode, [out] int startUpTime);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_2/foo/vibrator/v1_2/
H A DIVibratorInterface.idl79 GetHapticStartUpTime([in] int mode, [out] int startUpTime);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_2/dump_ast_target/
H A Ddump.txt98 [mini, lite, full] GetHapticStartUpTime(
/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/hdi_connection/adapter/src/
H A Dhdi_connection.cpp146 int32_t ret = vibratorInterface_->GetHapticStartUpTime(mode, delayTime); in GetDelayTime()
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-vibrator-des.md82 | int32_t (*GetHapticStartUpTime)(int32_t mode, int32_t& startUpTime); | 获取起振延时,mode表示振动模式,startUpT…
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-vibrator-des.md82 | int32_t (*GetHapticStartUpTime)(int32_t mode, int32_t& startUpTime); | Obtains the haptic startup…