Home
last modified time | relevance | path

Searched refs:ScreenDevice (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/dock/
H A Dscreen_device.h88 class ScreenDevice : public HeapBase {
93 ScreenDevice() {} in ScreenDevice() function
98 virtual ~ScreenDevice() {} in ~ScreenDevice()
H A Dscreen_device_proxy.h36 void SetDevice(ScreenDevice* device) in SetDevice()
207 ScreenDevice* device_ = nullptr;
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/
H A Dbasic_tdd_test.h64 static ScreenDevice *display_;
H A Dbasic_tdd_test.cpp36 ScreenDevice *BasicTddTest::display_ = nullptr;
52 display_ = new ScreenDevice(); in SetUpTestCase()
/ohos5.0/foundation/arkui/ui_lite/test/unittest/common/
H A Dhardware_acceleration_unit_test.cpp34 class TestDevice : public ScreenDevice {
/ohos5.0/foundation/ability/ability_lite/frameworks/ability_lite/src/
H A Dability_thread.cpp122 auto screenDevice = new ScreenDevice(); in InitUITaskEnv()