Searched refs:GetBoolTest (Results 1 – 1 of 1) sorted by relevance
166 using GetBoolTest = HwApiTypedTest<bool(Vibrator::HwApi &, bool *)>; typedef168 TEST_P(GetBoolTest, success_returnsTrue) { in TEST_P() argument181 TEST_P(GetBoolTest, success_returnsFalse) { in TEST_P() argument194 TEST_P(GetBoolTest, failure) { in TEST_P() argument202 INSTANTIATE_TEST_CASE_P(HwApiTests, GetBoolTest,204 GetBoolTest::MakeParam("device/asp_enable",207 GetBoolTest::PrintParam);