Searched refs:NotifyCreateKeyboardSessionFunc (Results 1 – 3 of 3) sorted by relevance
86 using NotifyCreateKeyboardSessionFunc = std::function<void(const sptr<SceneSession>& keyboardSessio… variable187 void SetCreateKeyboardSessionListener(const NotifyCreateKeyboardSessionFunc& func);716 NotifyCreateKeyboardSessionFunc createKeyboardSessionFunc_;
494 NotifyCreateKeyboardSessionFunc func = [this](const sptr<SceneSession>& keyboardSession, in ProcessCreateKeyboardSessionRegister()
3110 void SceneSessionManager::SetCreateKeyboardSessionListener(const NotifyCreateKeyboardSessionFunc& f… in SetCreateKeyboardSessionListener()