Home
last modified time | relevance | path

Searched defs:toastSession (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test2.cpp558 sptr<SceneSession> toastSession = nullptr; variable
589 sptr<SceneSession> toastSession = new (std::nothrow) SceneSession(info, nullptr); variable
H A Dscene_session_manager_test6.cpp1369 sptr<SceneSession> toastSession = sptr<SceneSession>::MakeSptr(sessionInfo, nullptr); variable
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp3436 for (auto toastSession : toastSession_) { in SetForegroundInteractiveStatus() local
4356 bool SceneSession::AddToastSession(const sptr<SceneSession>& toastSession) in AddToastSession()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp6274 for (const auto& toastSession : sceneSession->GetToastSession()) { in ProcessSubSessionBackground() local