Home
last modified time | relevance | path

Searched refs:bytes_written_to_server_channel (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/test/core/tsi/
Dtransport_security_test_lib.cc118 channel->bytes_written_to_server_channel = 0; in check_handshake_results()
134 ? &test_channel->bytes_written_to_server_channel in send_bytes_to_peer()
174 : &test_channel->bytes_written_to_server_channel; in receive_bytes_from_peer()
595 channel->bytes_written_to_server_channel = 0; in tsi_test_channel_create()
Dtransport_security_test_lib.h128 size_t bytes_written_to_server_channel; member
/external/grpc-grpc/test/core/tsi/alts/frame_protector/
Dalts_frame_protector_test.cc73 GPR_ASSERT(channel->bytes_written_to_server_channel == client_frame_size); in alts_test_do_round_trip_check_frames()