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;
624 ScopedIndent bpfIndent(dw); in dumpEgress()
627 ScopedIndent bpfDetailIndent(dw); in dumpEgress()
655 ScopedIndent bpfIndent(dw); in dumpIngress()
658 ScopedIndent bpfDetailIndent(dw); in dumpIngress()
684 ScopedIndent trackerIndent(dw); in dumpTrackers()
687 ScopedIndent trackerDetailIndent(dw); in dumpTrackers()
699 ScopedIndent clatdIndent(dw); in dump()
DTcpSocketMonitor.cpp34 using android::netdutils::ScopedIndent;
108 ScopedIndent tcpSocketMonitorDetails(dw); in dump()
DTrafficController.cpp64 using netdutils::ScopedIndent;
890 ScopedIndent indentTop(dw); in dump()
893 ScopedIndent indentPreBpfModule(dw); in dump()
941 ScopedIndent indentForMapContent(dw); in dump()
DNetdNativeService.cpp59 using android::netdutils::ScopedIndent;
235 ScopedIndent indentLog(dw); in dump()
240 ScopedIndent indentLogEntries(dw); in dump()
247 ScopedIndent indentLog(dw); in dump()
252 ScopedIndent indentLogEntries(dw); in dump()
DTetherController.cpp72 using android::netdutils::ScopedIndent;
1208 ScopedIndent ifaceIndent(dw); in dumpIfaces()
1302 ScopedIndent tetherControllerIndent(dw); in dump()
DXfrmController.cpp73 using android::netdutils::ScopedIndent;
1624 ScopedIndent indentForXfrmController(dw); in dump()
1627 ScopedIndent indentForXfrmISupport(dw); in dump()
/system/bt/internal_include/
Dbt_trace.h759 class ScopedIndent {
761 ScopedIndent(std::ostream& stream, int indent_size = DEFAULT_TAB)
768 ~ScopedIndent() { old_stream_->rdbuf(old_stream_buf_); } in ~ScopedIndent()
/system/bt/btif/avrcp/
Davrcp_service.cc462 ScopedIndent indent(stream); in DebugDump()
/system/bt/profile/avrcp/
Ddevice.cc1434 ScopedIndent indent(out); in operator <<()
1440 ScopedIndent indent(out); in operator <<()