Searched refs:ScreenClientWindowAdapter (Results 1 - 4 of 4) sorted by relevance
/foundation/distributedhardware/distributed_screen/services/screenclient/test/unittest/src/ |
H A D | screen_client_window_adapter_test.cpp | 49 EXPECT_EQ(nullptr, ScreenClientWindowAdapter::GetInstance().CreateWindow(windowProperty_, 0)); in HWTEST_F() 61 sptr<Surface> actualSurface = ScreenClientWindowAdapter::GetInstance().CreateWindow(windowProperty_, windowId); in HWTEST_F() 63 int32_t ret = ScreenClientWindowAdapter::GetInstance().RemoveWindow(windowId); in HWTEST_F() 75 int32_t ret = ScreenClientWindowAdapter::GetInstance().ShowWindow(100); in HWTEST_F() 88 ScreenClientWindowAdapter::GetInstance().CreateWindow(windowProperty_, windowId); in HWTEST_F() 89 int32_t ret = ScreenClientWindowAdapter::GetInstance().ShowWindow(windowId); in HWTEST_F() 91 ret = ScreenClientWindowAdapter::GetInstance().RemoveWindow(windowId); in HWTEST_F() 104 ScreenClientWindowAdapter::GetInstance().windowIdMap_.emplace(windowId, nullptr); in HWTEST_F() 105 int32_t ret = ScreenClientWindowAdapter::GetInstance().ShowWindow(windowId); in HWTEST_F() 107 ret = ScreenClientWindowAdapter in HWTEST_F() [all...] |
/foundation/distributedhardware/distributed_screen/services/screenclient/include/ |
H A D | screen_client_window_adapter.h | 38 class ScreenClientWindowAdapter { class 39 DECLARE_SINGLE_INSTANCE_BASE(ScreenClientWindowAdapter); 48 ScreenClientWindowAdapter() = default; 49 ~ScreenClientWindowAdapter() = default;
|
/foundation/distributedhardware/distributed_screen/services/screenclient/src/ |
H A D | screen_client.cpp | 32 sptr<Surface> surface = ScreenClientWindowAdapter::GetInstance().CreateWindow(windowProperty, windowId); in AddWindow() 55 int32_t ret = ScreenClientWindowAdapter::GetInstance().ShowWindow(windowId); in ShowWindow() 74 int32_t ret = ScreenClientWindowAdapter::GetInstance().HideWindow(windowId); in HideWindow() 93 int32_t ret = ScreenClientWindowAdapter::GetInstance().MoveWindow(windowId, startX, startY); in MoveWindow() 129 int32_t ret = ScreenClientWindowAdapter::GetInstance().RemoveWindow(windowId); in RemoveWindow() 141 int32_t ret = ScreenClientWindowAdapter::GetInstance().DestroyAllWindow(); in DestroyAllWindow()
|
H A D | screen_client_window_adapter.cpp | 29 IMPLEMENT_SINGLE_INSTANCE(ScreenClientWindowAdapter); 30 sptr<Surface> ScreenClientWindowAdapter::CreateWindow(std::shared_ptr<WindowProperty> &windowProperty, in CreateWindow() 81 int32_t ScreenClientWindowAdapter::ShowWindow(int32_t windowId) in ShowWindow() 105 int32_t ScreenClientWindowAdapter::HideWindow(int32_t windowId) in HideWindow() 129 int32_t ScreenClientWindowAdapter::MoveWindow(int32_t windowId, int32_t startX, int32_t startY) in MoveWindow() 153 int32_t ScreenClientWindowAdapter::RemoveWindow(int32_t windowId) in RemoveWindow() 182 int32_t ScreenClientWindowAdapter::DestroyAllWindow() in DestroyAllWindow()
|
Completed in 4 milliseconds