Home
last modified time | relevance | path

Searched refs:operationFinished (Results 1 – 19 of 19) sorted by relevance

/dports/net-p2p/libktorrent/libktorrent-21.12.3/src/util/
H A Dwaitjob.cpp38 connect(op, &ExitOperation::operationFinished, this, &WaitJob::operationFinished); in addExitOperation()
46 void WaitJob::operationFinished(ExitOperation *op) in operationFinished() function in bt::WaitJob
H A Dwaitjob.h58 void operationFinished(ExitOperation *op);
/dports/net-p2p/libktorrent/libktorrent-21.12.3/src/upnp/
H A Dhttprequest.cpp42 operationFinished(this); in HTTPRequest()
61 operationFinished(this); in replyFinished()
68 operationFinished(this); in replyFinished()
/dports/net-im/ktp-common-internals/ktp-common-internals-21.12.3/KTp/Logger/
H A Dpending-logger-search-impl.cpp40 this, SLOT(operationFinished(KTp::PendingLoggerOperation*))); in PendingLoggerSearchImpl()
49 void PendingLoggerSearchImpl::operationFinished(KTp::PendingLoggerOperation *op) in operationFinished() function in PendingLoggerSearchImpl
H A Dpending-logger-entities-impl.cpp44 this, SLOT(operationFinished(KTp::PendingLoggerOperation*))); in PendingLoggerEntitiesImpl()
53 void PendingLoggerEntitiesImpl::operationFinished(KTp::PendingLoggerOperation* op) in operationFinished() function in PendingLoggerEntitiesImpl
H A Dpending-logger-logs-impl.cpp46 this, SLOT(operationFinished(KTp::PendingLoggerOperation*))); in PendingLoggerLogsImpl()
56 void PendingLoggerLogsImpl::operationFinished(KTp::PendingLoggerOperation *op) in operationFinished() function in PendingLoggerLogsImpl
H A Dpending-logger-dates-impl.cpp45 this, SLOT(operationFinished(KTp::PendingLoggerOperation*))); in PendingLoggerDatesImpl()
54 void PendingLoggerDatesImpl::operationFinished(KTp::PendingLoggerOperation *op) in operationFinished() function in PendingLoggerDatesImpl
H A Dpending-logger-entities-impl.h35 void operationFinished(KTp::PendingLoggerOperation *op);
H A Dpending-logger-search-impl.h39 void operationFinished(KTp::PendingLoggerOperation *operation);
H A Dpending-logger-dates-impl.h36 void operationFinished(KTp::PendingLoggerOperation *op);
H A Dpending-logger-logs-impl.h37 void operationFinished(KTp::PendingLoggerOperation *op);
/dports/net-p2p/libktorrent/libktorrent-21.12.3/src/interfaces/
H A Dexitoperation.cpp29 operationFinished(this);
H A Dexitoperation.h37 void operationFinished(ExitOperation *opt);
/dports/mail/thunderbird/thunderbird-91.8.0/comm/ldap/xpcom/src/
H A DnsLDAPConnection.cpp646 bool operationFinished = true; in NS_IMPL_ISUPPORTS() local
695 operationFinished = false; in NS_IMPL_ISUPPORTS()
758 operationFinished); in NS_IMPL_ISUPPORTS()
767 if (!operationFinished) { in NS_IMPL_ISUPPORTS()
/dports/editors/ghostwriter/ghostwriter-1.8.1/src/
H A DDocumentManager.h132 void operationFinished();
H A DDocumentManager.cpp414 connect(&exportDialog, SIGNAL(exportComplete()), this, SIGNAL(operationFinished())); in exportFile()
684 emit operationFinished(); in loadFile()
H A DMainWindow.cpp260 connect(documentManager, SIGNAL(operationFinished()), this, SLOT(onOperationFinished())); in MainWindow()
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/src/modules/bulk-operations/
H A Dbulkoperationsmanager.h65 void operationFinished();
H A Dbulkoperationsmanager.cpp127 emit operationFinished(); in requestBulkOperation()