Home
last modified time | relevance | path

Searched refs:SetSystemWindowEnableDrag (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/zidl/
H A Dsession_proxy.h103 WMError SetSystemWindowEnableDrag(bool enableDrag) override;
H A Dsession_interface.h70 virtual WMError SetSystemWindowEnableDrag(bool enableDrag) { return WMError::WM_OK; } in SetSystemWindowEnableDrag() function
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_proxy_test.cpp303 HWTEST_F(SessionProxyTest, SetSystemWindowEnableDrag, Function | SmallTest | Level2)
309 WMError res = sProxy->SetSystemWindowEnableDrag(enableDrag);
H A Dscene_session_test5.cpp1097 HWTEST_F(SceneSessionTest5, SetSystemWindowEnableDrag, Function | SmallTest | Level2)
1104 auto ret = session->SetSystemWindowEnableDrag(true);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h260 WMError SetSystemWindowEnableDrag(bool enableDrag) override;
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/zidl/
H A Dsession_stub.cpp897 WMError errcode = SetSystemWindowEnableDrag(enableDrag); in HandleSetSystemEnableDrag()
H A Dsession_proxy.cpp1716 WMError SessionProxy::SetSystemWindowEnableDrag(bool enableDrag) in SetSystemWindowEnableDrag() function in OHOS::Rosen::SessionProxy
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp1922 WMError errorCode = hostSession->SetSystemWindowEnableDrag(enableDrag); in EnableDrag()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp4947 WMError SceneSession::SetSystemWindowEnableDrag(bool enableDrag) in SetSystemWindowEnableDrag() function in OHOS::Rosen::SceneSession