Searched refs:SetStringTest (Results 1 – 2 of 2) sorted by relevance
/aosp12/hardware/google/pixel/vibrator/drv2624/tests/ |
H A D | test-hwapi.cpp | 367 using SetStringTest = HwApiTypedTest<bool(Vibrator::HwApi &, std::string)>; typedef 369 TEST_P(SetStringTest, success) { in TEST_P() argument 380 TEST_P(SetStringTest, failure) { in TEST_P() argument 394 HwApiTests, SetStringTest, 396 SetStringTest::MakeParam("device/autocal", &Vibrator::HwApi::setAutocal), 397 SetStringTest::MakeParam("device/mode", &Vibrator::HwApi::setMode), 398 SetStringTest::MakeParam("device/set_sequencer", &Vibrator::HwApi::setSequencer), 400 SetStringTest::PrintParam);
|
/aosp12/hardware/google/pixel/vibrator/cs40l25/tests/ |
H A D | test-hwapi.cpp | 325 using SetStringTest = HwApiTypedTest<bool(Vibrator::HwApi &, std::string)>; typedef 327 TEST_P(SetStringTest, success) { in TEST_P() argument 338 TEST_P(SetStringTest, failure) { in TEST_P() argument 346 INSTANTIATE_TEST_CASE_P(HwApiTests, SetStringTest, 348 SetStringTest::MakeParam("device/cp_trigger_queue", 350 SetStringTest::MakeParam("device/pwle", 353 SetStringTest::PrintParam);
|