Home
last modified time | relevance | path

Searched refs:CheckLastFocusedAppSessionFocus (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test10.cpp219 * @tc.name: CheckLastFocusedAppSessionFocus
220 * @tc.desc: CheckLastFocusedAppSessionFocus
223 HWTEST_F(SceneSessionManagerTest10, CheckLastFocusedAppSessionFocus, Function | SmallTest | Level3) in HWTEST_F()
242 ASSERT_EQ(false, ssm_->CheckLastFocusedAppSessionFocus(focusedSession, nextSession)); in HWTEST_F()
246 ASSERT_EQ(false, ssm_->CheckLastFocusedAppSessionFocus(focusedSession, nextSession)); in HWTEST_F()
249 ssm_->CheckLastFocusedAppSessionFocus(focusedSession, nextSession); in HWTEST_F()
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h559 bool CheckLastFocusedAppSessionFocus(sptr<SceneSession>& focusedSession, sptr<SceneSession>& nextSession);
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp4792 if (CheckLastFocusedAppSessionFocus(focusedSession, nextSession)) { in RequestSessionUnfocus()
4836 bool SceneSessionManager::CheckLastFocusedAppSessionFocus( in CheckLastFocusedAppSessionFocus() function in OHOS::Rosen::SceneSessionManager

Completed in 20 milliseconds