Home
last modified time | relevance | path

Searched refs:SetGestureBackEnabled (Results 1 - 14 of 14) sorted by relevance

/foundation/window/window_manager/window_scene/session/host/include/zidl/
H A Dsession_proxy.h108 WMError SetGestureBackEnabled(bool isEnabled) override;
H A Dsession_interface.h296 virtual WMError SetGestureBackEnabled(bool isEnabled) { return WMError::WM_OK; } in SetGestureBackEnabled() function in OHOS::OHOS::Rosen::ISession
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test.cpp1734 * @tc.name: SetGestureBackEnabled
1735 * @tc.desc: SetGestureBackEnabled test
1738 HWTEST_F(WindowSceneSessionImplTest, SetGestureBackEnabled, Function | SmallTest | Level3) in HWTEST_F()
1749 window->property_->SetWindowName("SetGestureBackEnabled"); in HWTEST_F()
1751 ASSERT_EQ(WMError::WM_ERROR_DEVICE_NOT_SUPPORT, window->SetGestureBackEnabled(false)); in HWTEST_F()
1755 ASSERT_EQ(WMError::WM_ERROR_INVALID_PARAM, window->SetGestureBackEnabled(false)); in HWTEST_F()
1758 ASSERT_EQ(WMError::WM_OK, window->SetGestureBackEnabled(true)); in HWTEST_F()
1760 ASSERT_EQ(WMError::WM_OK, window->SetGestureBackEnabled(false)); in HWTEST_F()
/foundation/window/window_manager/wm/include/
H A Dwindow_scene_session_impl.h172 WMError SetGestureBackEnabled(bool enable) override;
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test4.cpp722 * @tc.name: SetGestureBackEnabled
723 * @tc.desc: SetGestureBackEnabled
726 HWTEST_F(SceneSessionTest4, SetGestureBackEnabled, Function | SmallTest | Level2) in HWTEST_F()
729 info.abilityName_ = "SetGestureBackEnabled"; in HWTEST_F()
730 info.bundleName_ = "SetGestureBackEnabled"; in HWTEST_F()
734 EXPECT_EQ(WMError::WM_OK, sceneSession->SetGestureBackEnabled(false)); in HWTEST_F()
741 EXPECT_EQ(WMError::WM_OK, sceneSession->SetGestureBackEnabled(true)); in HWTEST_F()
/foundation/window/window_manager/previewer/include/
H A Dwindow.h397 virtual WMError SetGestureBackEnabled(bool enable) { return WMError::WM_OK; } in SetGestureBackEnabled() 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.h181 static napi_value SetGestureBackEnabled(napi_env env, napi_callback_info info);
H A Djs_window.cpp950 napi_value JsWindow::SetGestureBackEnabled(napi_env env, napi_callback_info info) in SetGestureBackEnabled() function in OHOS::Rosen::JsWindow
6800 WmErrorCode ret = WM_JS_TO_ERROR_CODE_MAP.at(windowToken_->SetGestureBackEnabled(enable)); in OnSetGestureBackEnabled()
7043 BindNativeFunction(env, object, "setGestureBackEnabled", moduleName, JsWindow::SetGestureBackEnabled); in BindFunctions()
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h2402 virtual WMError SetGestureBackEnabled(bool enable) { return WMError::WM_OK; } in SetGestureBackEnabled() 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.h558 WMError SetGestureBackEnabled(bool isEnabled) override;
/foundation/window/window_manager/window_scene/session/host/src/zidl/
H A Dsession_proxy.cpp1973 WMError SessionProxy::SetGestureBackEnabled(bool isEnabled) in SetGestureBackEnabled() function in OHOS::Rosen::SessionProxy
H A Dsession_stub.cpp1202 WMError ret = SetGestureBackEnabled(isEnabled); in HandleSetGestureBackEnabled()
/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp4341 WMError WindowSceneSessionImpl::SetGestureBackEnabled(bool enable) in SetGestureBackEnabled() function in OHOS::Rosen::WindowSceneSessionImpl
4355 return hostSession->SetGestureBackEnabled(enable); in SetGestureBackEnabled()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp3506 WMError SceneSession::SetGestureBackEnabled(bool isEnabled) in SetGestureBackEnabled() function in SceneSession

Completed in 46 milliseconds