/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) | 获取起振时间。 | 58 IVibratorInterface::GetHapticStartUpTime ([in] int mode, [out] int startUpTime ) 70 | startUpTime | 表示从下达振动振动命令到马达振动起来的时间,mode为振动模式,按照模式去获取。 |
|
/ohos5.0/drivers/peripheral/vibrator/test/fuzztest/vibratorgethapticstartuptime_fuzzer/ |
H A D | vibratorgethapticstartuptime_fuzzer.cpp | 34 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 D | vibrator_controller.c | 323 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 D | vibrator_interface_proxy.cpp.txt | 176 …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 D | vibrator_interface_stub.cpp.txt | 230 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 D | vibrator_interface_proxy.h.txt | 75 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 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;
|
/ohos5.0/drivers/peripheral/vibrator/interfaces/include/ |
H A D | vibrator_if.h | 196 int32_t (*GetHapticStartUpTime)(int32_t mode, int32_t *startUpTime);
|
/ohos5.0/drivers/peripheral/vibrator/hdi_impl/ |
H A D | vibrator_interface_impl.h | 41 int32_t GetHapticStartUpTime(int32_t mode, int32_t& startUpTime) override;
|
H A D | vibrator_interface_impl.cpp | 231 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 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() argument 386 int32_t ret = vibratorVdiImpl_->GetHapticStartUpTime(mode, startUpTime); in GetHapticStartUpTime()
|
/ohos5.0/drivers/peripheral/vibrator/test/unittest/hdi/ |
H A D | hdf_vibrator_hdi_test.cpp | 556 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 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 | 100 [out] int startUpTime);
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-peripherals-vibrator-des.md | 82 …nt32_t (*GetHapticStartUpTime)(int32_t mode, int32_t& startUpTime); | 获取起振延时,mode表示振动模式,startUpTim…
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-peripherals-vibrator-des.md | 82 …int32_t mode, int32_t& startUpTime); | Obtains the haptic startup delay. **mode** indicates the vi…
|