Searched refs:GUIThread (Results 1 – 5 of 5) sorted by relevance
19 GUIThread::GUIThread(QObject* parent) : QThread(parent) in GUIThread() function in OHOS::GUIThread24 GUIThread::~GUIThread() in ~GUIThread()29 void GUIThread::run() in run()36 void GUIThread::Quit() in Quit()
25 class GUIThread : public QThread {28 explicit GUIThread(QObject* parent);29 virtual ~GUIThread();
45 guiThread_ = new GUIThread(nullptr); in CreateGUIThread()
70 GUIThread* guiThread_;
54 guiThread_ = new GUIThread(nullptr); in CreateGUIThread()