Home
last modified time | relevance | path

Searched refs:NotifyForegroundInteractiveStatus (Results 1 – 25 of 41) sorted by relevance

12

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dmain_session_lifecycle_test.cpp117 mainSession_->NotifyForegroundInteractiveStatus(true);
118 mainSession_->NotifyForegroundInteractiveStatus(false);
123 mainSession_->NotifyForegroundInteractiveStatus(true);
124 mainSession_->NotifyForegroundInteractiveStatus(false);
129 mainSession_->NotifyForegroundInteractiveStatus(true);
130 mainSession_->NotifyForegroundInteractiveStatus(false);
153 mainSession_->NotifyForegroundInteractiveStatus(true);
157 mainSession_->NotifyForegroundInteractiveStatus(true);
161 mainSession_->NotifyForegroundInteractiveStatus(true);
165 mainSession_->NotifyForegroundInteractiveStatus(true);
H A Dsession_stage_proxy_lifecycle_test.cpp93 HWTEST_F(SessionStageProxyLifecycleTest, NotifyForegroundInteractiveStatus, Function | SmallTest | …
97 sessionStage_->NotifyForegroundInteractiveStatus(interactive);
H A Dsession_stage_proxy_test.cpp282 HWTEST_F(SessionStageProxyTest, NotifyForegroundInteractiveStatus, Function | SmallTest | Level1)
286 sessionStage_->NotifyForegroundInteractiveStatus(interactive);
288 sessionStage_->NotifyForegroundInteractiveStatus(interactive);
H A Dscene_session_manager_lifecycle_test.cpp367 ssm_->NotifyForegroundInteractiveStatus(sceneSession, true);
368 ssm_->NotifyForegroundInteractiveStatus(sceneSession, false);
376 ssm_->NotifyForegroundInteractiveStatus(sceneSession, true);
377 ssm_->NotifyForegroundInteractiveStatus(sceneSession, false);
476 HWTEST_F(SceneSessionManagerLifecycleTest, NotifyForegroundInteractiveStatus, Function | SmallTest …
486 ssm_->NotifyForegroundInteractiveStatus(sceneSession, interactive);
H A Dscene_session_manager_supplement_test.cpp172 ssm_->NotifyForegroundInteractiveStatus(sceneSession, true);
173 ssm_->NotifyForegroundInteractiveStatus(sceneSession, false);
175 ssm_->NotifyForegroundInteractiveStatus(sceneSession, true);
H A Dsession_test2.cpp724 HWTEST_F(WindowSessionTest2, NotifyForegroundInteractiveStatus, Function | SmallTest | Level2)
730 session_->NotifyForegroundInteractiveStatus(interactive);
737 session_->NotifyForegroundInteractiveStatus(interactive);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dmain_session.cpp102 void MainSession::NotifyForegroundInteractiveStatus(bool interactive) in NotifyForegroundInteractiveStatus() function in OHOS::Rosen::MainSession
113 sessionStage_->NotifyForegroundInteractiveStatus(interactive); in NotifyForegroundInteractiveStatus()
229 sessionStage_->NotifyForegroundInteractiveStatus(interactive); in NotifyClientToUpdateInteractive()
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_agent_test.cpp410 HWTEST_F(WindowAgentTest, NotifyForegroundInteractiveStatus, Function | SmallTest | Level2)
414 windowAgent_->NotifyForegroundInteractiveStatus(interactive);
419 windowAgent_->NotifyForegroundInteractiveStatus(interactive);
H A Dwindow_proxy_test.cpp292 HWTEST_F(WindowProxyTest, NotifyForegroundInteractiveStatus, Function | SmallTest | Level2)
297 windowProxy_->NotifyForegroundInteractiveStatus(interactive);
H A Dwindow_session_impl_two_test.cpp792 HWTEST_F(WindowSessionImplTwoTest, NotifyForegroundInteractiveStatus, Function | SmallTest | Level2)
799 window->NotifyForegroundInteractiveStatus(true);
800 window->NotifyForegroundInteractiveStatus(false);
803 window->NotifyForegroundInteractiveStatus(true);
805 window->NotifyForegroundInteractiveStatus(true);
H A Dwindow_impl_test5.cpp326 HWTEST_F(WindowImplTest5, NotifyForegroundInteractiveStatus, Function | SmallTest | Level1)
336 window->NotifyForegroundInteractiveStatus(interactive);
339 window->NotifyForegroundInteractiveStatus(interactive);
342 window->NotifyForegroundInteractiveStatus(interactive);
345 window->NotifyForegroundInteractiveStatus(interactive);
H A Dwindow_impl_test3.cpp1180 HWTEST_F(WindowImplTest3, NotifyForegroundInteractiveStatus, Function | SmallTest | Level2)
1187 window->NotifyForegroundInteractiveStatus(interactive);
1190 window->NotifyForegroundInteractiveStatus(interactive);
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_agent.cpp259 void WindowAgent::NotifyForegroundInteractiveStatus(bool interactive) in NotifyForegroundInteractiveStatus() function in OHOS::Rosen::WindowAgent
265 window_->NotifyForegroundInteractiveStatus(interactive); in NotifyForegroundInteractiveStatus()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dmain_session.h31 void NotifyForegroundInteractiveStatus(bool interactive) override;
/ohos5.0/foundation/window/window_manager/test/common/mock/
H A Dmock_IWindow.h56 MOCK_METHOD1(NotifyForegroundInteractiveStatus, void(bool interactive));
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_agent.h55 void NotifyForegroundInteractiveStatus(bool interactive) override;
/ohos5.0/foundation/window/window_manager/wm/include/zidl/
H A Dwindow_proxy.h57 void NotifyForegroundInteractiveStatus(bool interactive) override;
H A Dwindow_interface.h83 virtual void NotifyForegroundInteractiveStatus(bool interactive) = 0;
/ohos5.0/foundation/window/window_manager/window_scene/test/mock/
H A Dmock_session_stage.h48 MOCK_METHOD1(NotifyForegroundInteractiveStatus, void(bool interactive));
/ohos5.0/foundation/window/window_manager/window_scene/session/container/include/zidl/
H A Dsession_stage_proxy.h54 void NotifyForegroundInteractiveStatus(bool interactive) override;
H A Dsession_stage_interface.h72 virtual void NotifyForegroundInteractiveStatus(bool interactive) = 0;
/ohos5.0/foundation/window/window_manager/wm/src/zidl/
H A Dwindow_stub.cpp220 NotifyForegroundInteractiveStatus(interactive); in OnRemoteRequest()
H A Dwindow_proxy.cpp662 void WindowProxy::NotifyForegroundInteractiveStatus(bool interactive) in NotifyForegroundInteractiveStatus() function in OHOS::Rosen::WindowProxy
/ohos5.0/foundation/window/window_manager/test/fuzztest/wms/windowagent_fuzzer/
H A Dwindow_agent_fuzzer.cpp68 agent->NotifyForegroundInteractiveStatus(boolVal); in CheckWindowAgentFunctionsPart1()
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session_manager.h62 static napi_value NotifyForegroundInteractiveStatus(napi_env env, napi_callback_info info);

12