Home
last modified time | relevance | path

Searched refs:RemoveSubSession (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test2.cpp522 HWTEST_F(SceneSessionTest2, RemoveSubSession, Function | SmallTest | Level2)
531 bool res = session->RemoveSubSession(0);
540 res = session->RemoveSubSession(subSession->GetPersistentId());
1238 bool result = scensession->RemoveSubSession(persistentId); in __anon5bcf85d40902()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h393 bool RemoveSubSession(int32_t persistentId);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp4339 bool SceneSession::RemoveSubSession(int32_t persistentId) in RemoveSubSession() function in OHOS::Rosen::SceneSession
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp3394 parentSession->RemoveSubSession(sceneSession->GetPersistentId()); in DestroyAndDisconnectSpecificSessionInner()