Home
last modified time | relevance | path

Searched refs:focusedSessionId (Results 1 - 5 of 5) sorted by relevance

/foundation/window/window_manager/window_scene/intention_event/src/
H A Dintention_event_manager.cpp219 int32_t focusedSessionId, std::shared_ptr<MMI::KeyEvent> keyEvent, bool consumed) const in DispatchKeyEventCallback()
222 WLOGFW("keyEvent is null, focusedSessionId:%{public}" PRId32 in DispatchKeyEventCallback()
223 ", consumed:%{public}" PRId32, focusedSessionId, consumed); in DispatchKeyEventCallback()
228 WLOGD("Input method has processed key event, id:%{public}" PRId32 ", focusedSessionId:%{public}" PRId32, in DispatchKeyEventCallback()
229 keyEvent->GetId(), focusedSessionId); in DispatchKeyEventCallback()
233 auto focusedSceneSession = SceneSessionManager::GetInstance().GetSceneSession(focusedSessionId); in DispatchKeyEventCallback()
261 auto focusedSessionId = SceneSessionManager::GetInstance().GetFocusedSessionId(); in OnInputEvent() local
262 if (focusedSessionId == INVALID_SESSION_ID) { in OnInputEvent()
263 TLOGE(WmsLogTag::WMS_INPUT_KEY_FLOW, "focusedSessionId is invalid"); in OnInputEvent()
267 auto focusedSceneSession = SceneSessionManager::GetInstance().GetSceneSession(focusedSessionId); in OnInputEvent()
218 DispatchKeyEventCallback( int32_t focusedSessionId, std::shared_ptr<MMI::KeyEvent> keyEvent, bool consumed) const DispatchKeyEventCallback() argument
[all...]
/foundation/window/window_manager/window_scene/session/host/src/
H A Dkeyboard_session.cpp257 uint32_t focusedSessionId = static_cast<uint32_t>(session->GetFocusedSessionId()); in SetCallingSessionId()
258 if (session->GetSceneSession(focusedSessionId) == nullptr) { in SetCallingSessionId()
259 TLOGE(WmsLogTag::WMS_KEYBOARD, "Focused session is null, set id: %{public}d failed", focusedSessionId); in SetCallingSessionId()
262 TLOGI(WmsLogTag::WMS_KEYBOARD, "Using focusedSession id: %{public}d", focusedSessionId); in SetCallingSessionId()
263 callingSessionId = focusedSessionId; in SetCallingSessionId()
332 TLOGE(WmsLogTag::WMS_KEYBOARD, "keyboardCallback_ is nullptr, get focusedSessionId failed!"); in GetFocusedSessionId()
486 uint32_t focusedSessionId = static_cast<uint32_t>(GetFocusedSessionId()); in UseFocusIdIfCallingSessionIdInvalid() local
487 if (GetSceneSession(focusedSessionId) == nullptr) { in UseFocusIdIfCallingSessionIdInvalid()
488 TLOGE(WmsLogTag::WMS_KEYBOARD, "Focused session is null, id: %{public}d", focusedSessionId); in UseFocusIdIfCallingSessionIdInvalid()
490 TLOGI(WmsLogTag::WMS_KEYBOARD, "Using focusedSession id: %{public}d", focusedSessionId); in UseFocusIdIfCallingSessionIdInvalid()
[all...]
/foundation/window/window_manager/window_scene/intention_event/include/
H A Dintention_event_manager.h50 int32_t focusedSessionId, std::shared_ptr<MMI::KeyEvent> keyEvent, bool consumed) const;
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_input_manager.h50 void UpdateFocusedSessionId(int32_t focusedSessionId);
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_input_manager.cpp366 void SceneInputManager::UpdateFocusedSessionId(int32_t focusedSessionId) in UpdateFocusedSessionId() argument
368 auto focusedSceneSession = SceneSessionManager::GetInstance().GetSceneSession(focusedSessionId); in UpdateFocusedSessionId()

Completed in 4 milliseconds