Home
last modified time | relevance | path

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

/aosp_15_r20/external/openscreen/cast/common/channel/testing/
H A Dfake_cast_socket.h53 struct FakeCastSocketPair { struct
54 FakeCastSocketPair() in FakeCastSocketPair() argument
57 FakeCastSocketPair(const IPEndpoint& local_endpoint, in FakeCastSocketPair() function
93 IPEndpoint local_endpoint;
94 IPEndpoint remote_endpoint;
97 MockCastSocketClient mock_client;
98 std::unique_ptr<CastSocket> socket;
101 MockCastSocketClient mock_peer_client;
102 std::unique_ptr<CastSocket> peer_socket;