Searched refs:PortMap (Results 1 – 3 of 3) sorted by relevance
28 class PortMap {35 PortMap() = default;39 PortMap(uint16_t min_port, uint16_t max_port);84 void SetPortMap(PortMap &&port_map);105 PortMap m_port_map;
47 GDBRemoteCommunicationServerPlatform::PortMap::PortMap(uint16_t min_port, in PortMap() function in GDBRemoteCommunicationServerPlatform::PortMap53 void GDBRemoteCommunicationServerPlatform::PortMap::AllowPort(uint16_t port) { in AllowPort()59 GDBRemoteCommunicationServerPlatform::PortMap::GetNextAvailablePort() { in GetNextAvailablePort()74 bool GDBRemoteCommunicationServerPlatform::PortMap::AssociatePortWithProcess( in AssociatePortWithProcess()84 bool GDBRemoteCommunicationServerPlatform::PortMap::FreePort(uint16_t port) { in FreePort()93 bool GDBRemoteCommunicationServerPlatform::PortMap::FreePortForProcess( in FreePortForProcess()106 bool GDBRemoteCommunicationServerPlatform::PortMap::empty() const { in empty()561 void GDBRemoteCommunicationServerPlatform::SetPortMap(PortMap &&port_map) { in SetPortMap()
160 GDBRemoteCommunicationServerPlatform::PortMap gdbserver_portmap; in main_platform()256 gdbserver_portmap = GDBRemoteCommunicationServerPlatform::PortMap( in main_platform()