Home
last modified time | relevance | path

Searched refs:SetFocusedOnShow (Results 1 - 10 of 10) sorted by relevance

/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test9.cpp152 sceneSession->SetFocusedOnShow(false); in HWTEST_F()
157 sceneSession->SetFocusedOnShow(true); in HWTEST_F()
185 sceneSession->SetFocusedOnShow(false); in HWTEST_F()
190 sceneSession->SetFocusedOnShow(true); in HWTEST_F()
421 subSceneSession->SetFocusedOnShow(true); in HWTEST_F()
485 dialogSceneSession->SetFocusedOnShow(true); in HWTEST_F()
H A Dscene_session_manager_lifecycle_test2.cpp202 sceneSession->SetFocusedOnShow(true); in HWTEST_F()
205 sceneSession->SetFocusedOnShow(false); in HWTEST_F()
H A Dsession_test.cpp1027 * @tc.name: SetFocusedOnShow
1028 * @tc.desc: SetFocusedOnShow Test
1031 HWTEST_F(WindowSessionTest, SetFocusedOnShow, Function | SmallTest | Level2) in HWTEST_F()
1034 session_->SetFocusedOnShow(false); in HWTEST_F()
1037 session_->SetFocusedOnShow(true); in HWTEST_F()
H A Dscene_session_manager_test6.cpp753 sceneSession->SetFocusedOnShow(true); in HWTEST_F()
756 sceneSession->SetFocusedOnShow(false); in HWTEST_F()
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_root_scene_session.cpp293 sceneSession->SetFocusedOnShow(focusedOnShow); in PendingSessionActivation()
308 sceneSession->SetFocusedOnShow(true); in PendingSessionActivation()
H A Djs_scene_session.cpp3159 sceneSession->SetFocusedOnShow(focusedOnShow); in PendingSessionActivation()
3161 sceneSession->SetFocusedOnShow(true); in PendingSessionActivation()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h356 void SetFocusedOnShow(bool focusedOnShow); // Used when creating ability
/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp101 SetFocusedOnShow(focusedOnShow); in Session()
600 void Session::SetFocusedOnShow(bool focusedOnShow) in SetFocusedOnShow() function in OHOS::Rosen::Session
605 TLOGI(WmsLogTag::WMS_FOCUS, "SetFocusedOnShow:%{public}d, id: %{public}d", focusedOnShow, GetPersistentId()); in SetFocusedOnShow()
H A Dscene_session.cpp1341 session->SetFocusedOnShow(true); in RaiseAppMainWindowToTop()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp5766 sceneSession->SetFocusedOnShow(true); in ProcessFocusWhenForeground()

Completed in 46 milliseconds