Home
last modified time | relevance | path

Searched refs:clientInterface (Results 1 – 25 of 66) sorted by relevance

123

/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/menu/
H A Dmenu_state_join_game.cpp59 clientInterface->discoverServers(this); in MenuStateJoinGame()
393 clientInterface->close(); in mouseClick()
407 if(clientInterface->isConnected()) { in mouseClick()
408 clientInterface->reset(); in mouseClick()
422 clientInterface->close(); in mouseClick()
507 if(clientInterface->isConnected()) in update()
589 if(clientInterface->isConnected()) { in update()
591 clientInterface->updateLobby(); in update()
594 if(clientInterface != NULL && clientInterface->isConnected()) { in update()
798 clientInterface->isConnected() && in connectToServer()
[all …]
H A Dmenu_state_connected_game.cpp1550 if(clientInterface != NULL && clientInterface->isConnected() == true) { in mouseClick()
1686 if(clientInterface != NULL && clientInterface->isConnected()) { in mouseClick()
1734 if(clientInterface != NULL && clientInterface->isConnected()) { in isHeadlessAdmin()
2920 if(clientInterface != NULL && clientInterface->isConnected()) { in update()
3511 if(clientInterface != NULL && clientInterface->isConnected() == true) { in update()
3528 if(clientInterface != NULL && clientInterface->isConnected()) { in update()
3673 if(clientInterface != NULL && clientInterface->isConnected()) { in update()
3687 if(clientInterface != NULL && clientInterface->isConnected()) { in update()
4055 if (clientInterface != NULL && clientInterface->isConnected() == true in textInput()
4069 if (clientInterface != NULL && clientInterface->isConnected() == true in keyPress()
[all …]
H A Dmenu_state_masterserver.cpp1135 ClientInterface* clientInterface= NetworkManager::getInstance().getClientInterface(); in connectToServer() local
1142 clientInterface->connect(serverIp, serverPort); in connectToServer()
1143 if(clientInterface->isConnected() == false) { in connectToServer()
1162 clientInterface->getIntroDone() == false && in connectToServer()
1163 clientInterface->isConnected() && in connectToServer()
1165 if(clientInterface->isConnected()) { in connectToServer()
1167 clientInterface->updateLobby(); in connectToServer()
1172 if( clientInterface->isConnected() == true && in connectToServer()
1173 clientInterface->getIntroDone() == true) { in connectToServer()
/dports/games/glest/glest_source_3.2.2/source/glest_game/menu/
H A Dmenu_state_join_game.cpp107 if(!clientInterface->isConnected()){ in mouseClick()
136 if(clientInterface->isConnected()){ in mouseClick()
137 clientInterface->reset(); in mouseClick()
184 if(clientInterface->isConnected()){ in update()
186 if(!clientInterface->getServerName().empty()){ in update()
200 if(clientInterface->isConnected()){ in update()
203 clientInterface->updateLobby(); in update()
206 if(clientInterface->getIntroDone()){ in update()
212 if(clientInterface->getLaunchGame()){ in update()
222 if(!clientInterface->isConnected()){ in keyDown()
[all …]
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/android/BOINC/app/src/main/java/edu/berkeley/boinc/client/
H A DMonitor.java159 clientInterface.close(); in onDestroy()
351 if(!clientInterface.connectionAlive()) { in updateStatus()
362 if(clientInterface.connectionAlive()) { in updateStatus()
385 status = clientInterface.getCcStatus(); in readClientStatus()
417 status = clientInterface.getCcStatus(); in readClientStatus()
493 clientInterface.quit(); in clientSetup()
957 return clientInterface.setRunMode(mode);
1023 return clientInterface.getNotices(seq);
1028 return clientInterface.getMessages(seq);
1047 return clientInterface.getAcctMgrInfo();
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/tools/clangbackend/source/
H A Dclangjobcontext.cpp35 ClangCodeModelClientInterface *clientInterface) in JobContext() argument
39 , client(clientInterface) in JobContext()
/dports/www/kdsoap/kdsoap-1.9.0/unittests/soap12/
H A Dtest_soap12.cpp58 QCOMPARE(service12.clientInterface()->soapVersion(), KDSoapClientInterface::SOAP1_2); in test()
73 QCOMPARE(service11.clientInterface()->soapVersion(), KDSoapClientInterface::SOAP1_1); in test()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/
H A DClusterRecruitmentInterface.h38 ClusterInterface clientInterface; member
47 UID id() const { return clientInterface.id(); } in id()
52 clientInterface.initEndpoints(); in initEndpoints()
65 …serializer(ar, clientInterface, recruitFromConfiguration, recruitRemoteFromConfiguration, recruitS… in serialize()
/dports/mail/emailrelay/emailrelay-1.9/src/main/
H A Dadmin_enabled.cpp37 cfg.clientInterface().length() ? in newServer()
38 GNet::Address(cfg.clientInterface(),0U) : in newServer()
H A Dconfiguration.h57 std::string clientInterface() const ;
/dports/security/vault/vault-1.8.2/vendor/github.com/snowflakedb/gosnowflake/
H A Dretry.go161 type clientInterface interface { interface
167 client clientInterface
178 client clientInterface, argument
/dports/net/smb4k/smb4k-992987421af68f2695867722b8dc4ca30a4669ec/core/
H A Dsmb4kclient_p.cpp1788 …KDSoapClientInterface clientInterface(address.toString(), QStringLiteral("http://schemas.xmlsoap.o…
1789 clientInterface.setSoapVersion(KDSoapClientInterface::SoapVersion::SOAP1_2);
1790 clientInterface.setTimeout(5000);
1804 KDSoapMessage response = clientInterface.call(QString(), soapMessage);
1997 …KDSoapClientInterface clientInterface(address.toString(), QStringLiteral("http://schemas.xmlsoap.o…
1998 clientInterface.setSoapVersion(KDSoapClientInterface::SoapVersion::SOAP1_2);
1999 clientInterface.setTimeout(5000);
2013 KDSoapMessage response = clientInterface.call(QString(), soapMessage);
/dports/devel/codeworker/CodeWorker4_5_3/WebSite/repository/idl/
H A Dfw_if_access.idl73 in IpInterface clientInterface
/dports/net-p2p/litecoin/litecoin-0.18.1/src/
H A Dnet.cpp1048 if(clientInterface) in NotifyNumConnectionsChanged()
1049 clientInterface->NotifyNumConnectionsChanged(vNodesSize); in NotifyNumConnectionsChanged()
2153 if ((flags & BF_REPORT_ERROR) && clientInterface) { in Bind()
2154 clientInterface->ThreadSafeMessageBox(strError, "", CClientUIInterface::MSG_ERROR); in Bind()
2195 if (clientInterface) { in Start()
2196 clientInterface->ThreadSafeMessageBox( in Start()
2207 if (clientInterface) { in Start()
2208 clientInterface->InitMessage(_("Loading P2P addresses...")); in Start()
2261 if (clientInterface) { in Start()
2262 clientInterface->ThreadSafeMessageBox( in Start()
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/
H A Dnet.cpp1048 if(clientInterface) in NotifyNumConnectionsChanged()
1049 clientInterface->NotifyNumConnectionsChanged(vNodesSize); in NotifyNumConnectionsChanged()
2153 if ((flags & BF_REPORT_ERROR) && clientInterface) { in Bind()
2154 clientInterface->ThreadSafeMessageBox(strError, "", CClientUIInterface::MSG_ERROR); in Bind()
2195 if (clientInterface) { in Start()
2196 clientInterface->ThreadSafeMessageBox( in Start()
2207 if (clientInterface) { in Start()
2208 clientInterface->InitMessage(_("Loading P2P addresses...")); in Start()
2261 if (clientInterface) { in Start()
2262 clientInterface->ThreadSafeMessageBox( in Start()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/
H A Dnet.cpp1048 if(clientInterface) in NotifyNumConnectionsChanged()
1049 clientInterface->NotifyNumConnectionsChanged(vNodesSize); in NotifyNumConnectionsChanged()
2153 if ((flags & BF_REPORT_ERROR) && clientInterface) { in Bind()
2154 clientInterface->ThreadSafeMessageBox(strError, "", CClientUIInterface::MSG_ERROR); in Bind()
2195 if (clientInterface) { in Start()
2196 clientInterface->ThreadSafeMessageBox( in Start()
2207 if (clientInterface) { in Start()
2208 clientInterface->InitMessage(_("Loading P2P addresses...")); in Start()
2261 if (clientInterface) { in Start()
2262 clientInterface->ThreadSafeMessageBox( in Start()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/
H A Dnet.cpp1125 if(clientInterface) in NotifyNumConnectionsChanged()
1126 clientInterface->NotifyNumConnectionsChanged(vNodesSize); in NotifyNumConnectionsChanged()
2230 if ((flags & BF_REPORT_ERROR) && clientInterface) { in Bind()
2231 clientInterface->ThreadSafeMessageBox(strError, "", CClientUIInterface::MSG_ERROR); in Bind()
2273 if (clientInterface) { in Start()
2274 clientInterface->ThreadSafeMessageBox( in Start()
2285 if (clientInterface) { in Start()
2286 clientInterface->InitMessage(_("Loading P2P addresses...").translated); in Start()
2339 if (clientInterface) { in Start()
2340 clientInterface->ThreadSafeMessageBox( in Start()
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/network/
H A Dclient_interface.cpp51 this->clientInterface = client; in ClientInterfaceThread()
56 this->clientInterface = NULL; in ~ClientInterfaceThread()
85 if(clientInterface != NULL && clientInterface->getSocket(true) != NULL) { in execute()
86 clientInterface->getSocket(true)->setBlock(false); in execute()
93 for(;this->clientInterface != NULL;) { in execute()
111 clientInterface != NULL) { in execute()
126 clientInterface->updateNetworkFrame(); in execute()
165 …if(clientInterface == NULL || clientInterface->getSocket(true) == NULL || clientInterface->getSock… in execute()
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/game/
H A Dgame.cpp1564 if(clientInterface != NULL && clientInterface->getResumeInGameJoin() == true) { in init()
1568 clientInterface->sendResumeGameMessage(); in init()
1636 ClientInterface *clientInterface = NULL; in setupPopupMenus() local
1666 if(clientInterface != NULL && in setupPopupMenus()
1668 clientInterface->isMasterServerAdminOverride() == true)) { in setupPopupMenus()
1675 (clientInterface != NULL && in setupPopupMenus()
1677 clientInterface->isMasterServerAdminOverride() == true))) { in setupPopupMenus()
1868 if(clientInterface != NULL) { in update()
3516 if(clientInterface != NULL && in update()
3845 if(clientInterface != NULL && in update()
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/google.golang.org/grpc/xds/internal/balancer/
H A Dxds_client_test.go250 xdsclientNew = func(opts xdsclient.Options) (clientInterface xdsClientInterface, e error) {
341 xdsclientNew = func(opts xdsclient.Options) (clientInterface xdsClientInterface, e error) {
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/google.golang.org/grpc/xds/internal/balancer/
H A Dxds_client_test.go250 xdsclientNew = func(opts xdsclient.Options) (clientInterface xdsClientInterface, e error) {
341 xdsclientNew = func(opts xdsclient.Options) (clientInterface xdsClientInterface, e error) {
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/src/signaling/
H A Dmcu_janus.go134 type clientInterface interface { interface
155 clients map[clientInterface]bool
192 clients: make(map[clientInterface]bool),
330 func (m *mcuJanus) registerClient(client clientInterface) {
336 func (m *mcuJanus) unregisterClient(client clientInterface) {
/dports/www/kdsoap/kdsoap-1.9.0/unittests/wsdl_document/
H A Dtest_wsdl_document.cpp244 …QSignalSpy sslErrorsSpy(service.clientInterface()->sslHandler(), SIGNAL(sslErrors(KDSoapSslHandler… in testSslError()
282 …connect(service.clientInterface()->sslHandler(), SIGNAL(sslErrors(KDSoapSslHandler*,QList<QSslErro… in testSslErrorHandledBySlot()
313 …service.clientInterface()->ignoreSslErrors(QList<QSslError>() << QSslError(QSslError::UnableToGetL… in testSslErrorIgnoredUpfront()
344 …QSignalSpy sslErrorsSpy(service.clientInterface()->sslHandler(), SIGNAL(sslErrors(KDSoapSslHandler… in testSslErrorSyncCall()
958 …KDSoapMessage sessionHeader = service.clientInterface()->lastResponseHeaders().header(QLatin1Strin… in testServerAddEmployee()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/workloads/
H A DCpuProfiler.actor.cpp96 replies.push_back(self->profilingWorkers[i].clientInterface.profiler.tryGetReply(req)); in updateProfiler()
H A DConsistencyCheck.actor.cpp1275 if (!allWorkerProcessMap.count(db.clusterInterface.clientInterface.address())) { in checkUsingDesiredClasses()
1276 …ncyCheck_CCNotInWorkerList").detail("CCAddress", db.clusterInterface.clientInterface.address().toS… in checkUsingDesiredClasses()
1284 …Optional<Key> ccDcId = allWorkerProcessMap[db.clusterInterface.clientInterface.address()].interf.l… in checkUsingDesiredClasses()
1315 …Map.count(db.clusterInterface.clientInterface.address()) || nonExcludedWorkerProcessMap[db.cluster… in checkUsingDesiredClasses()
1316 …Map.count(db.clusterInterface.clientInterface.address()) ? nonExcludedWorkerProcessMap[db.clusterI… in checkUsingDesiredClasses()

123