Lines Matching refs:DisplayId
33 using DisplayStateChangeListener = std::function<void(DisplayId, sptr<DisplayInfo>,
34 const std::map<DisplayId, sptr<DisplayInfo>>&, DisplayStateChangeType)>;
44 std::shared_ptr<Media::PixelMap> GetScreenSnapshot(DisplayId displayId);
45 sptr<AbstractDisplay> GetAbstractDisplay(DisplayId displayId) const;
47 std::vector<DisplayId> GetAllDisplayIds() const;
48 void SetFreeze(std::vector<DisplayId> displayIds, bool isFreeze);
63 std::map<DisplayId, sptr<DisplayInfo>> GetAllDisplayInfoOfGroup(sptr<DisplayInfo> info);
64 DisplayId ProcessNormalScreenDisconnected(
66 DisplayId ProcessExpandScreenDisconnected(
71 DisplayId GetDefaultDisplayId();
74 std::atomic<DisplayId> displayCount_ { 0 };
76 std::map<DisplayId, sptr<AbstractDisplay>> abstractDisplayMap_;