Searched refs:WatchdogBinderMediatorTest (Results 1 – 3 of 3) sorted by relevance
/packages/services/Car/cpp/watchdog/server/tests/ |
D | WatchdogBinderMediatorTest.cpp | 94 class WatchdogBinderMediatorTest : public ::testing::Test { class 121 TEST_F(WatchdogBinderMediatorTest, TestInit) { in TEST_F() argument 136 TEST_F(WatchdogBinderMediatorTest, TestErrorOnInitWithNullServiceInstances) { in TEST_F() argument 165 TEST_F(WatchdogBinderMediatorTest, TestTerminate) { in TEST_F() argument 179 TEST_F(WatchdogBinderMediatorTest, TestDumpWithEmptyArgs) { in TEST_F() argument 185 TEST_F(WatchdogBinderMediatorTest, TestDumpWithStartCustomPerfCollection) { in TEST_F() argument 194 TEST_F(WatchdogBinderMediatorTest, TestDumpWithStopCustomPerfCollection) { in TEST_F() argument 203 TEST_F(WatchdogBinderMediatorTest, TestDumpWithResetResourceOveruseStats) { in TEST_F() argument 215 TEST_F(WatchdogBinderMediatorTest, TestFailsDumpWithInvalidResetResourceOveruseStatsArg) { in TEST_F() argument 224 TEST_F(WatchdogBinderMediatorTest, TestDumpWithInvalidDumpArgs) { in TEST_F() argument [all …]
|
/packages/services/Car/cpp/watchdog/server/src/ |
D | WatchdogBinderMediator.h | 131 FRIEND_TEST(WatchdogBinderMediatorTest, TestInit); 132 FRIEND_TEST(WatchdogBinderMediatorTest, TestErrorOnInitWithNullServiceInstances); 133 FRIEND_TEST(WatchdogBinderMediatorTest, TestTerminate); 134 FRIEND_TEST(WatchdogBinderMediatorTest, TestHandlesEmptyDumpArgs);
|
/packages/services/Car/cpp/watchdog/server/ |
D | Android.bp | 128 "tests/WatchdogBinderMediatorTest.cpp",
|