Home
last modified time | relevance | path

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

/frameworks/native/services/vibratorservice/test/
DVibratorHalControllerTest.cpp45 static const auto PING_FN = [](vibrator::HalWrapper* hal) { return hal->ping(); }; in __anon4a8d81570402() variable
200 auto result = mController->doWithRetry<void>(PING_FN, "ping"); in TEST_F()
215 auto result = mController->doWithRetry<void>(PING_FN, "ping"); in TEST_F()
234 ASSERT_TRUE(mController->doWithRetry<void>(PING_FN, "ping").isUnsupported()); in TEST_F()
264 ASSERT_TRUE(mController->doWithRetry<void>(PING_FN, "ping").isFailed()); in TEST_F()