Searched refs:IsKeyboardForeground (Results 1 – 5 of 5) sorted by relevance
258 HWTEST_F(SceneSessionManagerTest5, IsKeyboardForeground, Function | SmallTest | Level3)268 sceneSessionManager->IsKeyboardForeground();270 sceneSessionManager->IsKeyboardForeground();
1621 HWTEST_F(SceneSessionManagerTest6, IsKeyboardForeground, Function | SmallTest | Level3)1631 auto result = ssm_->IsKeyboardForeground();1643 result = ssm_->IsKeyboardForeground();
720 ssm_->IsKeyboardForeground();725 ssm_->IsKeyboardForeground();
891 bool IsKeyboardForeground();
2126 bool SceneSessionManager::IsKeyboardForeground() in IsKeyboardForeground() function in OHOS::Rosen::SceneSessionManager2149 if (!sceneSession->IsSessionValid() && IsKeyboardForeground() && in RequestInputMethodCloseKeyboard()