Home
last modified time | relevance | path

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

/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspendUnitTest.cpp606 WakeLockInfo nwlInfo; in TEST_F() local
607 ASSERT_TRUE(findWakeLockInfoByName(wlStats, fakeWlName, &nwlInfo)); in TEST_F()
608 ASSERT_EQ(nwlInfo.name, fakeWlName); in TEST_F()
609 ASSERT_EQ(nwlInfo.activeCount, 1); in TEST_F()
610 ASSERT_EQ(nwlInfo.isActive, true); in TEST_F()
611 ASSERT_FALSE(nwlInfo.isKernelWakelock); in TEST_F()
613 ASSERT_EQ(nwlInfo.pid, getpid()); in TEST_F()
615 ASSERT_EQ(nwlInfo.eventCount, 0); in TEST_F()
616 ASSERT_EQ(nwlInfo.expireCount, 0); in TEST_F()
617 ASSERT_EQ(nwlInfo.preventSuspendTime, 0); in TEST_F()
[all …]