Home
last modified time | relevance | path

Searched refs:MoveWindow (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenclient/test/unittest/src/
H A Dscreen_client_test.cpp153 int32_t ret = ScreenClient::GetInstance().MoveWindow(0, 0, 0);
167 int32_t ret = ScreenClient::GetInstance().MoveWindow(windowId, 0, 0);
183 int32_t ret = ScreenClient::GetInstance().MoveWindow(windowId, 0, 0);
H A Dscreen_client_window_adapter_test.cpp155 int32_t ret = ScreenClientWindowAdapter::GetInstance().MoveWindow(0, 0, 0);
170 int32_t ret = ScreenClientWindowAdapter::GetInstance().MoveWindow(windowId, 0, 0);
186 int32_t ret = ScreenClientWindowAdapter::GetInstance().MoveWindow(windowId, 0, 0);
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenclient/src/
H A Dscreen_client.cpp83 int32_t ScreenClient::MoveWindow(int32_t windowId, int32_t startX, int32_t startY) in MoveWindow() function in OHOS::DistributedHardware::ScreenClient
93 int32_t ret = ScreenClientWindowAdapter::GetInstance().MoveWindow(windowId, startX, startY); in MoveWindow()
H A Dscreen_client_window_adapter.cpp129 int32_t ScreenClientWindowAdapter::MoveWindow(int32_t windowId, int32_t startX, int32_t startY) in MoveWindow() function in OHOS::DistributedHardware::ScreenClientWindowAdapter
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenclient/include/
H A Dscreen_client.h41 int32_t MoveWindow(int32_t windowId, int32_t startX, int32_t startY);
H A Dscreen_client_window_adapter.h44 int32_t MoveWindow(int32_t windowId, int32_t startX, int32_t startY);