Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_screen/screenhandler/src/
H A Ddscreen_handler.cpp85 if (!screen->IsReal()) { in OnConnect()
147 if (!screen->IsReal()) { in Query()
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/dm/
H A Dscreen.h114 bool IsReal() const;
/ohos5.0/foundation/window/window_manager/dm/test/unittest/
H A Dscreen_test.cpp82 ASSERT_EQ(screen_->IsReal(), true);
91 ASSERT_EQ(screen_->IsReal(), true);
/ohos5.0/foundation/window/window_manager/dm/src/
H A Dscreen.cpp118 bool Screen::IsReal() const in IsReal() function in OHOS::Rosen::Screen
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screendemo/
H A Dtest.cpp66 if (!screen->IsReal() && screen->GetWidth() > 0) { in QueryRemoteScreenInfo()
/ohos5.0/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_drawing.cpp1353 if ((screen != nullptr) && (!screen->IsReal())) { in CreateWindow()