Home
last modified time | relevance | path

Searched refs:GetFocusedSessionId (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dkeyboard_session.h59 int32_t GetFocusedSessionId();
/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()
331 int32_t KeyboardSession::GetFocusedSessionId() in GetFocusedSessionId() function in OHOS::Rosen::KeyboardSession
510 uint32_t focusedSessionId = static_cast<uint32_t>(GetFocusedSessionId()); in UseFocusIdIfCallingSessionIdInvalid()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dintention_event_manager_test.cpp159 EXPECT_EQ(INVALID_SESSION_ID, SceneSessionManager::GetInstance().GetFocusedSessionId());
183 EXPECT_EQ(2, SceneSessionManager::GetInstance().GetFocusedSessionId());
H A Dscene_session_manager_test3.cpp1285 int32_t focusedSession = ssm_->GetFocusedSessionId();
1293 ASSERT_EQ(ssm_->GetFocusedSessionId(), 10086);
1303 int32_t focusedSession = ssm_->GetFocusedSessionId();
1369 int32_t focusedSession = ssm_->GetFocusedSessionId();
1388 int32_t focusedSession = ssm_->GetFocusedSessionId();
H A Dkeyboard_session_test.cpp490 HWTEST_F(KeyboardSessionTest, GetFocusedSessionId, Function | SmallTest | Level1)
505 ASSERT_EQ(INVALID_WINDOW_ID, keyboardSession->GetFocusedSessionId());
510 ASSERT_EQ(INVALID_WINDOW_ID, keyboardSession->GetFocusedSessionId());
H A Dscene_session_manager_test8.cpp661 EXPECT_EQ(2024, ssm_->GetFocusedSessionId());
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_input_manager.cpp333 int32_t focusId = SceneSessionManager::GetInstance().GetFocusedSessionId(); in CheckNeedUpdate()
410 focusedSessionId_ = SceneSessionManager::GetInstance().GetFocusedSessionId(); in PrintWindowInfo()
H A Dscene_session_manager.cpp1498 return this->GetFocusedSessionId(); in CreateKeyboardSessionCallback()
4104 GetFocusedSessionId() == sceneSession->GetPersistentId()) { in SetBrightness()
4236 int32_t SceneSessionManager::GetFocusedSessionId() const in GetFocusedSessionId() function in OHOS::Rosen::SceneSessionManager
4554 oss << "Focus window: " << GetFocusedSessionId() << std::endl; in GetAllSessionDumpInfo()
5557 } else if (persistentId == GetFocusedSessionId()) { in UpdateFocus()
10545 auto focusWindowId = GetFocusedSessionId(); in ReportWindowProfileInfos()
/ohos5.0/foundation/window/window_manager/window_scene/intention_event/src/
H A Dintention_event_manager.cpp256 auto focusedSessionId = SceneSessionManager::GetInstance().GetFocusedSessionId(); in OnInputEvent()
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_root_scene_session.cpp260 int32_t realCallerSessionId = SceneSessionManager::GetInstance().GetFocusedSessionId(); in GetRealCallerSessionId()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h211 int32_t GetFocusedSessionId() const;