Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test5.cpp450 * @tc.name: IsKeyboardForeground
451 * @tc.desc: IsKeyboardForeground
454 HWTEST_F(SceneSessionManagerTest5, IsKeyboardForeground, Function | SmallTest | Level3) in HWTEST_F()
464 sceneSessionManager->IsKeyboardForeground(); in HWTEST_F()
466 sceneSessionManager->IsKeyboardForeground(); in HWTEST_F()
H A Dscene_session_manager_test6.cpp1810 * @tc.name: IsKeyboardForeground
1811 * @tc.desc: IsKeyboardForeground
1814 HWTEST_F(SceneSessionManagerTest6, IsKeyboardForeground, Function | SmallTest | Level3) in HWTEST_F()
1824 auto result = ssm_->IsKeyboardForeground(); in HWTEST_F()
1836 result = ssm_->IsKeyboardForeground(); in HWTEST_F()
H A Dscene_session_manager_test3.cpp658 ssm_->IsKeyboardForeground(); in HWTEST_F()
663 ssm_->IsKeyboardForeground(); in HWTEST_F()
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h906 bool IsKeyboardForeground();
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp1843 bool SceneSessionManager::IsKeyboardForeground() in IsKeyboardForeground() function in OHOS::Rosen::SceneSessionManager
1866 if (!sceneSession->IsSessionValid() && IsKeyboardForeground() && in RequestInputMethodCloseKeyboard()

Completed in 29 milliseconds