Searched refs:test_channel (Results 1 – 6 of 6) sorted by relevance
125 static void send_bytes_to_peer(tsi_test_channel* test_channel, in send_bytes_to_peer() argument128 GPR_ASSERT(test_channel != nullptr); in send_bytes_to_peer()131 is_client ? test_channel->server_channel : test_channel->client_channel; in send_bytes_to_peer()134 ? &test_channel->bytes_written_to_server_channel in send_bytes_to_peer()135 : &test_channel->bytes_written_to_client_channel; in send_bytes_to_peer()160 static void receive_bytes_from_peer(tsi_test_channel* test_channel, in receive_bytes_from_peer() argument163 GPR_ASSERT(test_channel != nullptr); in receive_bytes_from_peer()167 is_client ? test_channel->client_channel : test_channel->server_channel; in receive_bytes_from_peer()170 ? &test_channel->bytes_read_from_client_channel in receive_bytes_from_peer()171 : &test_channel->bytes_read_from_server_channel; in receive_bytes_from_peer()[all …]
76 std::shared_ptr<TestChannel> test_channel = in TEST_F() local81 EXPECT_EQ(test_channel->GetState(false), GRPC_CHANNEL_READY); in TEST_F()82 auto stub = grpc::testing::EchoTestService::NewStub(test_channel); in TEST_F()
22 test_channel=270 alsabat -P $HDMI_device -C plug$record_device -c $test_channel -F $freq
22 test_channel=272 alsabat -P $DP_device -C plug$record_device -c $test_channel -F $freq
22 test_channel=269 alsabat -P $device -C plug$record_device -c $test_channel -F $freq
362 void test_channel() { in test_channel() function387 test_channel(); in main()