Home
last modified time | relevance | path

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

/system/hardware/interfaces/suspend/1.0/default/internal_aidl/android/system/suspend/
DWakeLockInfo.aidl63 long expireCount;
/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspendUnitTest.cpp433 int64_t expireCount = 42, int64_t lastChange = 42, int64_t maxTime = 42, in addKernelWakelock() argument
457 writeStatToFile(fd, "expire_count", expireCount) && in addKernelWakelock()
616 ASSERT_EQ(nwlInfo.expireCount, 0); in TEST_F()
639 ASSERT_EQ(nwlInfo.expireCount, 0); in TEST_F()
669 ASSERT_EQ(kwlInfo1.expireCount, 42); in TEST_F()
687 ASSERT_EQ(kwlInfo2.expireCount, 42); in TEST_F()
715 ASSERT_EQ(nwlInfo.expireCount, 0); in TEST_F()
734 ASSERT_EQ(kwlInfo.expireCount, 42); in TEST_F()
758 ASSERT_EQ(nwlInfo.expireCount, 0); in TEST_F()
777 ASSERT_EQ(kwlInfo.expireCount, 42); in TEST_F()
DWakeLockEntryList.cpp51 << ((kernelWakelock) ? std::to_string(entry.expireCount) : notApplicable) << sep in operator <<()
178 info.expireCount = 0; in createNativeEntry()
215 info.expireCount = 0; in createKernelEntry()
264 info.expireCount = statVal; in createKernelEntry()