Home
last modified time | relevance | path

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

12

/foundation/window/window_manager/window_scene/test/unittest/
H A Dmain_session_lifecycle_test.cpp110 * @tc.desc: check func NotifyForegroundInteractiveStatus
117 mainSession_->NotifyForegroundInteractiveStatus(true); in HWTEST_F()
118 mainSession_->NotifyForegroundInteractiveStatus(false); in HWTEST_F()
123 mainSession_->NotifyForegroundInteractiveStatus(true); in HWTEST_F()
124 mainSession_->NotifyForegroundInteractiveStatus(false); in HWTEST_F()
129 mainSession_->NotifyForegroundInteractiveStatus(true); in HWTEST_F()
130 mainSession_->NotifyForegroundInteractiveStatus(false); in HWTEST_F()
135 * @tc.desc: check func NotifyForegroundInteractiveStatus
153 mainSession_->NotifyForegroundInteractiveStatus(true); in HWTEST_F()
157 mainSession_->NotifyForegroundInteractiveStatus(tru in HWTEST_F()
[all...]
H A Dsession_stage_proxy_lifecycle_test.cpp89 * @tc.name: NotifyForegroundInteractiveStatus
90 * @tc.desc: test function : NotifyForegroundInteractiveStatus
93 HWTEST_F(SessionStageProxyLifecycleTest, NotifyForegroundInteractiveStatus, Function | SmallTest | Level1) in HWTEST_F()
97 sessionStage_->NotifyForegroundInteractiveStatus(interactive); in HWTEST_F()
H A Dsession_stage_proxy_test.cpp364 * @tc.name: NotifyForegroundInteractiveStatus
365 * @tc.desc: test function : NotifyForegroundInteractiveStatus
368 HWTEST_F(SessionStageProxyTest, NotifyForegroundInteractiveStatus, Function | SmallTest | Level1) in HWTEST_F()
372 sessionStage_->NotifyForegroundInteractiveStatus(interactive); in HWTEST_F()
374 sessionStage_->NotifyForegroundInteractiveStatus(interactive); in HWTEST_F()
H A Dscene_session_manager_lifecycle_test.cpp378 ssm_->NotifyForegroundInteractiveStatus(sceneSession, true); in HWTEST_F()
379 ssm_->NotifyForegroundInteractiveStatus(sceneSession, false); in HWTEST_F()
387 ssm_->NotifyForegroundInteractiveStatus(sceneSession, true); in HWTEST_F()
388 ssm_->NotifyForegroundInteractiveStatus(sceneSession, false); in HWTEST_F()
478 * @tc.name: NotifyForegroundInteractiveStatus
482 HWTEST_F(SceneSessionManagerLifecycleTest, NotifyForegroundInteractiveStatus, Function | SmallTest | Level3) in HWTEST_F()
486 info.abilityName_ = "NotifyForegroundInteractiveStatus"; in HWTEST_F()
487 info.bundleName_ = "NotifyForegroundInteractiveStatus"; in HWTEST_F()
492 ssm_->NotifyForegroundInteractiveStatus(sceneSession, interactive); in HWTEST_F()
H A Dscene_session_manager_supplement_test.cpp172 ssm_->NotifyForegroundInteractiveStatus(sceneSession, true); in HWTEST_F()
173 ssm_->NotifyForegroundInteractiveStatus(sceneSession, false); in HWTEST_F()
175 ssm_->NotifyForegroundInteractiveStatus(sceneSession, true); in HWTEST_F()
H A Dsession_test2.cpp702 * @tc.name: NotifyForegroundInteractiveStatus
703 * @tc.desc: NotifyForegroundInteractiveStatus Test
706 HWTEST_F(WindowSessionTest2, NotifyForegroundInteractiveStatus, Function | SmallTest | Level2) in HWTEST_F()
712 session_->NotifyForegroundInteractiveStatus(interactive); in HWTEST_F()
719 session_->NotifyForegroundInteractiveStatus(interactive); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dmain_session.cpp103 void MainSession::NotifyForegroundInteractiveStatus(bool interactive) in NotifyForegroundInteractiveStatus() function in MainSession
113 WLOGFI("NotifyForegroundInteractiveStatus %{public}d", interactive); in NotifyForegroundInteractiveStatus()
114 sessionStage_->NotifyForegroundInteractiveStatus(interactive); in NotifyForegroundInteractiveStatus()
234 sessionStage_->NotifyForegroundInteractiveStatus(interactive); in NotifyClientToUpdateInteractive()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dmain_session.h31 void NotifyForegroundInteractiveStatus(bool interactive) override;
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_proxy_test.cpp288 * @tc.name: NotifyForegroundInteractiveStatus
292 HWTEST_F(WindowProxyTest, NotifyForegroundInteractiveStatus, Function | SmallTest | Level2) in HWTEST_F()
297 windowProxy_->NotifyForegroundInteractiveStatus(interactive); in HWTEST_F()
H A Dwindow_agent_test.cpp406 * @tc.name: NotifyForegroundInteractiveStatus
407 * @tc.desc: NotifyForegroundInteractiveStatus
410 HWTEST_F(WindowAgentTest, NotifyForegroundInteractiveStatus, Function | SmallTest | Level2) in HWTEST_F()
414 windowAgent_->NotifyForegroundInteractiveStatus(interactive); in HWTEST_F()
419 windowAgent_->NotifyForegroundInteractiveStatus(interactive); in HWTEST_F()
H A Dwindow_impl_test5.cpp322 * @tc.name: NotifyForegroundInteractiveStatus
323 * @tc.desc: NotifyForegroundInteractiveStatus desc
326 HWTEST_F(WindowImplTest5, NotifyForegroundInteractiveStatus, Function | SmallTest | Level1) in HWTEST_F()
330 option->SetWindowName("NotifyForegroundInteractiveStatus"); in HWTEST_F()
336 window->NotifyForegroundInteractiveStatus(interactive); in HWTEST_F()
339 window->NotifyForegroundInteractiveStatus(interactive); in HWTEST_F()
342 window->NotifyForegroundInteractiveStatus(interactive); in HWTEST_F()
345 window->NotifyForegroundInteractiveStatus(interactive); in HWTEST_F()
H A Dwindow_session_impl_test2.cpp847 * @tc.name: NotifyForegroundInteractiveStatus
848 * @tc.desc: NotifyForegroundInteractiveStatus
851 HWTEST_F(WindowSessionImplTest2, NotifyForegroundInteractiveStatus, Function | SmallTest | Level2) in HWTEST_F()
853 auto window = GetTestWindowImpl("NotifyForegroundInteractiveStatus"); in HWTEST_F()
858 window->NotifyForegroundInteractiveStatus(true); in HWTEST_F()
859 window->NotifyForegroundInteractiveStatus(false); in HWTEST_F()
862 window->NotifyForegroundInteractiveStatus(true); in HWTEST_F()
864 window->NotifyForegroundInteractiveStatus(true); in HWTEST_F()
H A Dwindow_impl_test3.cpp1177 * @tc.name: NotifyForegroundInteractiveStatus
1178 * @tc.desc: NotifyForegroundInteractiveStatus Test
1181 HWTEST_F(WindowImplTest3, NotifyForegroundInteractiveStatus, Function | SmallTest | Level2) in HWTEST_F()
1188 window->NotifyForegroundInteractiveStatus(interactive); in HWTEST_F()
1191 window->NotifyForegroundInteractiveStatus(interactive); in HWTEST_F()
/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()
/foundation/window/window_manager/test/common/mock/
H A Dmock_IWindow.h56 MOCK_METHOD1(NotifyForegroundInteractiveStatus, void(bool interactive));
/foundation/window/window_manager/wm/include/
H A Dwindow_agent.h55 void NotifyForegroundInteractiveStatus(bool interactive) override;
/foundation/window/window_manager/window_scene/test/mock/
H A Dmock_session_stage.h49 MOCK_METHOD1(NotifyForegroundInteractiveStatus, void(bool interactive));
/foundation/window/window_manager/wm/include/zidl/
H A Dwindow_interface.h83 virtual void NotifyForegroundInteractiveStatus(bool interactive) = 0;
H A Dwindow_proxy.h57 void NotifyForegroundInteractiveStatus(bool interactive) override;
/foundation/window/window_manager/window_scene/session/container/include/zidl/
H A Dsession_stage_proxy.h55 void NotifyForegroundInteractiveStatus(bool interactive) override;
H A Dsession_stage_interface.h106 virtual void NotifyForegroundInteractiveStatus(bool interactive) = 0;
/foundation/window/window_manager/test/fuzztest/wms/windowagent_fuzzer/
H A Dwindow_agent_fuzzer.cpp68 agent->NotifyForegroundInteractiveStatus(boolVal); in CheckWindowAgentFunctionsPart1()
/foundation/window/window_manager/wm/src/zidl/
H A Dwindow_stub.cpp285 NotifyForegroundInteractiveStatus(interactive); in OnRemoteRequest()
H A Dwindow_proxy.cpp662 void WindowProxy::NotifyForegroundInteractiveStatus(bool interactive) in NotifyForegroundInteractiveStatus() function in OHOS::Rosen::WindowProxy
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session_manager.h60 static napi_value NotifyForegroundInteractiveStatus(napi_env env, napi_callback_info info);

Completed in 23 milliseconds

12