Searched defs:DisplayInfo (Results 1 – 9 of 9) sorted by relevance
341 struct DisplayInfo { struct347 int32_t id;354 int32_t x;361 int32_t y;369 int32_t width;377 int32_t height;384 int32_t dpi;391 std::string name;398 std::string uniq;405 Direction direction;[all …]
29 struct DisplayInfo { struct
24 class DisplayInfo; variable
60 const std::map<DisplayId, sptr<DisplayInfo>>&, DisplayStateChangeType) {}); in SetUp()522 const std::map<DisplayId, sptr<DisplayInfo>>&, DisplayStateChangeType) {}); in __anon7113f5c00302()
37 void OnDisplayCreate(sptr<DisplayInfo>) override {}; in OnDisplayCreate()39 void OnDisplayChange(const sptr<DisplayInfo>, DisplayChangeEvent) override {}; in OnDisplayChange()
43 DisplayInfo, enumerator
278 } DisplayInfo; typedef