Home
last modified time | relevance | path

Searched refs:toastSession_ (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test5.cpp1086 session->toastSession_.clear(); in HWTEST_F()
1087 session->toastSession_.push_back(session); in HWTEST_F()
1089 session->toastSession_.clear(); in HWTEST_F()
1091 session->toastSession_.push_back(session); in HWTEST_F()
1093 session->toastSession_.clear(); in HWTEST_F()
1095 session->toastSession_.push_back(session); in HWTEST_F()
1097 session->toastSession_.clear(); in HWTEST_F()
1099 session->toastSession_.push_back(nullptr); in HWTEST_F()
1101 session->toastSession_.clear(); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp3208 for (auto toastSession : toastSession_) { in SetForegroundInteractiveStatus()
4158 auto iter = std::find_if(toastSession_.begin(), toastSession_.end(), in AddToastSession()
4163 if (iter != toastSession_.end()) { in AddToastSession()
4170 toastSession_.push_back(toastSession); in AddToastSession()
4176 auto iter = std::find_if(toastSession_.begin(), toastSession_.end(), in RemoveToastSession()
4181 if (iter == toastSession_.end()) { in RemoveToastSession()
4187 toastSession_.erase(iter); in RemoveToastSession()
4248 return toastSession_; in GetToastSession()
[all...]
/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h660 std::vector<sptr<SceneSession>> toastSession_; member in OHOS::OHOS::Rosen::SceneSession

Completed in 11 milliseconds