Searched refs:FreePort (Results 1 – 3 of 3) sorted by relevance
50 TEST(PortMapTest, FreePort) { in TEST() argument61 ASSERT_FALSE(p.FreePort(0)); in TEST()62 ASSERT_FALSE(p.FreePort(4)); in TEST()65 ASSERT_TRUE(p.FreePort(2)); in TEST()
61 bool FreePort(uint16_t port);
82 bool GDBRemoteCommunicationServerPlatform::PortMap::FreePort(uint16_t port) { in FreePort() function in GDBRemoteCommunicationServerPlatform::PortMap226 m_port_map.FreePort(*port); in LaunchGDBServer()