Home
last modified time | relevance | path

Searched refs:SetForegroundInteractiveStatus (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dmain_session.cpp104 SetForegroundInteractiveStatus(interactive); in NotifyForegroundInteractiveStatus()
H A Dsession.cpp1349 SetForegroundInteractiveStatus(interactive); in NotifyForegroundInteractiveStatus()
1352 void Session::SetForegroundInteractiveStatus(bool interactive) in SetForegroundInteractiveStatus() function in OHOS::Rosen::Session
H A Dscene_session.cpp3429 void SceneSession::SetForegroundInteractiveStatus(bool interactive) in SetForegroundInteractiveStatus() function in OHOS::Rosen::SceneSession
3431 Session::SetForegroundInteractiveStatus(interactive); in SetForegroundInteractiveStatus()
5143 SetForegroundInteractiveStatus(interactive); in UpdateInteractiveInner()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test5.cpp1042 HWTEST_F(SceneSessionTest5, SetForegroundInteractiveStatus, Function | SmallTest | Level2)
1052 session->SetForegroundInteractiveStatus(false);
1056 session->SetForegroundInteractiveStatus(false);
1060 session->SetForegroundInteractiveStatus(false);
1064 session->SetForegroundInteractiveStatus(false);
H A Dscene_session_test2.cpp1306 scensession->SetForegroundInteractiveStatus(true);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h459 virtual void SetForegroundInteractiveStatus(bool interactive);
H A Dscene_session.h254 void SetForegroundInteractiveStatus(bool interactive) override;
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp2104 scnSession->SetForegroundInteractiveStatus(true); in RequestSceneSessionActivation()