webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
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 UdpSocketManager * | Create (const int32_t id, uint8_t &numOfWorkThreads) |
static void | Return () |
static UdpSocketManager * | Create (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 UdpSocketManager * | CreateInstance () |
static UdpSocketManager * | CreateInstance () |
Protected Attributes inherited from webrtc::test::UdpSocketManager | |
uint8_t | _numOfWorkThreads |
|
inline |
webrtc::test::MockUdpSocketManager::MOCK_METHOD0 | ( | Start | , |
bool() | |||
) |
webrtc::test::MockUdpSocketManager::MOCK_METHOD0 | ( | Stop | , |
bool() | |||
) |
webrtc::test::MockUdpSocketManager::MOCK_METHOD1 | ( | AddSocket | , |
bool(UdpSocketWrapper *) | |||
) |
webrtc::test::MockUdpSocketManager::MOCK_METHOD1 | ( | RemoveSocket | , |
bool(UdpSocketWrapper *) | |||
) |