Home
last modified time | relevance | path

Searched refs:GetGestureBackEnabled (Results 1 - 11 of 11) sorted by relevance

/foundation/window/window_manager/wm/include/
H A Dwindow_scene_session_impl.h173 bool GetGestureBackEnabled() const override;
/foundation/window/window_manager/previewer/include/
H A Dwindow.h404 virtual bool GetGestureBackEnabled() const { return true; } in GetGestureBackEnabled() function in OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::Rosen::Window
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.h182 static napi_value GetGestureBackEnabled(napi_env env, napi_callback_info info);
H A Djs_window.cpp957 napi_value JsWindow::GetGestureBackEnabled(napi_env env, napi_callback_info info) in GetGestureBackEnabled() function in OHOS::Rosen::JsWindow
6819 bool isEnabled = windowToken_->GetGestureBackEnabled(); in OnGetGestureBackEnabled()
7044 BindNativeFunction(env, object, "getGestureBackEnabled", moduleName, JsWindow::GetGestureBackEnabled); in BindFunctions()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test.cpp1759 ASSERT_EQ(true, window->GetGestureBackEnabled()); in HWTEST_F()
1761 ASSERT_EQ(false, window->GetGestureBackEnabled()); in HWTEST_F()
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h2409 virtual bool GetGestureBackEnabled() const { return true; } in GetGestureBackEnabled() function in OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::Rosen::Window
/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h477 bool GetGestureBackEnabled();
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test4.cpp742 EXPECT_EQ(true, sceneSession->GetGestureBackEnabled()); in HWTEST_F()
/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp4358 bool WindowSceneSessionImpl::GetGestureBackEnabled() const in GetGestureBackEnabled() function in OHOS::Rosen::WindowSceneSessionImpl
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp3528 bool SceneSession::GetGestureBackEnabled() in GetGestureBackEnabled() function in SceneSession
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp8183 auto needEnableGestureBack = sceneSession->GetGestureBackEnabled(); in UpdateGestureBackEnabled()

Completed in 56 milliseconds