Searched refs:AddSocket (Results 1 – 8 of 8) sorted by relevance
46 bool AddSocket(UdpSocketWrapper* s) override;67 virtual bool AddSocket(UdpSocketWrapper* s);
126 bool UdpSocketManagerPosix::AddSocket(UdpSocketWrapper* s) in AddSocket() function in webrtc::test::UdpSocketManagerPosix132 bool retVal = _socketMgr[_nextSocketMgrToAssign]->AddSocket(s); in AddSocket()296 bool UdpSocketManagerPosixImpl::AddSocket(UdpSocketWrapper* s) in AddSocket() function in webrtc::test::UdpSocketManagerPosixImpl
44 MOCK_METHOD1(AddSocket, bool(UdpSocketWrapper*));
42 virtual bool AddSocket(UdpSocketWrapper* s) = 0;
126 virtual inline bool AddSocket(UdpSocketWrapper* s) in AddSocket() function
55 MOCK_METHOD1(AddSocket, bool(UdpSocketWrapper*));
102 if (_mgr->AddSocket(this)) in SetCallback()
241 if (_mgr->AddSocket(this)) in SetCallback()