Home
last modified time | relevance | path

Searched refs:SetEnableDragBySystem (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_stage_proxy_test.cpp407 HWTEST_F(SessionStageProxyTest, SetEnableDragBySystem, Function | SmallTest | Level1)
410 WSError res = sessionStage_->SetEnableDragBySystem(false);
/ohos5.0/foundation/window/window_manager/window_scene/test/mock/
H A Dmock_session_stage.h69 MOCK_METHOD1(SetEnableDragBySystem, WSError(bool enableDrag));
/ohos5.0/foundation/window/window_manager/window_scene/session/container/include/zidl/
H A Dsession_stage_proxy.h73 WSError SetEnableDragBySystem(bool dragEnable) override;
H A Dsession_stage_interface.h153 virtual WSError SetEnableDragBySystem(bool dragEnable) = 0;
/ohos5.0/foundation/window/window_manager/window_scene/session/container/src/zidl/
H A Dsession_stage_stub.cpp561 SetEnableDragBySystem(enableDrag); in HandleSetEnableDragBySystem()
H A Dsession_stage_proxy.cpp1220 WSError SessionStageProxy::SetEnableDragBySystem(bool dragEnable) in SetEnableDragBySystem() function in OHOS::Rosen::SessionStageProxy
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test4.cpp1438 HWTEST_F(WindowSessionImplTest4, SetEnableDragBySystem, Function | SmallTest | Level2)
1446 window->SetEnableDragBySystem(false);
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h286 WSError SetEnableDragBySystem(bool enableDrag) override;
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp4340 WSError WindowSessionImpl::SetEnableDragBySystem(bool enableDrag) in SetEnableDragBySystem() function in OHOS::Rosen::WindowSessionImpl
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp2851 session->sessionStage_->SetEnableDragBySystem(enableDrag); in SetWindowEnableDragBySystem()