Home
last modified time | relevance | path

Searched defs:AddWindow (Results 1 – 5 of 5) sorted by relevance

/foundation/distributedhardware/distributedscreen/services/screenclient/src/
Dscreen_client.cpp45 int32_t ScreenClient::AddWindow(std::shared_ptr<WindowProperty> windowProperty) in AddWindow() function in OHOS::DistributedHardware::ScreenClient
/foundation/windowmanager/wm/src/
Dwindow_adapter.cpp52 WMError WindowAdapter::AddWindow(sptr<WindowProperty>& windowProperty) in AddWindow() function in OHOS::Rosen::WindowAdapter
/foundation/windowmanager/wmserver/src/
Dwindow_manager_service.cpp128 WMError WindowManagerService::AddWindow(sptr<WindowProperty>& property) in AddWindow() function in OHOS::Rosen::WindowManagerService
/foundation/windowmanager/wmserver/src/zidl/
Dwindow_manager_proxy.cpp61 WMError WindowManagerProxy::AddWindow(sptr<WindowProperty>& property) in AddWindow() function in OHOS::Rosen::WindowManagerProxy
/foundation/graphic/standard/frameworks/wmserver/src/
Dwmserver.c491 static bool AddWindow(struct WindowSurface *windowSurface) in AddWindow() function