Home
last modified time | relevance | path

Searched refs:startUpTime (Results 1 - 2 of 2) sorted by relevance

/test/xts/hats/hdf/vibrator/hdiService/
H A Dhdf_vibrator_hdiService_test.cpp513 int32_t startUpTime; in HWTEST_F() local
515 int32_t startRet = g_vibratorInterface->GetHapticStartUpTime(mode, startUpTime); in HWTEST_F()
517 printf("startUpTime = %d\n", startUpTime); in HWTEST_F()
596 int32_t startUpTime; in HWTEST_F() local
598 int32_t startRet = g_vibratorInterface->GetHapticStartUpTime(mode, startUpTime); in HWTEST_F()
600 printf("startUpTime = %d\n", startUpTime); in HWTEST_F()
615 int32_t startUpTime; in HWTEST_F() local
617 int32_t startRet = g_vibratorInterface->GetHapticStartUpTime(mode, startUpTime); in HWTEST_F()
634 int32_t startUpTime; HWTEST_F() local
653 int32_t startUpTime; HWTEST_F() local
672 int32_t startUpTime = 0; HWTEST_F() local
691 int32_t startUpTime = -1; HWTEST_F() local
[all...]
/test/xts/hats/hdf/vibrator/vibratorBenchmarkTest/
H A Dhdf_vibrator_benchmark_test.cpp364 int32_t startUpTime; in BENCHMARK_F() local
368 startRet = g_vibratorInterface->GetHapticStartUpTime(mode, startUpTime); in BENCHMARK_F()
371 printf("startUpTime = %d\n", startUpTime); in BENCHMARK_F()

Completed in 3 milliseconds