Home
last modified time | relevance | path

Searched refs:DisplayLite (Results 1 - 5 of 5) sorted by relevance

/foundation/window/window_manager/interfaces/innerkits/dm_lite/
H A Ddisplay_lite.h27 class DisplayLite : public RefBase { class
30 ~DisplayLite();
31 DisplayLite(const DisplayLite&) = delete;
32 DisplayLite(DisplayLite&&) = delete;
33 DisplayLite& operator=(const DisplayLite&) = delete;
34 DisplayLite& operator=(DisplayLite
[all...]
H A Ddisplay_manager_lite.h123 sptr<DisplayLite> GetDefaultDisplay();
159 sptr<DisplayLite> GetDisplayById(DisplayId displayId);
/foundation/window/window_manager/dm_lite/test/unittest/
H A Ddisplay_lite_test.cpp61 sptr<DisplayLite> display = new DisplayLite("", displayInfo); in HWTEST_F()
74 GTEST_LOG_(INFO) << "DisplayLite::UpdateDisplayInfo start"; in HWTEST_F()
76 sptr<DisplayLite> display = new DisplayLite("", displayInfo); in HWTEST_F()
79 GTEST_LOG_(INFO) << "DisplayLite::UpdateDisplayInfo end"; in HWTEST_F()
90 GTEST_LOG_(INFO) << "DisplayLite::UpdateDisplayInfo start"; in HWTEST_F()
92 sptr<DisplayLite> display = new DisplayLite("", displayInfo); in HWTEST_F()
95 GTEST_LOG_(INFO) << "DisplayLite in HWTEST_F()
[all...]
/foundation/window/window_manager/dm_lite/src/
H A Ddisplay_lite.cpp30 constexpr HiviewDFX::HiLogLabel LABEL = {LOG_CORE, HILOG_DOMAIN_DISPLAY, "DisplayLite"};
32 class DisplayLite::Impl : public RefBase {
44 DisplayLite::DisplayLite(const std::string& name, sptr<DisplayInfo> info) in DisplayLite() function in OHOS::Rosen::DisplayLite
49 DisplayLite::~DisplayLite() in ~DisplayLite()
53 DisplayId DisplayLite::GetId() const in GetId()
62 sptr<DisplayInfo> DisplayLite::GetDisplayInfo() const in GetDisplayInfo()
72 int32_t DisplayLite::GetWidth() const in GetWidth()
82 int32_t DisplayLite
[all...]
H A Ddisplay_manager_lite.cpp38 sptr<DisplayLite> GetDefaultDisplay();
51 sptr<DisplayLite> GetDisplayById(DisplayId displayId);
70 std::map<DisplayId, sptr<DisplayLite>> displayMap_;
329 sptr<DisplayLite> display = new DisplayLite("", displayInfo); in UpdateDisplayInfoLocked()
482 sptr<DisplayLite> DisplayManagerLite::GetDefaultDisplay() in GetDefaultDisplay()
487 sptr<DisplayLite> DisplayManagerLite::Impl::GetDefaultDisplay() in GetDefaultDisplay()
544 sptr<DisplayLite> DisplayManagerLite::Impl::GetDisplayById(DisplayId displayId) in GetDisplayById()
556 sptr<DisplayLite> DisplayManagerLite::GetDisplayById(DisplayId displayId) in GetDisplayById()

Completed in 3 milliseconds