Home
last modified time | relevance | path

Searched refs:SshConnection (Results 1 – 25 of 56) sorted by relevance

123

/dports/misc/molequeue/molequeue-0.9.0/molequeue/app/
H A Dsshconnection.cpp23 SshConnection::SshConnection(QObject *parentObject) : QObject(parentObject), in SshConnection() function in MoleQueue::SshConnection
28 SshConnection::~SshConnection() in ~SshConnection()
32 bool SshConnection::isValid() const in isValid()
40 QString SshConnection::output() const in output()
45 int SshConnection::exitCode() const in exitCode()
50 bool SshConnection::waitForCompletion(int) in waitForCompletion()
55 bool SshConnection::isComplete() const in isComplete()
60 bool SshConnection::execute(const QString &) in execute()
66 bool SshConnection::copyTo(const QString &, const QString &) in copyTo()
71 bool SshConnection::copyFrom(const QString &, const QString &) in copyFrom()
[all …]
H A Dsshconnection.h36 class SshConnection : public QObject
41 SshConnection(QObject *parentObject = 0);
42 ~SshConnection();
/dports/misc/py-molequeue/molequeue-0.9.0/molequeue/app/
H A Dsshconnection.cpp23 SshConnection::SshConnection(QObject *parentObject) : QObject(parentObject), in SshConnection() function in MoleQueue::SshConnection
28 SshConnection::~SshConnection() in ~SshConnection()
32 bool SshConnection::isValid() const in isValid()
40 QString SshConnection::output() const in output()
45 int SshConnection::exitCode() const in exitCode()
50 bool SshConnection::waitForCompletion(int) in waitForCompletion()
55 bool SshConnection::isComplete() const in isComplete()
60 bool SshConnection::execute(const QString &) in execute()
66 bool SshConnection::copyTo(const QString &, const QString &) in copyTo()
71 bool SshConnection::copyFrom(const QString &, const QString &) in copyFrom()
[all …]
H A Dsshconnection.h36 class SshConnection : public QObject
41 SshConnection(QObject *parentObject = 0);
42 ~SshConnection();
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/ssh/
H A Dsshconnectionmanager.cpp47 SshConnection *connection;
105 SshConnection * const connection = c.connection; in acquireConnection()
106 if (connection->state() != SshConnection::Connected in acquireConnection()
123 SshConnection * const connection = new SshConnection(sshParams); in acquireConnection()
124 connect(connection, &SshConnection::disconnected, in acquireConnection()
132 void releaseConnection(SshConnection *connection) in releaseConnection()
146 || connection->state() != SshConnection::Connected) { in releaseConnection()
206 SshConnection *currentConnection = qobject_cast<SshConnection *>(sender()); in cleanup()
238 QList<SshConnection *> m_acquiredConnections;
240 QList<SshConnection *> m_deprecatedConnections;
[all …]
H A Dsshconnection.cpp91 struct SshConnection::SshConnectionPrivate
164 SshConnection::SshConnection(const SshConnectionParameters &serverInfo, QObject *parent) in SshConnection() function in QSsh::SshConnection
229 void SshConnection::connectToHost() in connectToHost()
235 void SshConnection::disconnectFromHost() in disconnectFromHost()
256 SshConnection::State SshConnection::state() const in state()
261 QString SshConnection::errorString() const in errorString()
307 bool SshConnection::sharingEnabled() const in sharingEnabled()
312 SshConnection::~SshConnection() in ~SshConnection()
349 void SshConnection::doConnectToHost() in doConnectToHost()
388 void SshConnection::emitConnected() in emitConnected()
[all …]
H A Dsshconnectionmanager.h32 class SshConnection; variable
35 QSSH_EXPORT SshConnection *acquireConnection(const SshConnectionParameters &sshParams);
36 QSSH_EXPORT void releaseConnection(SshConnection *connection);
H A Dsshremoteprocessrunner.cpp51 SshConnection *m_connection;
104 connect(d->m_connection, &SshConnection::errorOccurred, in runInternal()
106 connect(d->m_connection, &SshConnection::disconnected, in runInternal()
108 if (d->m_connection->state() == SshConnection::Connected) { in runInternal()
111 …connect(d->m_connection, &SshConnection::connected, this, &SshRemoteProcessRunner::handleConnected… in runInternal()
112 if (d->m_connection->state() == SshConnection::Unconnected) in runInternal()
H A Dsshconnection.h97 class QSSH_EXPORT SshConnection : public QObject
104 explicit SshConnection(const SshConnectionParameters &serverInfo, QObject *parent = nullptr);
114 ~SshConnection();
H A Dsshremoteprocess.h36 class SshConnection; variable
42 friend class SshConnection; variable
H A Dsftptransfer.h34 class SshConnection; variable
38 friend class SshConnection; variable
H A Dsftpsession.h34 class SshConnection; variable
38 friend class SshConnection; variable
H A Dsftpfilesystemmodel.cpp86 SshConnection *sshConnection;
117 connect(d->sshConnection, &SshConnection::errorOccurred, in setSshConnection()
119 if (d->sshConnection->state() == SshConnection::Connected) { in setSshConnection()
123 connect(d->sshConnection, &SshConnection::connected, in setSshConnection()
125 if (d->sshConnection->state() == SshConnection::Unconnected) in setSshConnection()
/dports/misc/molequeue/molequeue-0.9.0/molequeue/app/queues/
H A Dremotessh.cpp128 SshConnection *conn = newSshConnection(); in createRemoteDirectory()
145 SshConnection *conn = qobject_cast<SshConnection*>(sender()); in remoteDirectoryCreated()
184 SshConnection *conn = newSshConnection(); in copyInputFilesToHost()
201 SshConnection *conn = qobject_cast<SshConnection*>(sender()); in inputFilesCopied()
250 SshConnection *conn = newSshConnection(); in submitJobToRemoteQueue()
268 SshConnection *conn = qobject_cast<SshConnection*>(sender()); in jobSubmittedToRemoteQueue()
320 SshConnection *conn = newSshConnection(); in requestQueueUpdate()
336 SshConnection *conn = qobject_cast<SshConnection*>(sender()); in handleQueueUpdate()
444 SshConnection *conn = qobject_cast<SshConnection*>(sender()); in finalizeJobOutputCopiedFromServer()
540 SshConnection *conn = qobject_cast<SshConnection*>(sender()); in remoteDirectoryCleaned()
[all …]
/dports/misc/py-molequeue/molequeue-0.9.0/molequeue/app/queues/
H A Dremotessh.cpp128 SshConnection *conn = newSshConnection(); in createRemoteDirectory()
145 SshConnection *conn = qobject_cast<SshConnection*>(sender()); in remoteDirectoryCreated()
184 SshConnection *conn = newSshConnection(); in copyInputFilesToHost()
201 SshConnection *conn = qobject_cast<SshConnection*>(sender()); in inputFilesCopied()
250 SshConnection *conn = newSshConnection(); in submitJobToRemoteQueue()
268 SshConnection *conn = qobject_cast<SshConnection*>(sender()); in jobSubmittedToRemoteQueue()
320 SshConnection *conn = newSshConnection(); in requestQueueUpdate()
336 SshConnection *conn = qobject_cast<SshConnection*>(sender()); in handleQueueUpdate()
444 SshConnection *conn = qobject_cast<SshConnection*>(sender()); in finalizeJobOutputCopiedFromServer()
540 SshConnection *conn = qobject_cast<SshConnection*>(sender()); in remoteDirectoryCleaned()
[all …]
/dports/net/rospo/rospo-0.7.1/pkg/sshc/
H A Dssh_connection.go30 type SshConnection struct { struct
57 func NewSshConnection(conf *SshClientConf) *SshConnection {
68 c := &SshConnection{
89 func (s *SshConnection) Stop() { argument
104 func (s *SshConnection) Start() { argument
129 func (s *SshConnection) GetConnectionStatus() string { argument
136 func (s *SshConnection) GrabPubKey() { argument
145 func (s *SshConnection) keepAlive() { argument
157 func (s *SshConnection) connect() error { argument
258 func (s *SshConnection) jumpHostConnect( argument
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/auto/ssh/
H A Dtst_ssh.cpp117 bool waitForConnection(SshConnection &connection);
163 SshConnection connection(params); in errorHandling()
169 QObject::connect(&connection, &SshConnection::disconnected, in errorHandling()
171 QObject::connect(&connection, &SshConnection::dataAvailable, in errorHandling()
190 QSsh::SshConnection connection((SshConnectionParameters())); in pristineConnectionObject()
191 QCOMPARE(connection.state(), SshConnection::Unconnected); in pristineConnectionObject()
282 SshConnection connection(params); in remoteProcessChannels()
321 SshConnection connection(params); in remoteProcessInput()
365 SshConnection connection(params); in sftp()
619 QCOMPARE(connection.state(), SshConnection::Unconnected); in sftp()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/remotelinux/
H A Dabstractremotelinuxdeployservice.cpp60 SshConnection *connection = nullptr;
93 SshConnection *AbstractRemoteLinuxDeployService::connection() const in connection()
198 connect(d->connection, &SshConnection::errorOccurred, in handleDeviceSetupDone()
200 if (d->connection->state() == SshConnection::Connected) { in handleDeviceSetupDone()
203 connect(d->connection, &SshConnection::connected, in handleDeviceSetupDone()
208 if (d->connection->state() == SshConnection::Unconnected) in handleDeviceSetupDone()
H A Dpackageuploader.h35 class SshConnection; variable
49 void uploadPackage(QSsh::SshConnection *connection,
65 QSsh::SshConnection *m_connection;
H A Drsyncdeploystep.h31 namespace QSsh { class SshConnection; } variable
55 static RsyncCommandLine rsyncCommand(const QSsh::SshConnection &sshConnection,
H A Dpackageuploader.cpp44 void PackageUploader::uploadPackage(SshConnection *connection, in uploadPackage()
53 connect(m_connection, &SshConnection::errorOccurred, in uploadPackage()
H A Dabstractremotelinuxdeployservice.h35 namespace QSsh { class SshConnection; } variable
93 QSsh::SshConnection *connection() const;
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/manual/ssh/shell/
H A Dshell.cpp41 m_connection(new SshConnection(parameters)), in Shell()
44 connect(m_connection, &SshConnection::connected, this, &Shell::handleConnected); in Shell()
45 connect(m_connection, &SshConnection::dataAvailable, this, &Shell::handleShellMessage); in Shell()
46 connect(m_connection, &SshConnection::errorOccurred, this, &Shell::handleConnectionError); in Shell()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/projectexplorer/devicesupport/
H A Dsshdeviceprocess.cpp54 QSsh::SshConnection *connection = nullptr;
100 connect(d->connection, &QSsh::SshConnection::errorOccurred, in start()
102 connect(d->connection, &QSsh::SshConnection::disconnected, in start()
104 if (d->connection->state() == QSsh::SshConnection::Connected) { in start()
107 connect(d->connection, &QSsh::SshConnection::connected, in start()
109 if (d->connection->state() == QSsh::SshConnection::Unconnected) in start()
/dports/net/rospo/rospo-0.7.1/pkg/web/api/root/
H A Droot.go15 sshConn *sshc.SshConnection
19 func Routes(info *Info, sshConn *sshc.SshConnection, router *gin.RouterGroup) { argument

123