Home
last modified time | relevance | path

Searched defs:GetKeyboardSession (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscb_system_session.cpp118 sptr<SceneSession> SCBSystemSession::GetKeyboardSession() const in GetKeyboardSession() function in OHOS::Rosen::SCBSystemSession
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h175 virtual sptr<SceneSession> GetKeyboardSession() const { return nullptr; }; in GetKeyboardSession() function
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dkeyboard_session_test.cpp68 sptr<KeyboardSession> KeyboardSessionTest::GetKeyboardSession(const std::string& abilityName, in GetKeyboardSession() function in OHOS::Rosen::KeyboardSessionTest