/foundation/window/window_manager/test/systemtest/wms/ |
H A D | window_gesture_navigation_enabled_test.cpp | 79 * @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 D | windowmanager_fuzzer.cpp | 106 windowManager.SetGestureNavigationEnabled(enable); in DoSomethingForWindowManagerImpl() 148 windowManager.SetGestureNavigationEnabled(enable); in CheckVisibilityInfo()
|
/foundation/window/window_manager/previewer/mock/window_manager_napi/ |
H A D | js_window_manager.h | 45 static napi_value SetGestureNavigationEnabled(napi_env env, napi_callback_info info);
|
H A D | js_window_manager.cpp | 112 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 D | js_window_manager.h | 46 static napi_value SetGestureNavigationEnabled(napi_env env, napi_callback_info info);
|
H A D | js_window_manager.cpp | 136 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 D | scene_session_manager_test2.cpp | 154 * @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 D | scene_session_manager_proxy_test.cpp | 399 * @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 D | scene_session_manager_test3.cpp | 1386 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 D | window_manager_stub_impl.h | 145 WMError SetGestureNavigationEnabled(bool enable) override
|
H A D | window_manager_proxy_test.cpp | 542 * @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 D | window_manager_service_test.cpp | 925 * @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 D | window_root_test.cpp | 572 * @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 D | window_manager_proxy.h | 75 WMError SetGestureNavigationEnabled(bool enable) override;
|
H A D | window_manager_interface.h | 136 virtual WMError SetGestureNavigationEnabled(bool enable) = 0;
|
/foundation/window/window_manager/window_scene/session_manager/include/zidl/ |
H A D | scene_session_manager_proxy.h | 53 WMError SetGestureNavigationEnabled(bool enable) override;
|
H A D | scene_session_manager_interface.h | 237 WMError SetGestureNavigationEnabled(bool enable) override { return WMError::WM_OK; }
|
/foundation/window/window_manager/wmserver/include/ |
H A D | window_root.h | 119 WMError SetGestureNavigationEnabled(bool enable);
|
H A D | window_manager_service.h | 118 WMError SetGestureNavigationEnabled(bool enable) override;
|
/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | window_manager.h | 676 WMError SetGestureNavigationEnabled(bool enable) const;
|
/foundation/window/window_manager/wm/include/ |
H A D | window_adapter.h | 85 virtual WMError SetGestureNavigationEnabled(bool enable);
|
/foundation/window/window_manager/wm/src/ |
H A D | window_adapter.cpp | 599 WMError WindowAdapter::SetGestureNavigationEnabled(bool enable) in SetGestureNavigationEnabled() function in OHOS::Rosen::WindowAdapter 605 return wmsProxy->SetGestureNavigationEnabled(enable); in SetGestureNavigationEnabled()
|
H A D | window_manager.cpp | 1159 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 D | window_manager_stub.cpp | 430 WMError errCode = SetGestureNavigationEnabled(enable); in OnRemoteRequest()
|
/foundation/window/window_manager/wmserver/src/ |
H A D | window_manager_service.cpp | 1597 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()
|