Searched refs:SetStringTest (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/device/google/felix/vibrator/cs40l26/tests/ |
D | test-hwapi.cpp | 255 using SetStringTest = HwApiTypedTest<bool(Vibrator::HwApi &, std::string)>; typedef 257 TEST_P(SetStringTest, success) { in TEST_P() argument 268 TEST_P(SetStringTest, failure) { in TEST_P() argument 277 HwApiTests, SetStringTest, 279 SetStringTest::MakeParam("calibration/f0_stored", &Vibrator::HwApi::setF0), 280 SetStringTest::MakeParam("calibration/redc_stored", &Vibrator::HwApi::setRedc), 281 SetStringTest::MakeParam("calibration/q_stored", &Vibrator::HwApi::setQ), 283 SetStringTest::PrintParam);
|