Home
last modified time | relevance | path

Searched refs:_socketMap (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/test/channel_transport/
Dudp_socket_manager_posix.cc205 _socketMap.begin(); in ~UdpSocketManagerPosixImpl()
206 it != _socketMap.end(); in ~UdpSocketManagerPosixImpl()
210 _socketMap.clear(); in ~UdpSocketManagerPosixImpl()
250 for (std::map<SOCKET, UdpSocketPosix*>::iterator it = _socketMap.begin(); in Process()
251 it != _socketMap.end(); in Process()
277 for (std::map<SOCKET, UdpSocketPosix*>::iterator it = _socketMap.begin(); in Process()
278 it != _socketMap.end(); in Process()
330 if (_socketMap.find(static_cast<UdpSocketPosix*>(s)->GetFd()) != in RemoveSocket()
331 _socketMap.end()) { in RemoveSocket()
365 _socketMap.find(removeFD); in UpdateSocketMap()
[all …]
Dudp_socket_manager_posix.h83 std::map<SOCKET, UdpSocketPosix*> _socketMap; variable