Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsystem_session.h39 WSError SetDialogSessionBackGestureEnabled(bool isEnabled) override;
/ohos5.0/foundation/window/window_manager/window_scene/test/mock/
H A Dmock_session.h58 MOCK_METHOD1(SetDialogSessionBackGestureEnabled, WSError(bool isEnabled));
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/zidl/
H A Dsession_proxy.h102 WSError SetDialogSessionBackGestureEnabled(bool isEnabled) override;
H A Dsession_interface.h209 virtual WSError SetDialogSessionBackGestureEnabled(bool isEnabled) { return WSError::WS_OK; } in SetDialogSessionBackGestureEnabled() function
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsystem_session_test.cpp287 auto ret = systemSession_->SetDialogSessionBackGestureEnabled(true);
307 auto ret = systemSession_->SetDialogSessionBackGestureEnabled(true);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsystem_session.cpp334 WSError SystemSession::SetDialogSessionBackGestureEnabled(bool isEnabled) in SetDialogSessionBackGestureEnabled() function in OHOS::Rosen::SystemSession
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/zidl/
H A Dsession_stub.cpp1010 WSError ret = SetDialogSessionBackGestureEnabled(isEnabled); in HandleSetDialogSessionBackGestureEnabled()
H A Dsession_proxy.cpp1921 WSError SessionProxy::SetDialogSessionBackGestureEnabled(bool isEnabled) in SetDialogSessionBackGestureEnabled() function in OHOS::Rosen::SessionProxy
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp3500 WMError ret = static_cast<WMError>(hostSession->SetDialogSessionBackGestureEnabled(isEnabled)); in SetDialogBackGestureEnabled()