Home
last modified time | relevance | path

Searched refs:startUpTime (Results 1 – 21 of 21) 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) | 获取起振时间。 |
58 IVibratorInterface::GetHapticStartUpTime ([in] int mode, [out] int startUpTime )
70 | startUpTime | 表示从下达振动振动命令到马达振动起来的时间,mode为振动模式,按照模式去获取。 |
/ohos5.0/drivers/peripheral/vibrator/test/fuzztest/vibratorgethapticstartuptime_fuzzer/
H A Dvibratorgethapticstartuptime_fuzzer.cpp34 int startUpTime = 0; in VibratorGetHapticStartUpTimeTest() local
35 int32_t ret = !g_vibratorInterface->GetHapticStartUpTime(*(int32_t *)data, startUpTime); in VibratorGetHapticStartUpTimeTest()
/ohos5.0/drivers/peripheral/vibrator/hal/src/
H A Dvibrator_controller.c323 static int32_t GetHapticStartUpTime(int32_t mode, int32_t *startUpTime) in GetHapticStartUpTime() argument
325 *startUpTime = DEFAULT_START_UP_TIME; in GetHapticStartUpTime()
327 HDF_LOGE("%{public}s: startUpTime = %{public}d", __func__, *startUpTime); in GetHapticStartUpTime()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_2/cpp_target/vibrator/v1_2/
H A Dvibrator_interface_proxy.cpp.txt176 …I::Vibrator::V1_2::VibratorInterfaceProxy::GetHapticStartUpTime(int32_t mode, int32_t& startUpTime)
178 …I::Vibrator::V1_2::VibratorInterfaceProxy::GetHapticStartUpTime_(mode, startUpTime, GetCurrentRemo…
293 …::Vibrator::V1_2::VibratorInterfaceProxy::GetHapticStartUpTime_(int32_t mode, int32_t& startUpTime,
321 if (!vibratorInterfaceReply.ReadInt32(startUpTime)) {
322 HDF_LOGE("%{public}s: read startUpTime failed!", __func__);
H A Dvibrator_interface_stub.cpp.txt230 int32_t startUpTime = 0;
237 int32_t vibratorInterfaceRet = impl->GetHapticStartUpTime(mode, startUpTime);
243 if (!vibratorInterfaceReply.WriteInt32(startUpTime)) {
244 HDF_LOGE("%{public}s: write startUpTime failed!", __func__);
H A Dvibrator_interface_proxy.h.txt75 int32_t GetHapticStartUpTime(int32_t mode, int32_t& startUpTime) override;
103 …static int32_t GetHapticStartUpTime_(int32_t mode, int32_t& startUpTime, const sptr<IRemoteObject>…
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;
/ohos5.0/drivers/peripheral/vibrator/interfaces/include/
H A Dvibrator_if.h196 int32_t (*GetHapticStartUpTime)(int32_t mode, int32_t *startUpTime);
/ohos5.0/drivers/peripheral/vibrator/hdi_impl/
H A Dvibrator_interface_impl.h41 int32_t GetHapticStartUpTime(int32_t mode, int32_t& startUpTime) override;
H A Dvibrator_interface_impl.cpp231 int32_t VibratorInterfaceImpl::GetHapticStartUpTime(int32_t mode, int32_t& startUpTime) in GetHapticStartUpTime() argument
239 int32_t ret = vibratorInterface->GetHapticStartUpTime(mode, &startUpTime); in GetHapticStartUpTime()
/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() argument
386 int32_t ret = vibratorVdiImpl_->GetHapticStartUpTime(mode, startUpTime); in GetHapticStartUpTime()
/ohos5.0/drivers/peripheral/vibrator/test/unittest/hdi/
H A Dhdf_vibrator_hdi_test.cpp556 int32_t startUpTime; variable
558 int32_t startRet = g_vibratorInterface->GetHapticStartUpTime(mode, startUpTime);
560 printf("startUpTime = %d\n", 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.txt100 [out] int startUpTime);
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-vibrator-des.md82 …nt32_t (*GetHapticStartUpTime)(int32_t mode, int32_t& startUpTime); | 获取起振延时,mode表示振动模式,startUpTim…
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-vibrator-des.md82 …int32_t mode, int32_t& startUpTime); | Obtains the haptic startup delay. **mode** indicates the vi…