Searched refs:RemoveSocket (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/webrtc/test/channel_transport/
H A Dudp_socket_wrapper_unittest.cc46 MOCK_METHOD1(RemoveSocket, bool(UdpSocketWrapper*));
H A Dudp_socket_manager_posix.h49 virtual bool RemoveSocket(UdpSocketWrapper* s) OVERRIDE;
69 virtual bool RemoveSocket(UdpSocketWrapper* s);
H A Dudp_socket_manager_unittest.cc50 // RemoveSocket indirectly calls Delete.
51 EXPECT_EQ(true, mgr->RemoveSocket(socket));
H A Dudp_socket_manager_wrapper.h46 virtual bool RemoveSocket(UdpSocketWrapper* s) = 0;
H A Dudp_socket_manager_posix.cc167 bool UdpSocketManagerPosix::RemoveSocket(UdpSocketWrapper* s) function in class:webrtc::test::UdpSocketManagerPosix
170 "UdpSocketManagerPosix(%d)::RemoveSocket()",
177 retVal = _socketMgr[i]->RemoveSocket(s);
185 "UdpSocketManagerPosix(%d)::RemoveSocket() failed to remove socket\
330 bool UdpSocketManagerPosixImpl::RemoveSocket(UdpSocketWrapper* s) function in class:webrtc::test::UdpSocketManagerPosixImpl
H A Dudp_socket2_manager_win.h131 virtual bool RemoveSocket(UdpSocketWrapper* s) function in class:webrtc::test::UdpSocket2ManagerWindows
H A Dudp_transport_unittest.cc58 MOCK_METHOD1(RemoveSocket, bool(UdpSocketWrapper*));
H A Dudp_socket_posix.cc284 "calling UdpSocketManager::RemoveSocket()...");
285 _mgr->RemoveSocket(this);
H A Dudp_socket2_win.cc1344 "calling UdpSocketManager::RemoveSocket()");
1345 if(_mgr->RemoveSocket(this))
/external/chromium_org/extensions/browser/api/cast_channel/
H A Dcast_channel_api.h112 void RemoveSocket(int channel_id);
H A Dcast_channel_api.cc208 void CastChannelAsyncApiFunction::RemoveSocket(int channel_id) { function in class:extensions::CastChannelAsyncApiFunction
476 RemoveSocket(channel_id);
/external/chromium_org/extensions/browser/api/bluetooth_socket/
H A Dbluetooth_socket_api.h61 void RemoveSocket(int api_resource_id);
H A Dbluetooth_socket_api.cc173 void BluetoothSocketAsyncApiFunction::RemoveSocket(int api_resource_id) { function in class:extensions::core_api::BluetoothSocketAsyncApiFunction
585 RemoveSocket(params_->socket_id);
/external/chromium_org/extensions/browser/api/sockets_tcp_server/
H A Dsockets_tcp_server_api.cc248 RemoveSocket(params_->socket_id);
/external/chromium_org/extensions/browser/api/sockets_tcp/
H A Dsockets_tcp_api.cc404 RemoveSocket(params_->socket_id);
539 RemoveSocket(params_->socket_id);
/external/chromium_org/extensions/browser/api/socket/
H A Dsocket_api.cc88 void SocketAsyncApiFunction::RemoveSocket(int api_resource_id) { function in class:extensions::SocketAsyncApiFunction
184 void SocketDestroyFunction::Work() { RemoveSocket(socket_id_); }
966 RemoveSocket(params_->socket_id);
H A Dsocket_api.h118 void RemoveSocket(int api_resource_id);
/external/chromium_org/extensions/browser/api/sockets_udp/
H A Dsockets_udp_api.cc309 RemoveSocket(params_->socket_id);

Completed in 772 milliseconds