Home
last modified time | relevance | path

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

/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspendUnitTest.cpp249 std::shared_ptr<IWakeLock> testLock = acquireWakeLock(name); in checkWakelockLoop() local
250 testLock->release(); in checkWakelockLoop()
801 std::shared_ptr<IWakeLock> testLock = acquireWakeLock("testLock"); in TEST_F() local
802 ASSERT_TRUE(testLock->release().isOk()); in TEST_F()