/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/vibrator/ |
H A D | interface_i_vibrator_interface_v12.md | 24 | [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 D | vibrator_interface_impl.cpp | 231 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 D | vibrator_interface_impl.h | 41 int32_t GetHapticStartUpTime(int32_t mode, int32_t& startUpTime) override;
|
/ohos5.0/drivers/peripheral/vibrator/hal/src/ |
H A D | vibrator_controller.c | 323 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 D | vibratorgethapticstartuptime_fuzzer.cpp | 35 int32_t ret = !g_vibratorInterface->GetHapticStartUpTime(*(int32_t *)data, startUpTime); in VibratorGetHapticStartUpTimeTest()
|
/ohos5.0/drivers/peripheral/vibrator/interfaces/include/ |
H A D | vibrator_if.h | 196 int32_t (*GetHapticStartUpTime)(int32_t mode, int32_t *startUpTime); member
|
/ohos5.0/drivers/peripheral/vibrator/interfaces/v1_1/ |
H A D | ivibrator_interface_vdi.h | 47 virtual int32_t GetHapticStartUpTime(int32_t mode, int32_t& startUpTime) = 0;
|
/ohos5.0/drivers/peripheral/vibrator/hdi_service/ |
H A D | vibrator_if_service.h | 43 int32_t GetHapticStartUpTime(int32_t mode, int32_t& startUpTime) override;
|
H A D | vibrator_if_service.cpp | 377 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 D | vibrator_interface_service.h.txt | 34 int32_t GetHapticStartUpTime(int32_t mode, int32_t& startUpTime) override;
|
H A D | vibrator_interface_service.cpp.txt | 40 int32_t VibratorInterfaceService::GetHapticStartUpTime(int32_t mode, int32_t& startUpTime)
|
H A D | ivibrator_interface.h.txt | 76 virtual int32_t GetHapticStartUpTime(int32_t mode, int32_t& startUpTime) = 0;
|
H A D | vibrator_interface_proxy.h.txt | 75 int32_t GetHapticStartUpTime(int32_t mode, int32_t& startUpTime) override;
|
H A D | vibrator_interface_stub.cpp.txt | 237 int32_t vibratorInterfaceRet = impl->GetHapticStartUpTime(mode, startUpTime);
|
H A D | vibrator_interface_proxy.cpp.txt | 176 int32_t OHOS::HDI::Vibrator::V1_2::VibratorInterfaceProxy::GetHapticStartUpTime(int32_t mode, int32…
|
/ohos5.0/drivers/peripheral/vibrator/test/unittest/hdi/ |
H A D | hdf_vibrator_hdi_test.cpp | 552 HWTEST_F(HdfVibratorHdiTest, GetHapticStartUpTime, TestSize.Level1) 558 int32_t startRet = g_vibratorInterface->GetHapticStartUpTime(mode, startUpTime);
|
/ohos5.0/drivers/interface/vibrator/v1_2/ |
H A D | IVibratorInterface.idl | 79 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 D | IVibratorInterface.idl | 79 GetHapticStartUpTime([in] int mode, [out] int startUpTime);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_2/dump_ast_target/ |
H A D | dump.txt | 98 [mini, lite, full] GetHapticStartUpTime(
|
/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/hdi_connection/adapter/src/ |
H A D | hdi_connection.cpp | 146 int32_t ret = vibratorInterface_->GetHapticStartUpTime(mode, delayTime); in GetDelayTime()
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-peripherals-vibrator-des.md | 82 | int32_t (*GetHapticStartUpTime)(int32_t mode, int32_t& startUpTime); | 获取起振延时,mode表示振动模式,startUpT…
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-peripherals-vibrator-des.md | 82 | int32_t (*GetHapticStartUpTime)(int32_t mode, int32_t& startUpTime); | Obtains the haptic startup…
|