Home
last modified time | relevance | path

Searched refs:isWorkflowKilled (Results 1 – 4 of 4) sorted by relevance

/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/test/qt/workflows/context/
H A Dtest_WorkflowContext.cpp225 QVERIFY(!mContext->isWorkflowKilled()); in test_WorkflowKilled()
229 QVERIFY(mContext->isWorkflowKilled()); in test_WorkflowKilled()
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/src/workflows/base/context/
H A DWorkflowContext.h89 [[nodiscard]] bool isWorkflowKilled() const;
H A DWorkflowContext.cpp112 bool WorkflowContext::isWorkflowKilled() const in isWorkflowKilled() function in WorkflowContext
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/test/qt/core/
H A Dtest_AppController.cpp160 QVERIFY(mController->mActiveController->getContext()->isWorkflowKilled()); in test_DoShutdownActiveController()