Home
last modified time | relevance | path

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

/system/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;
/system/netd/server/
DClatdController.cpp68 using android::netdutils::ScopedIndent;
582 ScopedIndent bpfIndent(dw); in dumpEgress()
585 ScopedIndent bpfDetailIndent(dw); in dumpEgress()
613 ScopedIndent bpfIndent(dw); in dumpIngress()
616 ScopedIndent bpfDetailIndent(dw); in dumpIngress()
642 ScopedIndent trackerIndent(dw); in dumpTrackers()
645 ScopedIndent trackerDetailIndent(dw); in dumpTrackers()
657 ScopedIndent clatdIndent(dw); in dump()
DTcpSocketMonitor.cpp34 using android::netdutils::ScopedIndent;
108 ScopedIndent tcpSocketMonitorDetails(dw); in dump()
DTetherController.cpp69 using android::netdutils::ScopedIndent;
933 ScopedIndent ifaceIndent(dw); in dumpIfaces()
943 ScopedIndent tetherControllerIndent(dw); in dump()
DTrafficController.cpp67 using netdutils::ScopedIndent;
824 ScopedIndent indentTop(dw); in dump()
827 ScopedIndent indentPreBpfModule(dw); in dump()
869 ScopedIndent indentForMapContent(dw); in dump()
DNetdNativeService.cpp61 using android::netdutils::ScopedIndent;
238 ScopedIndent indentLog(dw); in dump()
243 ScopedIndent indentLogEntries(dw); in dump()
250 ScopedIndent indentLog(dw); in dump()
255 ScopedIndent indentLogEntries(dw); in dump()
DXfrmController.cpp73 using android::netdutils::ScopedIndent;
1726 ScopedIndent indentForXfrmController(dw); in dump()
1729 ScopedIndent indentForXfrmISupport(dw); in dump()
/system/bt/internal_include/
Dbt_trace.h804 class ScopedIndent {
806 ScopedIndent(std::ostream& stream, int indent_size = DEFAULT_TAB)
813 ~ScopedIndent() { old_stream_->rdbuf(old_stream_buf_); } in ~ScopedIndent()
/system/bt/btif/avrcp/
Davrcp_service.cc530 ScopedIndent indent(stream); in DebugDump()
/system/bt/profile/avrcp/
Ddevice.cc1486 ScopedIndent indent(out); in operator <<()
1492 ScopedIndent indent(out); in operator <<()