Home
last modified time | relevance | path

Searched refs:SetSystemWindowEnableDrag (Results 1 - 10 of 10) sorted by relevance

/foundation/window/window_manager/window_scene/session/host/include/zidl/
H A Dsession_proxy.h99 WMError SetSystemWindowEnableDrag(bool enableDrag) override;
H A Dsession_interface.h70 virtual WMError SetSystemWindowEnableDrag(bool enableDrag) { return WMError::WM_OK; } in SetSystemWindowEnableDrag() function in OHOS::OHOS::Rosen::ISession
/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_proxy_test.cpp320 * @tc.name: SetSystemWindowEnableDrag
324 HWTEST_F(SessionProxyTest, SetSystemWindowEnableDrag, Function | SmallTest | Level2) in HWTEST_F()
326 GTEST_LOG_(INFO) << "SessionProxyTest: SetSystemWindowEnableDrag start"; in HWTEST_F()
330 WMError res = sProxy->SetSystemWindowEnableDrag(enableDrag); in HWTEST_F()
333 GTEST_LOG_(INFO) << "SessionProxyTest: SetSystemWindowEnableDrag end"; in HWTEST_F()
H A Dscene_session_test5.cpp1129 * @tc.name: SetSystemWindowEnableDrag
1130 * @tc.desc: SetSystemWindowEnableDrag function01
1133 HWTEST_F(SceneSessionTest5, SetSystemWindowEnableDrag, Function | SmallTest | Level2) in HWTEST_F()
1136 info.abilityName_ = "SetSystemWindowEnableDrag"; in HWTEST_F()
1137 info.bundleName_ = "SetSystemWindowEnableDrag"; in HWTEST_F()
1140 auto ret = session->SetSystemWindowEnableDrag(true); in HWTEST_F()
H A Dscene_session_test4.cpp930 * @tc.desc: SetSystemWindowEnableDrag function01
941 auto ret = session->SetSystemWindowEnableDrag(true); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h244 WMError SetSystemWindowEnableDrag(bool enableDrag) override;
/foundation/window/window_manager/window_scene/session/host/src/zidl/
H A Dsession_proxy.cpp1580 WMError SessionProxy::SetSystemWindowEnableDrag(bool enableDrag) in SetSystemWindowEnableDrag() function in OHOS::Rosen::SessionProxy
H A Dsession_stub.cpp997 WMError errcode = SetSystemWindowEnableDrag(enableDrag); in HandleSetSystemEnableDrag()
/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp1822 WMError errorCode = hostSession->SetSystemWindowEnableDrag(enableDrag); in EnableDrag()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp4694 WMError SceneSession::SetSystemWindowEnableDrag(bool enableDrag) in SetSystemWindowEnableDrag() function in SceneSession
4723 PostTask(task, "SetSystemWindowEnableDrag"); in SetSystemWindowEnableDrag()

Completed in 28 milliseconds