Home
last modified time | relevance | path

Searched refs:lastFocusedSessionId_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test9.cpp226 ssm_->lastFocusedSessionId_ = 4;
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h750 int32_t lastFocusedSessionId_ = INVALID_SESSION_ID; variable
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp4231 lastFocusedSessionId_ = focusedSessionId_; in SetFocusedSessionId()
5000 auto lastSession = GetSceneSession(lastFocusedSessionId_); in RequestSessionUnfocus()
5003 RequestSessionFocus(lastFocusedSessionId_, false) == WSError::WS_OK) { in RequestSessionUnfocus()
5437 auto prevSession = GetSceneSession(lastFocusedSessionId_); in NotifyFocusStatus()
5470 auto prevSession = GetSceneSession(lastFocusedSessionId_); in NotifyFocusStatus()