Home
last modified time | relevance | path

Searched refs:PingLocalHostServer (Results 1 – 7 of 7) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/test/system/
H A DClientAppFixture.h10 bool PingLocalHostServer();
H A DClientAppFixture.cpp37 bool ClientAppFixture::PingLocalHostServer() in PingLocalHostServer() function in ClientAppFixture
38 { return m_networking->PingLocalHostServer(std::chrono::milliseconds(100)); } in PingLocalHostServer()
H A DSmokeTestGame.cpp44 BOOST_REQUIRE(!PingLocalHostServer()); in BOOST_FIXTURE_TEST_SUITE()
H A DSmokeTestHostless.cpp103 BOOST_REQUIRE(!PingLocalHostServer()); in BOOST_FIXTURE_TEST_SUITE()
/dports/games/freeorion/freeorion-0.4.10.2/client/
H A DClientNetworking.h96 bool PingLocalHostServer(
H A DClientNetworking.cpp722 bool ClientNetworking::PingLocalHostServer( in PingLocalHostServer() function in ClientNetworking
/dports/games/freeorion/freeorion-0.4.10.2/client/human/
H A DHumanClientApp.cpp439 if (m_networking->PingLocalHostServer(std::chrono::milliseconds(100))) { in StartServer()