/foundation/window/window_manager/window_scene/session/host/include/zidl/ |
H A D | session_proxy.h | 108 WMError SetGestureBackEnabled(bool isEnabled) override;
|
H A D | session_interface.h | 296 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 D | window_scene_session_impl_test.cpp | 1734 * @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 D | window_scene_session_impl.h | 172 WMError SetGestureBackEnabled(bool enable) override;
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_test4.cpp | 722 * @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 D | window.h | 397 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 D | js_window.h | 181 static napi_value SetGestureBackEnabled(napi_env env, napi_callback_info info);
|
H A D | js_window.cpp | 950 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 D | window.h | 2402 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 D | scene_session.h | 558 WMError SetGestureBackEnabled(bool isEnabled) override;
|
/foundation/window/window_manager/window_scene/session/host/src/zidl/ |
H A D | session_proxy.cpp | 1973 WMError SessionProxy::SetGestureBackEnabled(bool isEnabled) in SetGestureBackEnabled() function in OHOS::Rosen::SessionProxy
|
H A D | session_stub.cpp | 1202 WMError ret = SetGestureBackEnabled(isEnabled); in HandleSetGestureBackEnabled()
|
/foundation/window/window_manager/wm/src/ |
H A D | window_scene_session_impl.cpp | 4341 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 D | scene_session.cpp | 3506 WMError SceneSession::SetGestureBackEnabled(bool isEnabled) in SetGestureBackEnabled() function in SceneSession
|