Home
last modified time | relevance | path

Searched refs:suspendJob (Results 1 – 11 of 11) sorted by relevance

/dports/sysutils/plasma5-powerdevil/powerdevil-5.23.5/daemon/actions/bundled/
H A Dsuspendsession.cpp133 KJob *suspendJob = nullptr; in triggerImpl() local
137 suspendJob = backend()->suspend(m_suspendThenHibernateEnabled in triggerImpl()
142 suspendJob = backend()->suspend(PowerDevil::BackendInterface::ToDisk); in triggerImpl()
146 suspendJob = backend()->suspend(PowerDevil::BackendInterface::HybridSuspend); in triggerImpl()
166 if (suspendJob) { in triggerImpl()
168 suspendJob->start(); in triggerImpl()
/dports/comms/hylafax/hylafax-6.0.7/faxd/
H A DfaxQueueApp.h219 bool suspendJob(const fxStr& jobid, bool abortActive);
238 bool suspendJob(Job& job, bool abortActive);
H A DfaxQueueApp.c++2216 faxQueueApp::suspendJob(Job& job, bool abortActive) in suspendJob() function in faxQueueApp
2280 faxQueueApp::suspendJob(const fxStr& jobid, bool abortActive) in suspendJob() function in faxQueueApp
2283 if (job && suspendJob(*job, abortActive)) { in suspendJob()
2308 if (job && suspendJob(*job, true)) { in terminateJob()
3083 if (status = suspendJob(args, false)) in FIFOMessage()
3088 if (status = suspendJob(args, true)) in FIFOMessage()
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/libnotificationmanager/
H A Dnotifications.h486 Q_INVOKABLE void suspendJob(const QModelIndex &idx);
H A Dnotifications.cpp753 void Notifications::suspendJob(const QModelIndex &idx) in suspendJob() function in Notifications
/dports/comms/hylafax/hylafax-6.0.7/hfaxd/
H A DHylaFAXServer.h579 void suspendJob(const char* jobid);
H A DParser.c++652 suspendJob(s); in cmd()
H A DJobs.c++1465 HylaFAXServer::suspendJob(const char* jobid) in suspendJob() function in HylaFAXServer
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/applets/notifications/package/contents/ui/
H A DFullRepresentation.qml513 … onSuspendJobClicked: historyModel.suspendJob(historyModel.index(index, 0))
/dports/net-mgmt/observium/observium/mibs/xerox/
H A DXEROX-JOB-MONITORING-EXT-MIB121 suspendJob(8), -- Section 4.3.1 [IPP-ADMIN]
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/applets/notifications/package/contents/ui/global/
H A DGlobals.qml589 … onSuspendJobClicked: popupNotificationsModel.suspendJob(popupNotificationsModel.index(index, 0))