/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | main_session_lifecycle_test.cpp | 110 * @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 D | session_stage_proxy_lifecycle_test.cpp | 89 * @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 D | session_stage_proxy_test.cpp | 364 * @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 D | scene_session_manager_lifecycle_test.cpp | 378 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 D | scene_session_manager_supplement_test.cpp | 172 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 D | session_test2.cpp | 702 * @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 D | main_session.cpp | 103 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 D | main_session.h | 31 void NotifyForegroundInteractiveStatus(bool interactive) override;
|
/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_proxy_test.cpp | 288 * @tc.name: NotifyForegroundInteractiveStatus 292 HWTEST_F(WindowProxyTest, NotifyForegroundInteractiveStatus, Function | SmallTest | Level2) in HWTEST_F() 297 windowProxy_->NotifyForegroundInteractiveStatus(interactive); in HWTEST_F()
|
H A D | window_agent_test.cpp | 406 * @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 D | window_impl_test5.cpp | 322 * @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 D | window_session_impl_test2.cpp | 847 * @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 D | window_impl_test3.cpp | 1177 * @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 D | window_agent.cpp | 259 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 D | mock_IWindow.h | 56 MOCK_METHOD1(NotifyForegroundInteractiveStatus, void(bool interactive));
|
/foundation/window/window_manager/wm/include/ |
H A D | window_agent.h | 55 void NotifyForegroundInteractiveStatus(bool interactive) override;
|
/foundation/window/window_manager/window_scene/test/mock/ |
H A D | mock_session_stage.h | 49 MOCK_METHOD1(NotifyForegroundInteractiveStatus, void(bool interactive));
|
/foundation/window/window_manager/wm/include/zidl/ |
H A D | window_interface.h | 83 virtual void NotifyForegroundInteractiveStatus(bool interactive) = 0;
|
H A D | window_proxy.h | 57 void NotifyForegroundInteractiveStatus(bool interactive) override;
|
/foundation/window/window_manager/window_scene/session/container/include/zidl/ |
H A D | session_stage_proxy.h | 55 void NotifyForegroundInteractiveStatus(bool interactive) override;
|
H A D | session_stage_interface.h | 106 virtual void NotifyForegroundInteractiveStatus(bool interactive) = 0;
|
/foundation/window/window_manager/test/fuzztest/wms/windowagent_fuzzer/ |
H A D | window_agent_fuzzer.cpp | 68 agent->NotifyForegroundInteractiveStatus(boolVal); in CheckWindowAgentFunctionsPart1()
|
/foundation/window/window_manager/wm/src/zidl/ |
H A D | window_stub.cpp | 285 NotifyForegroundInteractiveStatus(interactive); in OnRemoteRequest()
|
H A D | window_proxy.cpp | 662 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 D | js_scene_session_manager.h | 60 static napi_value NotifyForegroundInteractiveStatus(napi_env env, napi_callback_info info);
|