Home
last modified time | relevance | path

Searched defs:TestTransport (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_xmlrpc.py1070 class TestTransport(FakeTransport): class
1080 class TestTransport(FakeTransport): class
1090 class TestTransport(FakeTransport): class
1100 class TestTransport(FakeTransport): class
/aosp_15_r20/tools/netsim/rust/daemon/src/wireless/
H A Dpacket.rs173 struct TestTransport {} struct
174 impl Response for TestTransport { implementation
/aosp_15_r20/bootable/libbootloader/gbl/libfastboot/src/
H A Dlib.rs1237 struct TestTransport { struct
1238 in_queue: VecDeque<Vec<u8>>,
1239 out_queue: VecDeque<Vec<u8>>,
1242 impl TestTransport { implementation
1252 impl Transport for TestTransport { implementation
/aosp_15_r20/external/pigweed/pw_rpc_transport/
H A Degress_ingress_test.cc53 class TestTransport : public RpcFrameSender { class
55 explicit TestTransport(size_t mtu, bool is_faulty = false) in TestTransport() function in pw::rpc::__anon8d9c94b70111::TestTransport
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Drtcp_sender_unittest.cc53 class TestTransport : public Transport { class
55 TestTransport() {} in TestTransport() function in webrtc::TestTransport
H A Drtp_sender_egress_unittest.cc95 class TestTransport : public Transport { class
97 explicit TestTransport(RtpHeaderExtensionMap* extensions) in TestTransport() function in webrtc::__anonf79f61b30111::TestTransport