Home
last modified time | relevance | path

Searched defs:focusedSessionId (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/intention_event/src/
H A Dintention_event_manager.cpp214 int32_t focusedSessionId, std::shared_ptr<MMI::KeyEvent> keyEvent, bool consumed) const in DispatchKeyEventCallback()
256 auto focusedSessionId = SceneSessionManager::GetInstance().GetFocusedSessionId(); in OnInputEvent() local
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dkeyboard_session.cpp246 uint32_t focusedSessionId = static_cast<uint32_t>(session->GetFocusedSessionId()); in SetCallingSessionId() local
510 uint32_t focusedSessionId = static_cast<uint32_t>(GetFocusedSessionId()); in UseFocusIdIfCallingSessionIdInvalid() local
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_input_manager.cpp366 void SceneInputManager::UpdateFocusedSessionId(int32_t focusedSessionId) in UpdateFocusedSessionId()