Home
last modified time | relevance | path

Searched refs:createKeyboardSessionFunc_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h716 NotifyCreateKeyboardSessionFunc createKeyboardSessionFunc_; variable
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp3112 createKeyboardSessionFunc_ = func; in SetCreateKeyboardSessionListener()
3157 && createKeyboardSessionFunc_) { in NotifyCreateSpecificSession()
3158 createKeyboardSessionFunc_(newSession, newSession->GetKeyboardPanelSession()); in NotifyCreateSpecificSession()