Home
last modified time | relevance | path

Searched refs:RemoveWindow (Results 1 - 25 of 38) sorted by relevance

12

/foundation/distributedhardware/distributed_screen/services/screenclient/test/unittest/src/
H A Dscreen_client_test.cpp62 int32_t ret = ScreenClient::GetInstance().RemoveWindow(expectId); in HWTEST_F()
89 ret = ScreenClient::GetInstance().RemoveWindow(windowId); in HWTEST_F()
105 ret = ScreenClient::GetInstance().RemoveWindow(windowId); in HWTEST_F()
132 ret = ScreenClient::GetInstance().RemoveWindow(windowId); in HWTEST_F()
148 ret = ScreenClient::GetInstance().RemoveWindow(windowId); in HWTEST_F()
175 ret = ScreenClient::GetInstance().RemoveWindow(windowId); in HWTEST_F()
191 ret = ScreenClient::GetInstance().RemoveWindow(windowId); in HWTEST_F()
197 * @tc.desc: Verify the RemoveWindow function.
203 int32_t ret = ScreenClient::GetInstance().RemoveWindow(0); in HWTEST_F()
209 * @tc.desc: Verify the RemoveWindow functio
[all...]
H A Dscreen_client_window_adapter_test.cpp63 int32_t ret = ScreenClientWindowAdapter::GetInstance().RemoveWindow(windowId); in HWTEST_F()
91 ret = ScreenClientWindowAdapter::GetInstance().RemoveWindow(windowId); in HWTEST_F()
107 ret = ScreenClientWindowAdapter::GetInstance().RemoveWindow(windowId); in HWTEST_F()
134 ret = ScreenClientWindowAdapter::GetInstance().RemoveWindow(windowId); in HWTEST_F()
150 ret = ScreenClientWindowAdapter::GetInstance().RemoveWindow(windowId); in HWTEST_F()
178 ret = ScreenClientWindowAdapter::GetInstance().RemoveWindow(windowId); in HWTEST_F()
194 ret = ScreenClientWindowAdapter::GetInstance().RemoveWindow(windowId); in HWTEST_F()
200 * @tc.desc: Verify the RemoveWindow function.
206 int32_t ret = ScreenClientWindowAdapter::GetInstance().RemoveWindow(0); in HWTEST_F()
212 * @tc.desc: Verify the RemoveWindow functio
[all...]
/foundation/window/window_manager_lite/frameworks/wms/
H A Dlite_proxy_windows_manager.cpp44 void LiteProxyWindowsManager::RemoveWindow(IWindow* win) in RemoveWindow() function in OHOS::LiteProxyWindowsManager
49 LiteWMRequestor::GetInstance()->RemoveWindow(id); in RemoveWindow()
H A Dlite_proxy_windows_manager.h31 void RemoveWindow(IWindow* win) override;
H A Dlite_wm_requestor.h39 void RemoveWindow(int32_t id);
H A Dlite_wm_requestor.cpp150 void LiteWMRequestor::RemoveWindow(int32_t id) in RemoveWindow() function in OHOS::LiteWMRequestor
159 GRAPHIC_LOGE("RemoveWindow failed, ret=%d", ret); in RemoveWindow()
/foundation/window/window_manager_lite/interfaces/innerkits/
H A Diwindows_manager.h55 virtual void RemoveWindow(IWindow* win) = 0;
/foundation/distributedhardware/distributed_screen/services/screenclient/include/
H A Dscreen_client.h42 int32_t RemoveWindow(int32_t windowId);
H A Dscreen_client_window_adapter.h45 int32_t RemoveWindow(int32_t windowId);
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/1.0/src/
H A Dscreenregion.cpp187 (void)ScreenClient::GetInstance().RemoveWindow(windowId_); in Stop()
191 int32_t ret = ScreenClient::GetInstance().RemoveWindow(windowId_); in Stop()
/foundation/distributedhardware/distributed_screen/services/screenclient/src/
H A Dscreen_client.cpp118 int32_t ScreenClient::RemoveWindow(int32_t windowId) in RemoveWindow() function in OHOS::DistributedHardware::ScreenClient
129 int32_t ret = ScreenClientWindowAdapter::GetInstance().RemoveWindow(windowId); in RemoveWindow()
H A Dscreen_client_window_adapter.cpp153 int32_t ScreenClientWindowAdapter::RemoveWindow(int32_t windowId) in RemoveWindow() function in OHOS::DistributedHardware::ScreenClientWindowAdapter
/foundation/window/window_manager_lite/services/wms/
H A Dlite_wms.h50 static void RemoveWindow(IpcIo* req, IpcIo* reply);
H A Dlite_wms.cpp62 LiteWMS::GetInstance()->RemoveWindow(req, reply); in WMSRequestHandle()
201 void LiteWMS::RemoveWindow(IpcIo* req, IpcIo* reply) in RemoveWindow() function in OHOS::LiteWMS
203 GRAPHIC_LOGI("RemoveWindow"); in RemoveWindow()
206 LiteWM::GetInstance()->RemoveWindow(id); in RemoveWindow()
H A Dlite_wm.h77 void RemoveWindow(int32_t id);
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/src/
H A Dscreenregion.cpp75 ScreenClient::GetInstance().RemoveWindow(windowId_); in Release()
111 (void)ScreenClient::GetInstance().RemoveWindow(windowId_); in StartReceiverEngine()
123 int32_t ret = ScreenClient::GetInstance().RemoveWindow(windowId_); in StopReceiverEngine()
/foundation/window/window_manager/test/common/mock/
H A Dmock_window_adapter.h29 MOCK_METHOD2(RemoveWindow, WMError(uint32_t windowId, bool isFromInnerkits));
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_impl_test.cpp549 EXPECT_CALL(m->Mock(), RemoveWindow(_, _)).Times(1).WillOnce(Return(WMError::WM_OK)); in HWTEST_F()
612 EXPECT_CALL(m->Mock(), RemoveWindow(_, _)).Times(1).WillOnce(Return(WMError::WM_ERROR_SAMGR)); in HWTEST_F()
634 EXPECT_CALL(m->Mock(), RemoveWindow(_, _)).Times(1).WillOnce(Return(WMError::WM_ERROR_IPC_FAILED)); in HWTEST_F()
656 EXPECT_CALL(m->Mock(), RemoveWindow(_, _)).Times(1).WillOnce(Return(WMError::WM_OK)); in HWTEST_F()
705 EXPECT_CALL(m->Mock(), RemoveWindow(_, _)).Times(1).WillOnce(Return(WMError::WM_OK)); in HWTEST_F()
748 EXPECT_CALL(m->Mock(), RemoveWindow(_, _)).Times(1).WillOnce(Return(WMError::WM_OK)); in HWTEST_F()
776 EXPECT_CALL(m->Mock(), RemoveWindow(_, _)).Times(1).WillOnce(Return(WMError::WM_OK)); in HWTEST_F()
804 EXPECT_CALL(m->Mock(), RemoveWindow(_, _)).Times(1).WillOnce(Return(WMError::WM_OK)); in HWTEST_F()
833 EXPECT_CALL(m->Mock(), RemoveWindow(_, _)).Times(1).WillOnce(Return(WMError::WM_OK)); in HWTEST_F()
861 EXPECT_CALL(m->Mock(), RemoveWindow( in HWTEST_F()
[all...]
H A Dwindow_adapter_test.cpp75 * @tc.name: RemoveWindow
76 * @tc.desc: WindowAdapter/RemoveWindow
79 HWTEST_F(WindowAdapterTest, RemoveWindow, Function | SmallTest | Level2) in HWTEST_F()
85 windowAdapter.RemoveWindow(windowId, isFromInnerkits); in HWTEST_F()
/foundation/arkui/ui_lite/frameworks/window/
H A Dwindow_impl.cpp49 IWindowsManager::GetInstance()->RemoveWindow(iWindow_); in Destroy()
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_manager_stub_impl.h35 WMError RemoveWindow(uint32_t windowId, bool isFromInnerkits) in RemoveWindow() function in OHOS::Rosen::WindowManagerStubImpl
H A Dwindow_manager_service_test.cpp1134 * @tc.name: RemoveWindow
1135 * @tc.desc: RemoveWindow test
1138 HWTEST_F(WindowManagerServiceTest, RemoveWindow, Function | SmallTest | Level2) in HWTEST_F()
1145 WMError res = wms->RemoveWindow(appNode->GetWindowId(), isFromInnerkits); in HWTEST_F()
1147 res = wms->RemoveWindow(appNode->GetWindowId(), isFromInnerkits); in HWTEST_F()
1172 WMError res = wms->RemoveWindow(appNode->GetWindowId(), isFromInnerkits); in HWTEST_F()
H A Dwindow_manager_proxy_test.cpp266 * @tc.name: RemoveWindow
270 HWTEST_F(WindowManagerProxyTest, RemoveWindow, Function | SmallTest | Level2) in HWTEST_F()
274 WMError err = windowManagerProxy_->RemoveWindow(windowId, isFromInnerkits); in HWTEST_F()
/foundation/window/window_manager/wmserver/include/zidl/
H A Dwindow_manager_proxy.h36 WMError RemoveWindow(uint32_t windowId, bool isFromInnerkits) override;
/foundation/distributedhardware/distributed_screen/services/screendemo/
H A Dtest.cpp332 ScreenClient::GetInstance().RemoveWindow(windowId); in CreateWindow()

Completed in 15 milliseconds

12