HomeSort by relevance Sort by last modified time
    Searched refs:RemoveSocket (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/webrtc/test/channel_transport/
udp_socket_manager_wrapper.h 46 virtual bool RemoveSocket(UdpSocketWrapper* s) = 0;
udp_socket_wrapper_unittest.cc 46 MOCK_METHOD1(RemoveSocket, bool(UdpSocketWrapper*));
udp_socket_manager_posix.h 49 virtual bool RemoveSocket(UdpSocketWrapper* s) OVERRIDE;
69 virtual bool RemoveSocket(UdpSocketWrapper* s);
udp_socket_manager_unittest.cc 50 // RemoveSocket indirectly calls Delete.
51 EXPECT_EQ(true, mgr->RemoveSocket(socket));
udp_socket2_manager_win.h 131 virtual bool RemoveSocket(UdpSocketWrapper* s)
udp_socket_manager_posix.cc 167 bool UdpSocketManagerPosix::RemoveSocket(UdpSocketWrapper* s)
170 "UdpSocketManagerPosix(%d)::RemoveSocket()",
177 retVal = _socketMgr[i]->RemoveSocket(s);
185 "UdpSocketManagerPosix(%d)::RemoveSocket() failed to remove socket\
330 bool UdpSocketManagerPosixImpl::RemoveSocket(UdpSocketWrapper* s)
udp_transport_unittest.cc 58 MOCK_METHOD1(RemoveSocket, bool(UdpSocketWrapper*));
udp_socket_posix.cc 284 "calling UdpSocketManager::RemoveSocket()...");
285 _mgr->RemoveSocket(this);
udp_socket2_win.cc     [all...]
  /external/chromium_org/extensions/browser/api/cast_channel/
cast_channel_api.h 112 void RemoveSocket(int channel_id);
cast_channel_api.cc 208 void CastChannelAsyncApiFunction::RemoveSocket(int channel_id) {
476 RemoveSocket(channel_id);
  /external/chromium_org/extensions/browser/api/bluetooth_socket/
bluetooth_socket_api.h 61 void RemoveSocket(int api_resource_id);
bluetooth_socket_api.cc 173 void BluetoothSocketAsyncApiFunction::RemoveSocket(int api_resource_id) {
585 RemoveSocket(params_->socket_id);
  /external/chromium_org/extensions/browser/api/sockets_tcp_server/
sockets_tcp_server_api.cc 248 RemoveSocket(params_->socket_id);
  /external/chromium_org/extensions/browser/api/sockets_tcp/
sockets_tcp_api.cc 404 RemoveSocket(params_->socket_id);
539 RemoveSocket(params_->socket_id);
  /external/chromium_org/extensions/browser/api/socket/
socket_api.h 118 void RemoveSocket(int api_resource_id);
socket_api.cc 88 void SocketAsyncApiFunction::RemoveSocket(int api_resource_id) {
184 void SocketDestroyFunction::Work() { RemoveSocket(socket_id_); }
966 RemoveSocket(params_->socket_id);
  /external/chromium_org/extensions/browser/api/sockets_udp/
sockets_udp_api.cc 309 RemoveSocket(params_->socket_id);

Completed in 251 milliseconds