Home
last modified time | relevance | path

Searched defs:TestChannel (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/system/keymint/hal/src/
H A Dtests.rs32 struct TestChannel { struct
37 impl TestChannel { impl
46 impl SerializedChannel for TestChannel { implementation
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/
H A Ddelegating_channel_test.cc46 class TestChannel : public experimental::DelegatingChannel { class
48 explicit TestChannel( in TestChannel() function in grpc::testing::__anon2311494a0111::TestChannel
/aosp_15_r20/external/fbjni/test/
H A DReadableByteChannelTests.java69 private static class TestChannel implements ReadableByteChannel { class in ReadableByteChannelTests
73 TestChannel(byte[] data) { in TestChannel() method in ReadableByteChannelTests.TestChannel
/aosp_15_r20/external/libchrome/mojo/core/
H A Dchannel_unittest.cc20 class TestChannel : public Channel { class
22 TestChannel(Channel::Delegate* delegate) : Channel(delegate) {} in TestChannel() function in mojo::core::__anon500235330111::TestChannel
/aosp_15_r20/external/python/google-api-python-client/tests/
Dtest_channel.py13 class TestChannel(unittest.TestCase): class
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests_aio/unit/
H A Dchannel_test.py45 class TestChannel(AioTestBase): class
/aosp_15_r20/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
H A DConfigSelectingClientCallTest.java169 private final class TestChannel extends Channel { class in ConfigSelectingClientCallTest
/aosp_15_r20/external/grpc-grpc-java/services/src/test/java/io/grpc/protobuf/services/
H A DChannelzTestHelper.java149 static final class TestChannel implements InternalInstrumented<ChannelStats> { class in ChannelzTestHelper
/aosp_15_r20/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/
D_rootcanal.py39 class TestChannel: class
/aosp_15_r20/external/grpc-grpc-java/android/src/test/java/io/grpc/android/
H A DAndroidChannelBuilderTest.java328 private static class TestChannel extends ManagedChannel { class in AndroidChannelBuilderTest
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/scripts/
Dtest_channel.py83 class TestChannel(object): class
/aosp_15_r20/external/openthread/tests/scripts/thread-cert/
H A Dtest_mle.py1464 class TestChannel(unittest.TestCase): class
/aosp_15_r20/external/webrtc/p2p/base/
H A Dport_unittest.cc270 class TestChannel : public sigslot::has_slots<> { class
273 explicit TestChannel(std::unique_ptr<Port> p1) : port_(std::move(p1)) { in TestChannel() function in cricket::TestChannel