Home
last modified time | relevance | path

Searched defs:SetGestureBackEnabled (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h324 …WMError SetGestureBackEnabled(bool enable) override { return WMError::WM_ERROR_DEVICE_NOT_SUPPORT;… in SetGestureBackEnabled() function
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/zidl/
H A Dsession_interface.h247 virtual WMError SetGestureBackEnabled(bool isEnabled) { return WMError::WM_OK; } in SetGestureBackEnabled() function
/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dwindow.h402 virtual WMError SetGestureBackEnabled(bool enable) { return WMError::WM_OK; } in SetGestureBackEnabled() function
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/zidl/
H A Dsession_proxy.cpp2027 WMError SessionProxy::SetGestureBackEnabled(bool isEnabled) in SetGestureBackEnabled() function in OHOS::Rosen::SessionProxy
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h2497 virtual WMError SetGestureBackEnabled(bool enable) { return WMError::WM_OK; } in SetGestureBackEnabled() function
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp4498 WMError WindowSceneSessionImpl::SetGestureBackEnabled(bool enable) in SetGestureBackEnabled() function in OHOS::Rosen::WindowSceneSessionImpl
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp3730 WMError SceneSession::SetGestureBackEnabled(bool isEnabled) in SetGestureBackEnabled() function in OHOS::Rosen::SceneSession
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.cpp960 napi_value JsWindow::SetGestureBackEnabled(napi_env env, napi_callback_info info) in SetGestureBackEnabled() function in OHOS::Rosen::JsWindow