Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/session/host/include/
H A Dkeyboard_session.h59 int32_t GetFocusedSessionId();
/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()
329 int32_t KeyboardSession::GetFocusedSessionId() in GetFocusedSessionId() function in OHOS::Rosen::KeyboardSession
486 uint32_t focusedSessionId = static_cast<uint32_t>(GetFocusedSessionId()); in UseFocusIdIfCallingSessionIdInvalid()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dintention_event_manager_test.cpp159 EXPECT_EQ(INVALID_SESSION_ID, SceneSessionManager::GetInstance().GetFocusedSessionId()); in HWTEST_F()
183 EXPECT_EQ(2, SceneSessionManager::GetInstance().GetFocusedSessionId()); in HWTEST_F()
H A Dscene_session_manager_test3.cpp1405 int32_t focusedSession = ssm_->GetFocusedSessionId(); in HWTEST_F()
1413 ASSERT_EQ(ssm_->GetFocusedSessionId(), 10086); in HWTEST_F()
1423 int32_t focusedSession = ssm_->GetFocusedSessionId(); in HWTEST_F()
1489 int32_t focusedSession = ssm_->GetFocusedSessionId(); in HWTEST_F()
1508 int32_t focusedSession = ssm_->GetFocusedSessionId(); in HWTEST_F()
H A Dkeyboard_session_test.cpp566 * @tc.name: GetFocusedSessionId
567 * @tc.desc: GetFocusedSessionId
570 HWTEST_F(KeyboardSessionTest, GetFocusedSessionId, Function | SmallTest | Level1) in HWTEST_F()
585 ASSERT_EQ(INVALID_WINDOW_ID, keyboardSession->GetFocusedSessionId()); in HWTEST_F()
590 ASSERT_EQ(INVALID_WINDOW_ID, keyboardSession->GetFocusedSessionId()); in HWTEST_F()
H A Dscene_session_manager_test8.cpp645 EXPECT_EQ(2024, ssm_->GetFocusedSessionId()); in HWTEST_F()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_input_manager.cpp333 int32_t focusId = Rosen::SceneSessionManager::GetInstance().GetFocusedSessionId(); in CheckNeedUpdate()
410 focusedSessionId_ = Rosen::SceneSessionManager::GetInstance().GetFocusedSessionId(); in PrintWindowInfo()
H A Dscene_session_manager.cpp1415 return this->GetFocusedSessionId(); in CreateKeyboardSessionCallback()
3853 GetFocusedSessionId() == sceneSession->GetPersistentId()) { in SetBrightness()
3964 int32_t SceneSessionManager::GetFocusedSessionId() const in GetFocusedSessionId() function in OHOS::Rosen::SceneSessionManager
4324 oss << "Focus window: " << GetFocusedSessionId() << std::endl; in GetAllSessionDumpInfo()
5341 } else if (persistentId == GetFocusedSessionId()) { in UpdateFocus()
10045 auto focusWindowId = GetFocusedSessionId(); in ReportWindowProfileInfos()
/foundation/window/window_manager/window_scene/intention_event/src/
H A Dintention_event_manager.cpp261 auto focusedSessionId = SceneSessionManager::GetInstance().GetFocusedSessionId(); in OnInputEvent()
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_root_scene_session.cpp261 int32_t realCallerSessionId = SceneSessionManager::GetInstance().GetFocusedSessionId(); in GetRealCallerSessionId()
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h233 int32_t GetFocusedSessionId() const;

Completed in 31 milliseconds