Searched refs:UdpSocketManager (Results 1 - 17 of 17) sorted by relevance

/external/webrtc/webrtc/test/channel_transport/
H A Dudp_socket_manager_wrapper.cc25 UdpSocketManager* UdpSocketManager::CreateInstance()
28 return static_cast<UdpSocketManager*>(new UdpSocket2ManagerWindows());
34 UdpSocketManager* UdpSocketManager::StaticInstance(
39 UdpSocketManager* impl =
40 GetStaticInstance<UdpSocketManager>(count_operation);
49 UdpSocketManager* UdpSocketManager::Create(const int32_t id,
52 return UdpSocketManager
62 UdpSocketManager::UdpSocketManager() : _numOfWorkThreads(0) function in class:webrtc::test::UdpSocketManager
[all...]
H A Dudp_socket_manager_unittest.cc11 // Tests for the UdpSocketManager interface.
12 // Note: This tests UdpSocketManager together with UdpSocketWrapper,
15 // It also uses the static UdpSocketManager object.
26 TEST(UdpSocketManager, CreateCallsInitAndDoesNotLeakMemory) {
29 UdpSocketManager* mgr = UdpSocketManager::Create(id, threads);
33 UdpSocketManager::Return();
38 TEST(UdpSocketManager, AddAndRemoveSocketDoesNotLeakMemory) {
41 UdpSocketManager* mgr = UdpSocketManager
[all...]
H A Dudp_socket_manager_wrapper.h22 class UdpSocketManager class in namespace:webrtc::test
25 static UdpSocketManager* Create(const int32_t id,
47 UdpSocketManager();
48 virtual ~UdpSocketManager() {}
53 static UdpSocketManager* CreateInstance();
58 friend UdpSocketManager* webrtc::GetStaticInstance<UdpSocketManager>(
61 static UdpSocketManager* StaticInstance(
H A Dudp_socket_wrapper_unittest.cc34 class MockSocketManager : public UdpSocketManager {
54 UdpSocketManager* mgr = UdpSocketManager::Create(id, threads);
63 UdpSocketManager::Return();
H A Dudp_socket_posix.h31 UdpSocketPosix(const int32_t id, UdpSocketManager* mgr,
80 UdpSocketManager* _mgr;
H A Dudp_socket_wrapper.h22 class UdpSocketManager;
47 UdpSocketManager* mgr,
H A Dudp_transport_unittest.cc46 class MockUdpSocketManager : public UdpSocketManager {
66 UdpSocketManager* mgr,
90 // an UdpSocketManager, and the UdpSocketManager is responsible for
120 UdpSocketManager* null_manager = NULL;
H A Dudp_socket_manager_posix.h35 class UdpSocketManagerPosix : public UdpSocketManager
H A Dudp_transport_impl.h24 class UdpSocketManager;
34 UdpSocketManager* mgr,
46 UdpSocketManager* socket_manager);
193 UdpSocketManager* _mgr;
H A Dudp_socket_wrapper.cc63 UdpSocketManager* mgr,
H A Dudp_socket2_manager_win.h115 class UdpSocket2ManagerWindows : public UdpSocketManager
H A Dudp_socket2_win.h41 UdpSocket2Windows(const int32_t id, UdpSocketManager* mgr,
H A Dudp_socket_posix.cc29 UdpSocketPosix::UdpSocketPosix(const int32_t id, UdpSocketManager* mgr,
277 "calling UdpSocketManager::RemoveSocket()...");
H A Dudp_socket_manager_posix.cc28 : UdpSocketManager(),
H A Dudp_socket2_manager_win.cc26 : UdpSocketManager(),
H A Dudp_transport_impl.cc72 UdpSocketManager* mgr,
84 // UdpSocketManager.
90 UdpSocketManager::Create(id, numSocketThreads));
94 // static singleton UdpSocketManager, possibly destroying it.
101 UdpSocketManager::Return();
107 UdpSocketManager* socket_manager)
H A Dudp_socket2_win.cc44 UdpSocketManager* mgr, bool ipV6Enable,
1328 "calling UdpSocketManager::RemoveSocket()");

Completed in 107 milliseconds