Home
last modified time | relevance | path

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

/device/google/coral/vibrator/tests/
Dtest-hwapi.cpp104 class HwApiTypedTest class
108 static auto PrintParam(const testing::TestParamInfo<typename HwApiTypedTest::ParamType> &info) { in PrintParam()
116 using HasTest = HwApiTypedTest<bool(Vibrator::HwApi &)>;
140 using GetBoolTest = HwApiTypedTest<bool(Vibrator::HwApi &, bool *)>;
183 using GetUint32Test = HwApiTypedTest<bool(Vibrator::HwApi &, uint32_t *)>;
213 using SetBoolTest = HwApiTypedTest<bool(Vibrator::HwApi &, bool)>;
252 using SetUint32Test = HwApiTypedTest<bool(Vibrator::HwApi &, uint32_t)>;
290 using SetStringTest = HwApiTypedTest<bool(Vibrator::HwApi &, std::string)>;