Home
last modified time | relevance | path

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

/packages/modules/Connectivity/staticlibs/netd/libnetdutils/include/netdutils/
DDumpWriter.h48 class ScopedIndent {
50 ScopedIndent() = delete;
51 ScopedIndent(const ScopedIndent&) = delete;
52 ScopedIndent(ScopedIndent&&) = delete;
53 explicit ScopedIndent(DumpWriter& dw) : mDw(dw) { mDw.incIndent(); } in ScopedIndent() function
54 ~ScopedIndent() { mDw.decIndent(); } in ~ScopedIndent()
55 ScopedIndent& operator=(const ScopedIndent&) = delete;
56 ScopedIndent& operator=(ScopedIndent&&) = delete;
/packages/modules/DnsResolver/
DExperiments.cpp28 using netdutils::ScopedIndent;
49 ScopedIndent indentStats(dw); in dump()
DDnsStats.cpp30 using netdutils::ScopedIndent;
268 ScopedIndent indentLog(dw); in dump()
282 ScopedIndent indentStats(dw); in dump()
DDnsQueryLog.cpp62 netdutils::ScopedIndent indentStats(dw); in dump()
DPrivateDnsConfiguration.cpp569 netdutils::ScopedIndent indentStats(dw); in dump()