Home
last modified time | relevance | path

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

/packages/services/Car/cpp/powerpolicy/server/src/
DPowerComponentHandler.cpp130 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()
DPolicyManager.cpp691 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()
DCarPowerPolicyServer.cpp729 const char* doubleIndent = " "; in dump() local
760 WriteStringToFd(StringPrintf("%s- %s\n", doubleIndent, in dump()
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogProcessService.cpp496 const char* doubleIndent = " "; in onDump() local
507 WriteStringToFd(StringPrintf("%sClient #%d: %s\n", doubleIndent, count, in onDump()