Home
last modified time | relevance | path

Searched defs:test_channel (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/test/cpp/end2end/
Ddelegating_channel_test.cc77 std::shared_ptr<TestChannel> test_channel = in TEST_F() local
/external/autotest/server/cros/ap_configurators/
Dap_configurator_test.py129 def test_channel(self): member in ConfiguratorTest
/external/grpc-grpc/test/core/tsi/
Dtransport_security_test_lib.cc135 static void send_bytes_to_peer(tsi_test_channel* test_channel, in send_bytes_to_peer()
170 static void receive_bytes_from_peer(tsi_test_channel* test_channel, in receive_bytes_from_peer()
/external/pigweed/pw_rpc/py/tests/
Dclient_test.py215 def test_channel(self) -> None: member in ClientTest