Home
last modified time | relevance | path

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

/aosp12/system/netd/libnetdutils/include/netdutils/
H A DDumpWriter.h29 void incIndent();
53 explicit ScopedIndent(DumpWriter& dw) : mDw(dw) { mDw.incIndent(); } in ScopedIndent()
/aosp12/system/netd/server/
H A DNetworkController.cpp727 dw.incIndent(); in dump()
730 dw.incIndent(); in dump()
735 dw.incIndent(); in dump()
740 dw.incIndent(); in dump()
746 dw.incIndent(); in dump()
756 dw.incIndent(); in dump()
764 dw.incIndent(); in dump()
H A DTetherController.cpp945 dw.incIndent(); in dump()
/aosp12/packages/modules/DnsResolver/
H A DResolverController.cpp296 dw.incIndent(); in dump()
308 dw.incIndent(); in dump()
350 dw.incIndent(); in dump()
/aosp12/system/netd/libnetdutils/
H A DDumpWriter.cpp39 void DumpWriter::incIndent() { in incIndent() function in android::netdutils::DumpWriter