Searched refs:MoveWindow (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenclient/test/unittest/src/ |
H A D | screen_client_test.cpp | 153 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 D | screen_client_window_adapter_test.cpp | 155 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 D | screen_client.cpp | 83 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 D | screen_client_window_adapter.cpp | 129 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 D | screen_client.h | 41 int32_t MoveWindow(int32_t windowId, int32_t startX, int32_t startY);
|
H A D | screen_client_window_adapter.h | 44 int32_t MoveWindow(int32_t windowId, int32_t startX, int32_t startY);
|