Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dkeyboard_session.h34 OnGetFocusedSessionIdCallback onGetFocusedSessionId_; member
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dkeyboard_session.cpp333 if (keyboardCallback_ == nullptr || keyboardCallback_->onGetFocusedSessionId_ == nullptr) { in GetFocusedSessionId()
337 return keyboardCallback_->onGetFocusedSessionId_(); in GetFocusedSessionId()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dkeyboard_session_test.cpp498 keyboardCb->onGetFocusedSessionId_ = []()
502 EXPECT_NE(keyboardCb->onGetFocusedSessionId_, nullptr);
1357 keyboardSession->keyboardCallback_->onGetFocusedSessionId_ = []()->int32_t { in __anonf7c393051402()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp1497 keyboardCb->onGetFocusedSessionId_ = [this] { in CreateKeyboardSessionCallback()