/external/webrtc/webrtc/test/channel_transport/ |
udp_socket_manager_wrapper.cc | 25 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::StaticInstance(kAddRef, id, numOfWorkThreads) [all...] |
udp_socket_manager_unittest.cc | 11 // 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::Create(id, threads) [all...] |
udp_socket_manager_wrapper.h | 22 class UdpSocketManager 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(
|
udp_socket_wrapper_unittest.cc | 34 class MockSocketManager : public UdpSocketManager { 54 UdpSocketManager* mgr = UdpSocketManager::Create(id, threads); 63 UdpSocketManager::Return();
|
udp_socket_posix.h | 31 UdpSocketPosix(const int32_t id, UdpSocketManager* mgr, 80 UdpSocketManager* _mgr;
|
udp_socket_wrapper.h | 22 class UdpSocketManager; 47 UdpSocketManager* mgr,
|
udp_transport_unittest.cc | 46 class MockUdpSocketManager : public UdpSocketManager { 66 UdpSocketManager* mgr, 90 // an UdpSocketManager, and the UdpSocketManager is responsible for 120 UdpSocketManager* null_manager = NULL;
|
udp_socket_manager_posix.h | 35 class UdpSocketManagerPosix : public UdpSocketManager
|
udp_transport_impl.h | 24 class UdpSocketManager; 34 UdpSocketManager* mgr, 46 UdpSocketManager* socket_manager); 193 UdpSocketManager* _mgr;
|
udp_socket2_manager_win.h | 115 class UdpSocket2ManagerWindows : public UdpSocketManager
|
udp_socket_wrapper.cc | 63 UdpSocketManager* mgr,
|
udp_socket2_win.h | 41 UdpSocket2Windows(const int32_t id, UdpSocketManager* mgr,
|
udp_socket_manager_posix.cc | 28 : UdpSocketManager(),
|
udp_socket_posix.cc | 29 UdpSocketPosix::UdpSocketPosix(const int32_t id, UdpSocketManager* mgr, 277 "calling UdpSocketManager::RemoveSocket()...");
|
udp_socket2_manager_win.cc | 26 : UdpSocketManager(),
|
udp_transport_impl.cc | 72 UdpSocketManager* mgr, 84 // UdpSocketManager. 90 UdpSocketManager::Create(id, numSocketThreads)); 94 // static singleton UdpSocketManager, possibly destroying it. 101 UdpSocketManager::Return(); 107 UdpSocketManager* socket_manager) [all...] |
udp_socket2_win.cc | 44 UdpSocketManager* mgr, bool ipV6Enable, [all...] |