Home
last modified time | relevance | path

Searched refs:IsKeyboardForeground (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test5.cpp258 HWTEST_F(SceneSessionManagerTest5, IsKeyboardForeground, Function | SmallTest | Level3)
268 sceneSessionManager->IsKeyboardForeground();
270 sceneSessionManager->IsKeyboardForeground();
H A Dscene_session_manager_test6.cpp1621 HWTEST_F(SceneSessionManagerTest6, IsKeyboardForeground, Function | SmallTest | Level3)
1631 auto result = ssm_->IsKeyboardForeground();
1643 result = ssm_->IsKeyboardForeground();
H A Dscene_session_manager_test3.cpp720 ssm_->IsKeyboardForeground();
725 ssm_->IsKeyboardForeground();
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h891 bool IsKeyboardForeground();
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp2126 bool SceneSessionManager::IsKeyboardForeground() in IsKeyboardForeground() function in OHOS::Rosen::SceneSessionManager
2149 if (!sceneSession->IsSessionValid() && IsKeyboardForeground() && in RequestInputMethodCloseKeyboard()