Home
last modified time | relevance | path

Searched refs:SetGestureNavigationEnabled (Results 1 - 25 of 32) sorted by relevance

12

/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_gesture_navigation_enabled_test.cpp79 * @tc.name: SetGestureNavigationEnabled
83 HWTEST_F(GestureNavigationEnabledTest, SetGestureNavigationEnabled, Function | MediumTest | Level1) in HWTEST_F()
88 windowManager.SetGestureNavigationEnabled(false); in HWTEST_F()
93 windowManager.SetGestureNavigationEnabled(true); in HWTEST_F()
101 windowManager.SetGestureNavigationEnabled(false); in HWTEST_F()
/foundation/window/window_manager/test/fuzztest/wms/windowmanager_fuzzer/
H A Dwindowmanager_fuzzer.cpp106 windowManager.SetGestureNavigationEnabled(enable); in DoSomethingForWindowManagerImpl()
148 windowManager.SetGestureNavigationEnabled(enable); in CheckVisibilityInfo()
/foundation/window/window_manager/previewer/mock/window_manager_napi/
H A Djs_window_manager.h45 static napi_value SetGestureNavigationEnabled(napi_env env, napi_callback_info info);
H A Djs_window_manager.cpp112 napi_value JsWindowManager::SetGestureNavigationEnabled(napi_env env, napi_callback_info info) in SetGestureNavigationEnabled() function in OHOS::Rosen::JsWindowManager
114 WLOGI("mock: SetGestureNavigationEnabled"); in SetGestureNavigationEnabled()
246 JsWindowManager::SetGestureNavigationEnabled); in JsWindowManagerInit()
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_manager_napi/
H A Djs_window_manager.h46 static napi_value SetGestureNavigationEnabled(napi_env env, napi_callback_info info);
H A Djs_window_manager.cpp136 napi_value JsWindowManager::SetGestureNavigationEnabled(napi_env env, napi_callback_info info) in SetGestureNavigationEnabled() function in OHOS::Rosen::JsWindowManager
1066 SingletonContainer::Get<WindowManager>().SetGestureNavigationEnabled(gestureNavigationEnable)); in OnSetGestureNavigationEnabled()
1069 WLOGD("SetGestureNavigationEnabled success"); in OnSetGestureNavigationEnabled()
1071 task.Reject(env, JsErrUtils::CreateJsError(env, ret, "SetGestureNavigationEnabled failed")); in OnSetGestureNavigationEnabled()
1302 JsWindowManager::SetGestureNavigationEnabled); in JsWindowManagerInit()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test2.cpp154 * @tc.name: SetGestureNavigationEnabled
158 HWTEST_F(SceneSessionManagerTest2, SetGestureNavigationEnabled, Function | SmallTest | Level3) in HWTEST_F()
162 WMError result00 = ssm_->SetGestureNavigationEnabled(true); in HWTEST_F()
166 WMError result01 = ssm_->SetGestureNavigationEnabled(true); in HWTEST_F()
171 WMError result02 = ssm_->SetGestureNavigationEnabled(false); in HWTEST_F()
177 WMError result03 = ssm_->SetGestureNavigationEnabled(true); in HWTEST_F()
191 WMError result00 = ssm_->SetGestureNavigationEnabled(true); in HWTEST_F()
195 WMError result01 = ssm_->SetGestureNavigationEnabled(true); in HWTEST_F()
200 WMError result02 = ssm_->SetGestureNavigationEnabled(false); in HWTEST_F()
206 ssm_->SetGestureNavigationEnabled(tru in HWTEST_F()
[all...]
H A Dscene_session_manager_proxy_test.cpp399 * @tc.name: SetGestureNavigationEnabled
403 HWTEST_F(sceneSessionManagerProxyTest, SetGestureNavigationEnabled, Function | SmallTest | Level2) in HWTEST_F()
410 sceneSessionManagerProxy_->SetGestureNavigationEnabled(true); in HWTEST_F()
411 sceneSessionManagerProxy_->SetGestureNavigationEnabled(false); in HWTEST_F()
H A Dscene_session_manager_test3.cpp1386 WMError result01 = ssm_->SetGestureNavigationEnabled(enable); in HWTEST_F()
1390 WMError result02 = ssm_->SetGestureNavigationEnabled(enable); in HWTEST_F()
1394 WMError result03 = ssm_->SetGestureNavigationEnabled(enable); in HWTEST_F()
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_manager_stub_impl.h145 WMError SetGestureNavigationEnabled(bool enable) override
H A Dwindow_manager_proxy_test.cpp542 * @tc.name: SetGestureNavigationEnabled
546 HWTEST_F(WindowManagerProxyTest, SetGestureNavigationEnabled, Function | SmallTest | Level2) in HWTEST_F()
550 WMError err = windowManagerProxy_->SetGestureNavigationEnabled(enable); in HWTEST_F()
H A Dwindow_manager_service_test.cpp925 * @tc.name: SetGestureNavigationEnabled
926 * @tc.desc: SetGestureNavigationEnabled test
929 HWTEST_F(WindowManagerServiceTest, SetGestureNavigationEnabled, Function | SmallTest | Level2) in HWTEST_F()
933 WMError res = wms->SetGestureNavigationEnabled(enable); in HWTEST_F()
H A Dwindow_root_test.cpp572 * @tc.name: SetGestureNavigationEnabled
573 * @tc.desc: test WindowRoot SetGestureNavigationEnabled
576 HWTEST_F(WindowRootTest, SetGestureNavigationEnabled, Function | SmallTest | Level2) in HWTEST_F()
579 auto ret = windowRoot_->SetGestureNavigationEnabled(false); in HWTEST_F()
582 ret = windowRoot_->SetGestureNavigationEnabled(true); in HWTEST_F()
/foundation/window/window_manager/wmserver/include/zidl/
H A Dwindow_manager_proxy.h75 WMError SetGestureNavigationEnabled(bool enable) override;
H A Dwindow_manager_interface.h136 virtual WMError SetGestureNavigationEnabled(bool enable) = 0;
/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscene_session_manager_proxy.h53 WMError SetGestureNavigationEnabled(bool enable) override;
H A Dscene_session_manager_interface.h237 WMError SetGestureNavigationEnabled(bool enable) override { return WMError::WM_OK; }
/foundation/window/window_manager/wmserver/include/
H A Dwindow_root.h119 WMError SetGestureNavigationEnabled(bool enable);
H A Dwindow_manager_service.h118 WMError SetGestureNavigationEnabled(bool enable) override;
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_manager.h676 WMError SetGestureNavigationEnabled(bool enable) const;
/foundation/window/window_manager/wm/include/
H A Dwindow_adapter.h85 virtual WMError SetGestureNavigationEnabled(bool enable);
/foundation/window/window_manager/wm/src/
H A Dwindow_adapter.cpp599 WMError WindowAdapter::SetGestureNavigationEnabled(bool enable) in SetGestureNavigationEnabled() function in OHOS::Rosen::WindowAdapter
605 return wmsProxy->SetGestureNavigationEnabled(enable); in SetGestureNavigationEnabled()
H A Dwindow_manager.cpp1159 WMError WindowManager::SetGestureNavigationEnabled(bool enable) const in SetGestureNavigationEnabled() function in OHOS::Rosen::WindowManager
1161 WMError ret = SingletonContainer::Get<WindowAdapter>().SetGestureNavigationEnabled(enable); in SetGestureNavigationEnabled()
/foundation/window/window_manager/wmserver/src/zidl/
H A Dwindow_manager_stub.cpp430 WMError errCode = SetGestureNavigationEnabled(enable); in OnRemoteRequest()
/foundation/window/window_manager/wmserver/src/
H A Dwindow_manager_service.cpp1597 WMError WindowManagerService::SetGestureNavigationEnabled(bool enable) in SetGestureNavigationEnabled() function in OHOS::Rosen::WindowManagerService
1604 return windowRoot_->SetGestureNavigationEnabled(enable); in SetGestureNavigationEnabled()
1606 return PostSyncTask(task, "SetGestureNavigationEnabled"); in SetGestureNavigationEnabled()

Completed in 29 milliseconds

12