Home
last modified time | relevance | path

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

/drivers/peripheral/vibrator/test/performance/common/
Dhdf_vibrator_performance_test.cpp32 const char *g_timeSequence = "haptic.clock.timer"; variable
106 int ret = g_vibratorPerformanceDev->Start(g_timeSequence);
/drivers/peripheral/vibrator/test/performance/hdi/
Dhdf_vibrator_hdi_performance_test.cpp32 const char *g_timeSequence = "haptic.clock.timer"; variable
102 int ret = g_vibratorInterface->Start(g_timeSequence);
/drivers/peripheral/vibrator/test/unittest/common/
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);
/drivers/peripheral/vibrator/
DREADME_zh.md72 const char *g_timeSequence = "haptic.clock.timer";
96 startRet = g_vibratorDev->Start(g_timeSequence);
DREADME.md68 const char *g_timeSequence = "haptic.clock.timer";
92 startRet = g_vibratorDev->Start(g_timeSequence);
/drivers/peripheral/vibrator/test/unittest/hdi/
Dhdf_vibrator_hdi_test.cpp39 std::string g_timeSequence = "haptic.clock.timer"; variable
130 int32_t startRet = g_vibratorInterface->Start(g_timeSequence);
170 int32_t startRet = g_vibratorInterface->Start(g_timeSequence);
194 int32_t startRet = g_vibratorInterface->Start(g_timeSequence);
/drivers/peripheral/vibrator/test/benchmarktest/
Dhdf_vibrator_benchmark_test.cpp38 std::string g_timeSequence = "haptic.clock.timer"; variable
94 startRet = g_vibratorInterface->Start(g_timeSequence); in BENCHMARK_F()