Searched refs:FlowControlTrace (Results 1 – 2 of 2) sorted by relevance
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | flow_control.h | 114 class FlowControlTrace { 116 FlowControlTrace(const char* reason, TransportFlowControl* tfc, in FlowControlTrace() function 121 ~FlowControlTrace() { in ~FlowControlTrace() 259 FlowControlTrace trace(" data recv", this, nullptr); in RecvData() 268 FlowControlTrace trace("t updt recv", this, nullptr); in RecvUpdate() 434 FlowControlTrace tracer(" data sent", tfc_, this); in SentData() 448 FlowControlTrace trace("s updt recv", tfc_, this); in RecvUpdate()
|
D | flow_control.cc | 70 void FlowControlTrace::Init(const char* reason, TransportFlowControl* tfc, in Init() 85 void FlowControlTrace::Finish() { in Finish() 191 FlowControlTrace trace("t updt sent", this, nullptr); in MaybeSendUpdate() 223 FlowControlTrace trace(" data recv", tfc_, this); in RecvData() 268 FlowControlTrace trace("s updt sent", tfc_, this); in MaybeSendUpdate() 280 FlowControlTrace trace("app st recv", tfc_, this); in IncomingByteStreamUpdate()
|