Searched refs:doubleIndent (Results 1 – 4 of 4) sorted by relevance
/packages/services/Car/cpp/powerpolicy/server/src/ |
D | PowerComponentHandler.cpp | 130 const char* doubleIndent = " "; in dump() local 150 WriteStringToFd(StringPrintf("%sEnabled components: ", doubleIndent), fd); in dump() 153 WriteStringToFd(StringPrintf("%sDisabled components: ", doubleIndent), fd); in dump() 156 WriteStringToFd(StringPrintf("%sEnabled custom components: ", doubleIndent), fd); in dump() 158 WriteStringToFd(StringPrintf("%sDisabled custom components: ", doubleIndent), fd); in dump()
|
D | PolicyManager.cpp | 691 const char* doubleIndent = " "; in dump() local 698 WriteStringToFd(StringPrintf("%s- %s\n", doubleIndent, toString(*it.second).c_str()), fd); in dump() 704 WriteStringToFd(StringPrintf("%s%s\n", doubleIndent, itGroup.first.c_str()), fd); in dump()
|
D | CarPowerPolicyServer.cpp | 729 const char* doubleIndent = " "; in dump() local 760 WriteStringToFd(StringPrintf("%s- %s\n", doubleIndent, in dump()
|
/packages/services/Car/cpp/watchdog/server/src/ |
D | WatchdogProcessService.cpp | 496 const char* doubleIndent = " "; in onDump() local 507 WriteStringToFd(StringPrintf("%sClient #%d: %s\n", doubleIndent, count, in onDump()
|