Home
last modified time | relevance | path

Searched refs:AddToastSession (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test2.cpp549 HWTEST_F(SceneSessionTest2, AddToastSession, Function | SmallTest | Level2)
559 bool res = session->AddToastSession(toastSession);
565 res = session->AddToastSession(toastSession);
568 res = session->AddToastSession(toastSession);
592 res = session->AddToastSession(toastSession);
H A Dscene_session_manager_test6.cpp1372 sceneSession->AddToastSession(toastSession);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h394 bool AddToastSession(const sptr<SceneSession>& toastSession);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp4356 bool SceneSession::AddToastSession(const sptr<SceneSession>& toastSession) in AddToastSession() function in OHOS::Rosen::SceneSession
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp3251 parentSession->AddToastSession(session); in NotifyCreateToastSession()