Home
last modified time | relevance | path

Searched defs:WindowProperty (Results 1 – 4 of 4) sorted by relevance

/foundation/distributedhardware/distributed_screen/services/screenclient/include/
Dscreen_client_common.h21 struct WindowProperty { struct
22 int32_t type;
23 uint64_t displayId;
24 int32_t startX;
25 int32_t startY;
26 uint32_t width;
27 uint32_t height;
/foundation/CastEngine/castengine_wifi_display/services/common/
Devent_comm.h191 struct WindowProperty { struct
192 using Ptr = std::shared_ptr<WindowProperty>; argument
207 WindowProperty::Ptr windowProperty = nullptr; argument
/foundation/CastEngine/castengine_cast_framework/interfaces/inner_api/include/
Dcast_engine_common.h241 struct EXPORT WindowProperty { struct
253 WindowProperty windowProperty; argument
/foundation/window/window_manager/utils/src/
Dwindow_property.cpp26 WindowProperty::WindowProperty(const sptr<WindowProperty>& property) in WindowProperty() function in OHOS::Rosen::WindowProperty