Searched refs:takeRunnable (Results 1 – 4 of 4) sorted by relevance
60 std::shared_ptr<EncryptEMailTask> takeRunnable(GpgME::Protocol proto);208 if (const std::shared_ptr<EncryptEMailTask> t = takeRunnable(CMS)) { in schedule()214 if (const std::shared_ptr<EncryptEMailTask> t = takeRunnable(OpenPGP)) { in schedule()226 std::shared_ptr<EncryptEMailTask> EncryptEMailController::Private::takeRunnable(GpgME::Protocol pro… in takeRunnable() function in EncryptEMailController::Private
59 std::shared_ptr<SignEMailTask> takeRunnable(GpgME::Protocol proto); // ### extract to base229 if (const std::shared_ptr<SignEMailTask> t = takeRunnable(CMS)) { in schedule()235 if (const std::shared_ptr<SignEMailTask> t = takeRunnable(OpenPGP)) { in schedule()254 std::shared_ptr<SignEMailTask> SignEMailController::Private::takeRunnable(GpgME::Protocol proto) in takeRunnable() function in SignEMailController::Private
243 std::shared_ptr<Task> takeRunnable(GpgME::Protocol proto);535 if (const std::shared_ptr<Task> t = takeRunnable(CMS)) { in schedule()541 if (const std::shared_ptr<Task> t = takeRunnable(OpenPGP)) { in schedule()553 std::shared_ptr<Task> NewSignEncryptEMailController::Private::takeRunnable(GpgME::Protocol proto) in takeRunnable() function in NewSignEncryptEMailController::Private
72 std::shared_ptr<SignEncryptTask> takeRunnable(GpgME::Protocol proto);601 if (const std::shared_ptr<SignEncryptTask> t = takeRunnable(CMS)) { in schedule()607 if (const std::shared_ptr<SignEncryptTask> t = takeRunnable(OpenPGP)) { in schedule()618 std::shared_ptr<SignEncryptTask> SignEncryptFilesController::Private::takeRunnable(GpgME::Protocol … in takeRunnable() function in SignEncryptFilesController::Private