Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_listener_controller_test.cpp214 HWTEST_F(SessionListenerControllerTest, NotifySessionDestroyed, Function | SmallTest | Level2)
218 slController->NotifySessionDestroyed(persistentId);
221 slController->NotifySessionDestroyed(persistentId);
224 slController->NotifySessionDestroyed(persistentId);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dsession_listener_controller.h46 void NotifySessionDestroyed(int32_t persistentId);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dsession_listener_controller.cpp116 void SessionListenerController::NotifySessionDestroyed(int32_t persistentId) in NotifySessionDestroyed() function in OHOS::Rosen::SessionListenerController
H A Dscene_session_manager.cpp4378 listenerController_->NotifySessionDestroyed(scnSession->GetPersistentId()); in NotifySessionForCallback()
4383 listenerController_->NotifySessionDestroyed(scnSession->GetPersistentId()); in NotifySessionForCallback()
4392 listenerController_->NotifySessionDestroyed(scnSession->GetPersistentId()); in NotifySessionForCallback()