Home
last modified time | relevance | path

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

/aosp12/system/hardware/interfaces/suspend/1.0/default/
H A DSystemSuspendUnitTest.cpp120 unique_fd(TEMP_FAILURE_RETRY(open(suspendTimeFile.path, O_CLOEXEC | O_RDONLY))); in registerTestService()
235 ASSERT_TRUE(WriteStringToFile(suspendStr, suspendTimeFile.path)); in suspendFor()
259 static TemporaryFile suspendTimeFile; member in android::SystemSuspendTest
280 TemporaryFile SystemSuspendTest::suspendTimeFile; member in android::SystemSuspendTest
1205 unique_fd(TEMP_FAILURE_RETRY(open(suspendTimeFile.path, O_CLOEXEC | O_RDONLY))); in SetUp()
1254 ASSERT_TRUE(WriteStringToFile(suspendStr, suspendTimeFile.path)); in suspendFor()
1283 TemporaryFile suspendTimeFile; member in android::SuspendWakeupTest