Home
last modified time | relevance | path

Searched refs:GUIThread (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/tools/qt/simulator/drivers/display/
H A Dgui_thread.cpp19 GUIThread::GUIThread(QObject* parent) : QThread(parent) in GUIThread() function in OHOS::GUIThread
24 GUIThread::~GUIThread() in ~GUIThread()
29 void GUIThread::run() in run()
36 void GUIThread::Quit() in Quit()
H A Dgui_thread.h25 class GUIThread : public QThread {
28 explicit GUIThread(QObject* parent);
29 virtual ~GUIThread();
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/entry/
H A Dmain_widget.cpp45 guiThread_ = new GUIThread(nullptr); in CreateGUIThread()
/ohos5.0/foundation/arkui/ui_lite/tools/qt/simulator/uitest/
H A Dmain_widget.h70 GUIThread* guiThread_;
H A Dmain_widget.cpp54 guiThread_ = new GUIThread(nullptr); in CreateGUIThread()