Searched refs:writeStatToFile (Results 1 – 1 of 1) sorted by relevance
/system/hardware/interfaces/suspend/1.0/default/ |
D | SystemSuspendUnitTest.cpp | 407 bool writeStatToFile(int statDirFd, const std::string& fileName, const std::string& stat) { in writeStatToFile() function in android::SystemSuspendSameThreadTest 423 bool writeStatToFile(int statDirFd, const std::string& fileName, int64_t stat) { in writeStatToFile() function in android::SystemSuspendSameThreadTest 424 return writeStatToFile(statDirFd, fileName, std::to_string(stat)); in writeStatToFile() 453 return writeStatToFile(fd, "name", name) && in addKernelWakelock() 454 writeStatToFile(fd, "active_count", activeCount) && in addKernelWakelock() 455 writeStatToFile(fd, "active_time_ms", activeTime) && in addKernelWakelock() 456 writeStatToFile(fd, "event_count", eventCount) && in addKernelWakelock() 457 writeStatToFile(fd, "expire_count", expireCount) && in addKernelWakelock() 458 writeStatToFile(fd, "last_change_ms", lastChange) && in addKernelWakelock() 459 writeStatToFile(fd, "max_time_ms", maxTime) && in addKernelWakelock() [all …]
|