Home
last modified time | relevance | path

Searched refs:onGetFocusedSessionId_ (Results 1 - 4 of 4) sorted by relevance

/foundation/window/window_manager/window_scene/session/host/include/
H A Dkeyboard_session.h34 OnGetFocusedSessionIdCallback onGetFocusedSessionId_; member
/foundation/window/window_manager/window_scene/session/host/src/
H A Dkeyboard_session.cpp331 if (keyboardCallback_ == nullptr || keyboardCallback_->onGetFocusedSessionId_ == nullptr) { in GetFocusedSessionId()
335 return keyboardCallback_->onGetFocusedSessionId_(); in GetFocusedSessionId()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dkeyboard_session_test.cpp578 keyboardCb->onGetFocusedSessionId_ = []() in HWTEST_F()
582 EXPECT_NE(keyboardCb->onGetFocusedSessionId_, nullptr); in HWTEST_F()
672 keyboardSession->keyboardCallback_->onGetFocusedSessionId_ = []()->int32_t { in HWTEST_F()
1433 keyboardSession->keyboardCallback_->onGetFocusedSessionId_ = []()->int32_t { in HWTEST_F()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp1414 keyboardCb->onGetFocusedSessionId_ = [this] { in CreateKeyboardSessionCallback()

Completed in 35 milliseconds