Home
last modified time | relevance | path

Searched defs:GetGestureBackEnabled (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h325 …WMError GetGestureBackEnabled(bool& enable) override { return WMError::WM_ERROR_DEVICE_NOT_SUPPORT… in GetGestureBackEnabled() function
/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dwindow.h409 virtual WMError GetGestureBackEnabled(bool& enable) { return WMError::WM_OK; } in GetGestureBackEnabled() function
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h2504 virtual WMError GetGestureBackEnabled(bool& enable) { return WMError::WM_OK; } in GetGestureBackEnabled() function
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp4515 WMError WindowSceneSessionImpl::GetGestureBackEnabled(bool& enable) in GetGestureBackEnabled() function in OHOS::Rosen::WindowSceneSessionImpl
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp3752 bool SceneSession::GetGestureBackEnabled() in GetGestureBackEnabled() function in OHOS::Rosen::SceneSession
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.cpp967 napi_value JsWindow::GetGestureBackEnabled(napi_env env, napi_callback_info info) in GetGestureBackEnabled() function in OHOS::Rosen::JsWindow