Home
last modified time | relevance | path

Searched refs:KeyboardSessionCallback (Results 1 - 6 of 6) sorted by relevance

/foundation/window/window_manager/window_scene/test/unittest/
H A Dkeyboard_session_test.cpp77 sptr<KeyboardSession::KeyboardSessionCallback> keyboardCb = in GetKeyboardSession()
78 new (std::nothrow) KeyboardSession::KeyboardSessionCallback(); in GetKeyboardSession()
158 sptr<KeyboardSession::KeyboardSessionCallback> keyboardCb = in HWTEST_F()
159 new (std::nothrow) KeyboardSession::KeyboardSessionCallback(); in HWTEST_F()
186 sptr<KeyboardSession::KeyboardSessionCallback> keyboardCb = in HWTEST_F()
187 new (std::nothrow) KeyboardSession::KeyboardSessionCallback(); in HWTEST_F()
207 sptr<KeyboardSession::KeyboardSessionCallback> keyboardCb = in HWTEST_F()
208 new (std::nothrow) KeyboardSession::KeyboardSessionCallback(); in HWTEST_F()
249 sptr<KeyboardSession::KeyboardSessionCallback> keyboardCb = in HWTEST_F()
250 new (std::nothrow) KeyboardSession::KeyboardSessionCallback(); in HWTEST_F()
[all...]
/foundation/window/window_manager/window_scene/session/host/include/
H A Dkeyboard_session.h32 struct KeyboardSessionCallback : public RefBase { struct in OHOS::Rosen::KeyboardSession
38 const sptr<KeyboardSessionCallback>& keyboardCallback);
81 sptr<KeyboardSessionCallback> keyboardCallback_ = nullptr;
/foundation/window/window_manager/window_scene/test/mock/
H A Dmock_keyboard_session.h30 const sptr<KeyboardSessionCallback>& keyboardCallback) in KeyboardSessionMocker()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dkeyboard_session.cpp29 const sptr<KeyboardSessionCallback>& keyboardCallback) in KeyboardSession()
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h523 sptr<KeyboardSession::KeyboardSessionCallback> CreateKeyboardSessionCallback();
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp1407 sptr<KeyboardSession::KeyboardSessionCallback> SceneSessionManager::CreateKeyboardSessionCallback() in CreateKeyboardSessionCallback()
1409 sptr<KeyboardSession::KeyboardSessionCallback> keyboardCb = in CreateKeyboardSessionCallback()
1410 sptr<KeyboardSession::KeyboardSessionCallback>::MakeSptr(); in CreateKeyboardSessionCallback()
1510 sptr<KeyboardSession::KeyboardSessionCallback> keyboardCb = CreateKeyboardSessionCallback(); in CreateSceneSession()

Completed in 22 milliseconds