Home
last modified time | relevance | path

Searched refs:NotifyGestureNavigationEnabledResult (Results 1 - 17 of 17) sorted by relevance

/foundation/window/window_manager/wm/src/
H A Dwindow_manager_agent.cpp71 void WindowManagerAgent::NotifyGestureNavigationEnabledResult(bool enable) in NotifyGestureNavigationEnabledResult() function in OHOS::Rosen::WindowManagerAgent
73 SingletonContainer::Get<WindowManager>().NotifyGestureNavigationEnabledResult(enable); in NotifyGestureNavigationEnabledResult()
H A Dwindow_manager.cpp64 void NotifyGestureNavigationEnabledResult(bool enable);
281 void WindowManager::Impl::NotifyGestureNavigationEnabledResult(bool enable) in NotifyGestureNavigationEnabledResult() function in OHOS::Rosen::WindowManager::Impl
1187 void WindowManager::NotifyGestureNavigationEnabledResult(bool enable) const in NotifyGestureNavigationEnabledResult() function in OHOS::Rosen::WindowManager
1189 pImpl_->NotifyGestureNavigationEnabledResult(enable); in NotifyGestureNavigationEnabledResult()
/foundation/window/window_manager/wmserver/src/
H A Dwindow_manager_agent_controller.cpp103 void WindowManagerAgentController::NotifyGestureNavigationEnabledResult(bool enable) in NotifyGestureNavigationEnabledResult() function in OHOS::Rosen::WindowManagerAgentController
105 WLOGFD("NotifyGestureNavigationEnabledResult with result:%{public}d", enable); in NotifyGestureNavigationEnabledResult()
108 agent->NotifyGestureNavigationEnabledResult(enable); in NotifyGestureNavigationEnabledResult()
H A Dwindow_root.cpp921 WindowManagerAgentController::GetInstance().NotifyGestureNavigationEnabledResult(enable); in SetGestureNavigationEnabled()
/foundation/window/window_manager/wmserver/include/
H A Dwindow_manager_agent_controller.h41 void NotifyGestureNavigationEnabledResult(bool enable);
/foundation/window/window_manager/wm/include/zidl/
H A Dwindow_manager_agent_proxy.h41 void NotifyGestureNavigationEnabledResult(bool enable) override;
H A Dwindow_manager_agent_interface.h75 virtual void NotifyGestureNavigationEnabledResult(bool enable) = 0;
/foundation/window/window_manager/wm/include/
H A Dwindow_manager_agent.h40 void NotifyGestureNavigationEnabledResult(bool enable) override;
H A Dwindow_manager_agent_lite.h40 void NotifyGestureNavigationEnabledResult(bool enable) override {};
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dsession_manager_agent_controller.h48 void NotifyGestureNavigationEnabledResult(bool enable);
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dsession_manager_agent_controller.cpp199 void SessionManagerAgentController::NotifyGestureNavigationEnabledResult(bool enable) in NotifyGestureNavigationEnabledResult() function in OHOS::Rosen::SessionManagerAgentController
205 agent->NotifyGestureNavigationEnabledResult(enable); in NotifyGestureNavigationEnabledResult()
H A Dscene_session_manager.cpp3937 SessionManagerAgentController::GetInstance().NotifyGestureNavigationEnabledResult(enable); in SetGestureNavigationEnabled()
/foundation/window/window_manager/wm/src/zidl/
H A Dwindow_manager_agent_stub.cpp145 NotifyGestureNavigationEnabledResult(enbale); in OnRemoteRequest()
H A Dwindow_manager_agent_proxy.cpp307 void WindowManagerAgentProxy::NotifyGestureNavigationEnabledResult(bool enable) in NotifyGestureNavigationEnabledResult() function in OHOS::Rosen::WindowManagerAgentProxy
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_manager_agent_proxy_test.cpp308 * @tc.name: NotifyGestureNavigationEnabledResult
312 HWTEST_F(WindowManagerAgentProxyTest, NotifyGestureNavigationEnabledResult, Function | SmallTest | Level2) in HWTEST_F()
325 windowManagerAgentProxy->NotifyGestureNavigationEnabledResult(enable); in HWTEST_F()
H A Dwindow_manager_test.cpp854 * @tc.name: NotifyGestureNavigationEnabledResult
855 * @tc.desc: NotifyGestureNavigationEnabledResult
858 HWTEST_F(WindowManagerTest, NotifyGestureNavigationEnabledResult, Function | SmallTest | Level2) in HWTEST_F()
862 WindowManager::GetInstance().NotifyGestureNavigationEnabledResult(enable); in HWTEST_F()
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_manager.h847 void NotifyGestureNavigationEnabledResult(bool enable) const;

Completed in 32 milliseconds