Searched refs:writeStatToFile (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/system/hardware/interfaces/suspend/1.0/default/ |
D | SystemSuspendUnitTest.cpp | 1056 bool writeStatToFile(int statDirFd, const std::string& fileName, const std::string& stat) { in writeStatToFile() function in android::SystemSuspendSameThreadTest 1072 bool writeStatToFile(int statDirFd, const std::string& fileName, int64_t stat) { in writeStatToFile() function in android::SystemSuspendSameThreadTest 1073 return writeStatToFile(statDirFd, fileName, std::to_string(stat)); in writeStatToFile() 1102 return writeStatToFile(fd, "name", name) && in addKernelWakelock() 1103 writeStatToFile(fd, "active_count", activeCount) && in addKernelWakelock() 1104 writeStatToFile(fd, "active_time_ms", activeTime) && in addKernelWakelock() 1105 writeStatToFile(fd, "event_count", eventCount) && in addKernelWakelock() 1106 writeStatToFile(fd, "expire_count", expireCount) && in addKernelWakelock() 1107 writeStatToFile(fd, "last_change_ms", lastChange) && in addKernelWakelock() 1108 writeStatToFile(fd, "max_time_ms", maxTime) && in addKernelWakelock() [all …]
|