Home
last modified time | relevance | path

Searched refs:PortMap (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lldb/unittests/Process/gdb-remote/
DPortMapTest.cpp19 GDBRemoteCommunicationServerPlatform::PortMap p1; in TEST()
35 GDBRemoteCommunicationServerPlatform::PortMap p2(1, 4); in TEST()
51 GDBRemoteCommunicationServerPlatform::PortMap p(1, 4); in TEST()
71 GDBRemoteCommunicationServerPlatform::PortMap p; in TEST()
97 GDBRemoteCommunicationServerPlatform::PortMap p; in TEST()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerPlatform.h28 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;
DGDBRemoteCommunicationServerPlatform.cpp45 GDBRemoteCommunicationServerPlatform::PortMap::PortMap(uint16_t min_port, in PortMap() function in GDBRemoteCommunicationServerPlatform::PortMap
51 void GDBRemoteCommunicationServerPlatform::PortMap::AllowPort(uint16_t port) { in AllowPort()
57 GDBRemoteCommunicationServerPlatform::PortMap::GetNextAvailablePort() { in GetNextAvailablePort()
72 bool GDBRemoteCommunicationServerPlatform::PortMap::AssociatePortWithProcess( in AssociatePortWithProcess()
82 bool GDBRemoteCommunicationServerPlatform::PortMap::FreePort(uint16_t port) { in FreePort()
91 bool GDBRemoteCommunicationServerPlatform::PortMap::FreePortForProcess( in FreePortForProcess()
104 bool GDBRemoteCommunicationServerPlatform::PortMap::empty() const { in empty()
570 void GDBRemoteCommunicationServerPlatform::SetPortMap(PortMap &&port_map) { in SetPortMap()
/external/llvm-project/lldb/tools/lldb-server/
Dlldb-platform.cpp159 GDBRemoteCommunicationServerPlatform::PortMap gdbserver_portmap; in main_platform()
253 gdbserver_portmap = GDBRemoteCommunicationServerPlatform::PortMap( in main_platform()
/external/libchrome/mojo/core/
Dnode_controller.h139 using PortMap = std::map<std::string, ports::PortRef>; variable
271 std::map<ports::NodeName, PortMap> reserved_ports_;
Dnode_controller.cc187 PortMap& port_map = reserved_ports_[temporary_node_name]; in SendBrokerClientInvitation()
1000 PortMap& port_map = it->second; in OnRequestPortMerge()