Lines Matching refs:dw
929 void TetherController::dumpIfaces(DumpWriter& dw) { in dumpIfaces() argument
930 dw.println("Interface pairs:"); in dumpIfaces()
932 ScopedIndent ifaceIndent(dw); in dumpIfaces()
934 dw.println("%s -> %s %s", it.first.c_str(), it.second.iface.c_str(), in dumpIfaces()
939 void TetherController::dump(DumpWriter& dw) { in dump() argument
942 ScopedIndent tetherControllerIndent(dw); in dump()
943 dw.println("TetherController"); in dump()
944 dw.incIndent(); in dump()
946 dw.println("Forwarding requests: " + Join(mForwardingRequests, ' ')); in dump()
948 dw.println(StringPrintf("DNS: netId %d servers [%s]", mDnsNetId, in dump()
952 dw.println("dnsmasq PID: %d", mDaemonPid); in dump()
955 dumpIfaces(dw); in dump()