Searched refs:port_map (Results 1 – 4 of 4) sorted by relevance
511 for port_map in GetAllPhysicalPortToTTYMaps(513 logger.info('%s', port_map)518 for port_map in GetAllPhysicalPortToSerialMaps(520 logger.info('%s', port_map)
187 PortMap& port_map = reserved_ports_[temporary_node_name]; in SendBrokerClientInvitation() local189 auto result = port_map.emplace(entry.first, entry.second); in SendBrokerClientInvitation()1000 PortMap& port_map = it->second; in OnRequestPortMerge() local1001 auto port_it = port_map.find(name); in OnRequestPortMerge()1002 if (port_it == port_map.end()) { in OnRequestPortMerge()1008 port_map.erase(port_it); in OnRequestPortMerge()1009 if (port_map.empty()) in OnRequestPortMerge()
84 void SetPortMap(PortMap &&port_map);
570 void GDBRemoteCommunicationServerPlatform::SetPortMap(PortMap &&port_map) { in SetPortMap() argument571 m_port_map = port_map; in SetPortMap()