Searched refs:SetForegroundInteractiveStatus (Results 1 – 8 of 8) sorted by relevance
104 SetForegroundInteractiveStatus(interactive); in NotifyForegroundInteractiveStatus()
1349 SetForegroundInteractiveStatus(interactive); in NotifyForegroundInteractiveStatus()1352 void Session::SetForegroundInteractiveStatus(bool interactive) in SetForegroundInteractiveStatus() function in OHOS::Rosen::Session
3429 void SceneSession::SetForegroundInteractiveStatus(bool interactive) in SetForegroundInteractiveStatus() function in OHOS::Rosen::SceneSession3431 Session::SetForegroundInteractiveStatus(interactive); in SetForegroundInteractiveStatus()5143 SetForegroundInteractiveStatus(interactive); in UpdateInteractiveInner()
1042 HWTEST_F(SceneSessionTest5, SetForegroundInteractiveStatus, Function | SmallTest | Level2)1052 session->SetForegroundInteractiveStatus(false);1056 session->SetForegroundInteractiveStatus(false);1060 session->SetForegroundInteractiveStatus(false);1064 session->SetForegroundInteractiveStatus(false);
1306 scensession->SetForegroundInteractiveStatus(true);
459 virtual void SetForegroundInteractiveStatus(bool interactive);
254 void SetForegroundInteractiveStatus(bool interactive) override;
2104 scnSession->SetForegroundInteractiveStatus(true); in RequestSceneSessionActivation()