Home
last modified time | relevance | path

Searched refs:g_timeSequence (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/drivers/peripheral/vibrator/test/unittest/common/
H A Dhdf_vibrator_test.cpp36 const char *g_timeSequence = "haptic.clock.timer"; variable
132 int32_t startRet = g_vibratorDev->Start(g_timeSequence);
190 int32_t startRet = g_vibratorDev->Start(g_timeSequence);
214 int32_t startRet = g_vibratorDev->Start(g_timeSequence);
/ohos5.0/drivers/peripheral/vibrator/test/performance/common/
H A Dhdf_vibrator_performance_test.cpp32 const char *g_timeSequence = "haptic.clock.timer"; variable
106 int ret = g_vibratorPerformanceDev->Start(g_timeSequence);
/ohos5.0/drivers/peripheral/vibrator/test/performance/hdi/
H A Dhdf_vibrator_hdi_performance_test.cpp32 const char *g_timeSequence = "haptic.clock.timer"; variable
102 int ret = g_vibratorInterface->Start(g_timeSequence);
/ohos5.0/drivers/peripheral/vibrator/
H A DREADME_zh.md72 const char *g_timeSequence = "haptic.clock.timer";
96 startRet = g_vibratorDev->Start(g_timeSequence);
H A DREADME.md68 const char *g_timeSequence = "haptic.clock.timer";
92 startRet = g_vibratorDev->Start(g_timeSequence);
/ohos5.0/drivers/peripheral/vibrator/test/benchmarktest/
H A Dhdf_vibrator_benchmark_test.cpp38 std::string g_timeSequence = "haptic.clock.timer"; variable
94 startRet = g_vibratorInterface->Start(g_timeSequence); in BENCHMARK_F()