Home
last modified time | relevance | path

Searched refs:channelz_socket (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dframe_data.cc184 if (t->channelz_socket != nullptr) { in grpc_deframe_unprocessed_incoming_frames()
185 t->channelz_socket->RecordMessageReceived(); in grpc_deframe_unprocessed_incoming_frames()
Dchttp2_transport.cc175 if (channelz_socket != nullptr) { in ~grpc_chttp2_transport()
176 channelz_socket.reset(); in ~grpc_chttp2_transport()
366 t->channelz_socket = in read_channel_args()
640 if (t->channelz_socket != nullptr) { in ~grpc_chttp2_stream()
642 t->channelz_socket->RecordStreamSucceeded(); in ~grpc_chttp2_stream()
644 t->channelz_socket->RecordStreamFailed(); in ~grpc_chttp2_stream()
1374 if (t->is_client && t->channelz_socket != nullptr) { in perform_stream_op_locked()
1375 t->channelz_socket->RecordStreamStartedFromLocal(); in perform_stream_op_locked()
2774 if (t->channelz_socket != nullptr) { in start_keepalive_ping_locked()
2775 t->channelz_socket->RecordKeepaliveSent(); in start_keepalive_ping_locked()
[all …]
Dwriting.cc685 if (t->channelz_socket != nullptr) { in grpc_chttp2_end_write()
686 t->channelz_socket->RecordMessagesSent(t->num_messages_in_next_write); in grpc_chttp2_end_write()
Dparsing.cc631 if (t->channelz_socket != nullptr) { in init_header_frame_parser()
632 t->channelz_socket->RecordStreamStartedFromRemote(); in init_header_frame_parser()
Dinternal.h490 grpc_core::RefCountedPtr<grpc_core::channelz::SocketNode> channelz_socket; member