Home
last modified time | relevance | path

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

/dports/sysutils/signon-qt5/signond-07d45498ad374d9e8e4ff6a886f4b4bb850c0cb5/tests/libsignon-qt-tests/
H A Dtestauthsession.cpp44 TestAuthSession::TestAuthSession(SignOnUI *signOnUI, QObject *parent): in TestAuthSession() function in TestAuthSession
50 void TestAuthSession::initTestCase() in initTestCase()
55 void TestAuthSession::cleanupTestCase() in cleanupTestCase()
60 void TestAuthSession::sessionData() in sessionData()
524 void TestAuthSession::process_after_timeout() in process_after_timeout()
568 void TestAuthSession::cancel_immediately() in cancel_immediately()
617 void TestAuthSession::cancel_with_delay() in cancel_with_delay()
746 void TestAuthSession::multi_thread_test() in multi_thread_test()
758 void TestAuthSession::cancel() in cancel()
822 void TestAuthSession::processUi_and_cancel() in processUi_and_cancel()
[all …]
H A Dtestauthsession.h57 class TestAuthSession: public QObject
62 TestAuthSession(SignOnUI *signOnUi, QObject *parent = 0);
H A Dssotestclient.cpp1670 TestAuthSession testAuthSession(&signOnUI); in main()
/dports/sysutils/signon-qt5/signond-07d45498ad374d9e8e4ff6a886f4b4bb850c0cb5/src/signond/
H A Dpluginproxy.h62 friend class TestAuthSession; variable