Home
last modified time | relevance | path

Searched refs:CompletePing (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/src/core/lib/transport/
Dbdp_estimator.h75 grpc_millis CompletePing();
Dbdp_estimator.cc42 grpc_millis BdpEstimator::CompletePing() { in CompletePing() function in grpc_core::BdpEstimator
/third_party/grpc/test/core/transport/
Dbdp_estimator_test.cc72 estimator->CompletePing(); in AddSamples()
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc2627 grpc_millis next_ping = t->flow_control->bdp_estimator()->CompletePing(); in finish_bdp_ping_locked()