Searched refs:SetSystemWindowEnableDrag (Results 1 – 9 of 9) sorted by relevance
103 WMError SetSystemWindowEnableDrag(bool enableDrag) override;
70 virtual WMError SetSystemWindowEnableDrag(bool enableDrag) { return WMError::WM_OK; } in SetSystemWindowEnableDrag() function
303 HWTEST_F(SessionProxyTest, SetSystemWindowEnableDrag, Function | SmallTest | Level2)309 WMError res = sProxy->SetSystemWindowEnableDrag(enableDrag);
1097 HWTEST_F(SceneSessionTest5, SetSystemWindowEnableDrag, Function | SmallTest | Level2)1104 auto ret = session->SetSystemWindowEnableDrag(true);
260 WMError SetSystemWindowEnableDrag(bool enableDrag) override;
897 WMError errcode = SetSystemWindowEnableDrag(enableDrag); in HandleSetSystemEnableDrag()
1716 WMError SessionProxy::SetSystemWindowEnableDrag(bool enableDrag) in SetSystemWindowEnableDrag() function in OHOS::Rosen::SessionProxy
1922 WMError errorCode = hostSession->SetSystemWindowEnableDrag(enableDrag); in EnableDrag()
4947 WMError SceneSession::SetSystemWindowEnableDrag(bool enableDrag) in SetSystemWindowEnableDrag() function in OHOS::Rosen::SceneSession