Home
last modified time | relevance | path

Searched refs:test_channel (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/test/core/tsi/
Dtransport_security_test_lib.cc125 static void send_bytes_to_peer(tsi_test_channel* test_channel, in send_bytes_to_peer() argument
128 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() argument
163 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 …]
/third_party/grpc/test/cpp/end2end/
Ddelegating_channel_test.cc76 std::shared_ptr<TestChannel> test_channel = in TEST_F() local
81 EXPECT_EQ(test_channel->GetState(false), GRPC_CHANNEL_READY); in TEST_F()
82 auto stub = grpc::testing::EchoTestService::NewStub(test_channel); in TEST_F()
/third_party/alsa-utils/bat/tests/
Dhdmi_audio_playback.sh22 test_channel=2
70 alsabat -P $HDMI_device -C plug$record_device -c $test_channel -F $freq
Ddp_audio_playback.sh22 test_channel=2
72 alsabat -P $DP_device -C plug$record_device -c $test_channel -F $freq
Danalog_audio_playback_and_capture.sh22 test_channel=2
69 alsabat -P $device -C plug$record_device -c $test_channel -F $freq
/third_party/boost/libs/gil/test/legacy/
Dchannel.cpp362 void test_channel() { in test_channel() function
387 test_channel(); in main()