Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_listener_controller_test.cpp316 HWTEST_F(SessionListenerControllerTest, NotifySessionUnfocused, Function | SmallTest | Level2)
320 slController->NotifySessionUnfocused(persistentId);
323 slController->NotifySessionUnfocused(persistentId);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dsession_listener_controller.h54 void NotifySessionUnfocused(int32_t persistentId);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dsession_listener_controller.cpp227 void SessionListenerController::NotifySessionUnfocused(int32_t persistentId) in NotifySessionUnfocused() function in OHOS::Rosen::SessionListenerController
H A Dscene_session_manager.cpp3043 listenerController_->NotifySessionUnfocused(persistentId); in NotifySessionUnfocusedToClient()
5494 listenerController_->NotifySessionUnfocused(prevSession->GetMissionId()); in NotifyFocusStatusByMission()
5510 listenerController_->NotifySessionUnfocused(sceneSession->GetMissionId()); in NotifyUnFocusedByMission()
5583 listenerController_->NotifySessionUnfocused(sceneSession->GetPersistentId()); in UpdateFocus()