Searched refs:SocketDispatcher (Results 1 – 3 of 3) sorted by relevance
549 SocketDispatcher::SocketDispatcher(PhysicalSocketServer *ss) in SocketDispatcher() function in rtc::SocketDispatcher558 SocketDispatcher::SocketDispatcher(SOCKET s, PhysicalSocketServer *ss) in SocketDispatcher() function in rtc::SocketDispatcher567 SocketDispatcher::~SocketDispatcher() { in ~SocketDispatcher()571 bool SocketDispatcher::Initialize() { in Initialize()584 bool SocketDispatcher::Create(int type) { in Create()588 bool SocketDispatcher::Create(int family, int type) { in Create()604 WSAEVENT SocketDispatcher::GetWSAEvent() { in GetWSAEvent()608 SOCKET SocketDispatcher::GetSocket() { in GetSocket()612 bool SocketDispatcher::CheckSignalClose() { in CheckSignalClose()626 int SocketDispatcher::next_id_ = 0;[all …]
185 class SocketDispatcher : public Dispatcher, public PhysicalSocket {187 explicit SocketDispatcher(PhysicalSocketServer *ss);188 SocketDispatcher(SOCKET s, PhysicalSocketServer *ss);189 ~SocketDispatcher() override;
26 class FakeSocketDispatcher : public SocketDispatcher {29 : SocketDispatcher(ss) { in FakeSocketDispatcher()43 SocketDispatcher* dispatcher = new FakeSocketDispatcher(this); in CreateAsyncSocket()53 SocketDispatcher* dispatcher = new FakeSocketDispatcher(this); in CreateAsyncSocket()97 return SocketDispatcher::DoAccept(socket, addr, addrlen); in DoAccept()