Home
last modified time | relevance | path

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

/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspendAidlTest.cpp48 class SystemSuspendTest : public testing::Test { class
60 TEST_F(SystemSuspendTest, RegisterWakeupCallback) { in TEST_F() argument
68 TEST_F(SystemSuspendTest, RegisterMultipleWakeupCallback) { in TEST_F() argument
81 TEST_F(SystemSuspendTest, RegisterWakelockCallback) { in TEST_F() argument
90 TEST_F(SystemSuspendTest, RegisterSameWakelockCallbackWithSameName) { in TEST_F() argument
106 TEST_F(SystemSuspendTest, RegisterSameWakelockCallbackWithDifferentNames) { in TEST_F() argument
122 TEST_F(SystemSuspendTest, RegisterDifferentWakelockCallbacksWithSameName) { in TEST_F() argument
DSystemSuspendUnitTest.cpp90 class SystemSuspendTest : public ::testing::Test { class
273 unique_fd SystemSuspendTest::wakeupCountFds[2];
274 unique_fd SystemSuspendTest::stateFds[2];
275 unique_fd SystemSuspendTest::wakeupReasonsFd;
276 unique_fd SystemSuspendTest::suspendTimeFd;
277 int SystemSuspendTest::wakeupCountFd;
278 int SystemSuspendTest::stateFd;
279 TemporaryFile SystemSuspendTest::wakeupReasonsFile;
280 TemporaryFile SystemSuspendTest::suspendTimeFile;
283 TEST_F(SystemSuspendTest, OnlyOneEnableAutosuspend) { in TEST_F() argument
[all …]