webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
webrtc::test::MockUdpSocketManager Class Reference
Inheritance diagram for webrtc::test::MockUdpSocketManager:
webrtc::test::UdpSocketManager

Public Member Functions

void Destroy ()
 
 MOCK_METHOD2 (Init, bool(int32_t, uint8_t &))
 
 MOCK_METHOD0 (Start, bool())
 
 MOCK_METHOD0 (Stop, bool())
 
 MOCK_METHOD1 (AddSocket, bool(UdpSocketWrapper *))
 
 MOCK_METHOD1 (RemoveSocket, bool(UdpSocketWrapper *))
 
- Public Member Functions inherited from webrtc::test::UdpSocketManager
virtual bool Init (int32_t id, uint8_t &numOfWorkThreads)=0
 
virtual bool Start ()=0
 
virtual bool Stop ()=0
 
virtual uint8_t WorkThreads () const
 
virtual bool AddSocket (UdpSocketWrapper *s)=0
 
virtual bool RemoveSocket (UdpSocketWrapper *s)=0
 
virtual bool Init (int32_t id, uint8_t &numOfWorkThreads)=0
 
virtual bool Start ()=0
 
virtual bool Stop ()=0
 
virtual uint8_t WorkThreads () const
 
virtual bool AddSocket (UdpSocketWrapper *s)=0
 
virtual bool RemoveSocket (UdpSocketWrapper *s)=0
 

Additional Inherited Members

- Static Public Member Functions inherited from webrtc::test::UdpSocketManager
static UdpSocketManagerCreate (const int32_t id, uint8_t &numOfWorkThreads)
 
static void Return ()
 
static UdpSocketManagerCreate (const int32_t id, uint8_t &numOfWorkThreads)
 
static void Return ()
 
- Protected Member Functions inherited from webrtc::test::UdpSocketManager
 UdpSocketManager ()
 
virtual ~UdpSocketManager ()
 
 UdpSocketManager ()
 
virtual ~UdpSocketManager ()
 
- Static Protected Member Functions inherited from webrtc::test::UdpSocketManager
static UdpSocketManagerCreateInstance ()
 
static UdpSocketManagerCreateInstance ()
 
- Protected Attributes inherited from webrtc::test::UdpSocketManager
uint8_t _numOfWorkThreads
 

Member Function Documentation

◆ Destroy()

void webrtc::test::MockUdpSocketManager::Destroy ( )
inline

◆ MOCK_METHOD0() [1/2]

webrtc::test::MockUdpSocketManager::MOCK_METHOD0 ( Start  ,
bool()   
)

◆ MOCK_METHOD0() [2/2]

webrtc::test::MockUdpSocketManager::MOCK_METHOD0 ( Stop  ,
bool()   
)

◆ MOCK_METHOD1() [1/2]

webrtc::test::MockUdpSocketManager::MOCK_METHOD1 ( AddSocket  ,
bool(UdpSocketWrapper *)   
)

◆ MOCK_METHOD1() [2/2]

webrtc::test::MockUdpSocketManager::MOCK_METHOD1 ( RemoveSocket  ,
bool(UdpSocketWrapper *)   
)

◆ MOCK_METHOD2()

webrtc::test::MockUdpSocketManager::MOCK_METHOD2 ( Init  ,
bool(int32_t, uint8_t &)   
)

The documentation for this class was generated from the following file: