Home
last modified time | relevance | path

Searched refs:StartOnce (Results 1 – 25 of 58) sorted by relevance

123

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/vibrator/
H A Dinterface_i_vibrator_interface_v10.md22 | [StartOnce](#startonce) ([in] unsigned int duration) | 控制马达以执行给定持续时间的单次振动。 |
56 ### StartOnce()
59 IVibratorInterface::StartOnce ([in] unsigned int duration)
H A Dinterface_i_vibrator_interface_v11.md22 | [StartOnce](#startonce) ([in] unsigned int duration) | 控制马达以执行给定持续时间的单次振动。 |
202 ### StartOnce()
205 IVibratorInterface::StartOnce ([in] unsigned int duration)
/ohos5.0/drivers/peripheral/vibrator/
H A DREADME_zh.md13 …ice Interface )能力接口,支持三种振动效果:静态HCS配置的时间序列,动态配置持续时间,动态配置持续时间、振动强度、振动频率。调用StartOnce接口动态配置持续振动时间;调用St…
45 | int32_t StartOnce(uint32_t duration) | 按照指定持续时间触发振动,duration为振动持续时长。 …
85 startRet = g_vibratorDev->StartOnce(g_duration);
H A DREADME.md7 - One-shot vibration for a specified duration (**StartOnce**).
41 | int32_t StartOnce(uint32_t duration) | Starts vibration for a given **dur…
81 startRet = g_vibratorDev->StartOnce(g_duration);
/ohos5.0/drivers/peripheral/vibrator/test/benchmarktest/
H A Dhdf_vibrator_benchmark_test.cpp63 BENCHMARK_F(VibratorBenchmarkTest, StartOnce)(benchmark::State &state) in BENCHMARK_F() argument
70 startRet = g_vibratorInterface->StartOnce(g_duration); in BENCHMARK_F()
78 BENCHMARK_REGISTER_F(VibratorBenchmarkTest, StartOnce)->
/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/hdi_connection/interface/src/
H A Dvibrator_hdi_connection.cpp49 int32_t VibratorHdiConnection::StartOnce(uint32_t duration) in StartOnce() function in OHOS::Sensors::VibratorHdiConnection
53 int32_t ret = iVibratorHdiConnection_->StartOnce(duration); in StartOnce()
/ohos5.0/drivers/peripheral/vibrator/hdi_impl/
H A Dvibrator_interface_impl.cpp43 int32_t VibratorInterfaceImpl::StartOnce(uint32_t duration) in StartOnce() function in OHOS::HDI::Vibrator::V1_1::VibratorInterfaceImpl
47 if (vibratorInterface == nullptr || vibratorInterface->StartOnce == nullptr) { in StartOnce()
51 int32_t ret = vibratorInterface->StartOnce(duration); in StartOnce()
H A Dvibrator_interface_impl.h31 int32_t StartOnce(uint32_t duration) override;
/ohos5.0/drivers/peripheral/vibrator/hal/src/
H A Dvibrator_controller.c194 static int32_t StartOnce(uint32_t duration) in StartOnce() function
345 vibratorDevInstance.StartOnce = StartOnce; in NewVibratorInterfaceInstance()
/ohos5.0/drivers/peripheral/vibrator/test/fuzztest/vibratorstartonce_fuzzer/
H A Dvibratorstartonce_fuzzer.cpp27 if (!g_vibratorInterface->StartOnce(*(uint32_t *)data)) { in VibratorStartOnceFuzzTest()
/ohos5.0/drivers/peripheral/vibrator/test/fuzztest/vibratorstopv1_2_fuzzer/
H A Dvibratorstopv1_2_fuzzer.cpp32 int ret = g_vibratorInterface->StartOnce(*(uint32_t *)data); in VibratorStopV1_2FuzzTest()
/ohos5.0/drivers/peripheral/vibrator/test/unittest/hdi/
H A Dhdf_vibrator_hdi_test.cpp104 int32_t startRet = g_vibratorInterface->StartOnce(g_duration);
124 int32_t startRet = g_vibratorInterface->StartOnce(g_noDuration);
577 int32_t startRet = g_vibratorInterface->StartOnce(g_duration);
672 int32_t startRet = g_vibratorInterface->StartOnce(g_duration);
/ohos5.0/drivers/peripheral/vibrator/interfaces/include/
H A Dvibrator_if.h63 int32_t (*StartOnce)(uint32_t duration); member
/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/hdi_connection/interface/include/
H A Dvibrator_hdi_connection.h30 int32_t StartOnce(uint32_t duration) override;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_0/dump_ast_target/
H A Ddump.txt7 [mini, lite, full] StartOnce(
/ohos5.0/drivers/peripheral/vibrator/test/unittest/common/
H A Dhdf_vibrator_test.cpp94 int32_t startRet = g_vibratorDev->StartOnce(g_duration);
114 int32_t startRet = g_vibratorDev->StartOnce(g_noDuration);
/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/hdi_connection/adapter/include/
H A Dcompatible_connection.h31 int32_t StartOnce(uint32_t duration) override;
H A Dhdi_connection.h32 int32_t StartOnce(uint32_t duration) override;
/ohos5.0/drivers/peripheral/vibrator/interfaces/v1_1/
H A Divibrator_interface_vdi.h37 virtual int32_t StartOnce(uint32_t duration) = 0;
/ohos5.0/drivers/peripheral/vibrator/hdi_service/
H A Dvibrator_if_service.h32 int32_t StartOnce(uint32_t duration) override;
/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_action/
H A Dthermal_timer.h77 void StartOnce(int delay, NotifyTask &task);
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-vibrator-des.md64 马达驱动模型支持静态HCS配置和动态参数两种振动效果配置能力。马达硬件服务调用StartOnce接口动态配置持续振动,调用Start接口启动静态配置的振动效果。马达驱动模型对外开放的API接口能力,…
72 | int32_t (*StartOnce)(uint32_t duration) | 控制马达以执行给定持续时间的单次振动,duration表示单次振…
250 - 马达抽象驱动StartOnce接口实现如下:
254 static int32_t StartOnce(struct HdfSBuf *data, struct HdfSBuf *reply)
771 int32_t startRet = g_vibratorDev->StartOnce(duration);
/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/hdi_connection/adapter/src/
H A Dhdi_connection.cpp54 int32_t HdiConnection::StartOnce(uint32_t duration) in StartOnce() function in OHOS::Sensors::HdiConnection
57 int32_t ret = vibratorInterface_->StartOnce(duration); in StartOnce()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_0/cpp_target/vibrator/v1_0/
H A Dvibrator_interface_service.cpp.txt30 int32_t VibratorInterfaceService::StartOnce(uint32_t duration)
H A Dvibrator_interface_service.h.txt30 int32_t StartOnce(uint32_t duration) override;

123