Home
last modified time | relevance | path

Searched refs:GetFocusSessionElement (Results 1 - 15 of 15) sorted by relevance

/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager_lite.cpp128 WSError SceneSessionManagerLite::GetFocusSessionElement(AppExecFwk::ElementName& element) in GetFocusSessionElement() function in OHOS::Rosen::SceneSessionManagerLite
131 return SceneSessionManager::GetInstance().GetFocusSessionElement(element); in GetFocusSessionElement()
H A Dscene_session_manager.cpp7954 WSError SceneSessionManager::GetFocusSessionElement(AppExecFwk::ElementName& element) in GetFocusSessionElement() function in OHOS::Rosen::SceneSessionManager
7964 WLOGFD("GetFocusSessionElement with focusedSessionId: %{public}d", focusedSessionId_); in GetFocusSessionElement()
7974 return taskScheduler_->PostSyncTask(task, "GetFocusSessionElement"); in GetFocusSessionElement()
10765 WSError ret = GetFocusSessionElement(element); in MakeScreenFoldData()
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager_lite.h34 WSError GetFocusSessionElement(AppExecFwk::ElementName& element) override;
H A Dscene_session_manager.h244 WSError GetFocusSessionElement(AppExecFwk::ElementName& element) override;
/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscene_session_manager_lite_interface.h93 virtual WSError GetFocusSessionElement(AppExecFwk::ElementName& element) = 0;
H A Dscene_session_manager_lite_proxy.h37 WSError GetFocusSessionElement(AppExecFwk::ElementName& element) override;
H A Dscene_session_manager_proxy.h66 WSError GetFocusSessionElement(AppExecFwk::ElementName& element) override;
H A Dscene_session_manager_interface.h131 virtual WSError GetFocusSessionElement(AppExecFwk::ElementName& element) = 0;
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test2.cpp1655 * @tc.name: GetFocusSessionElement
1659 HWTEST_F(SceneSessionManagerTest2, GetFocusSessionElement, Function | SmallTest | Level3) in HWTEST_F()
1663 ssm_->GetFocusSessionElement(element); in HWTEST_F()
1670 ssm_->GetFocusSessionElement(element); in HWTEST_F()
H A Dscene_session_manager_lite_stub_test.cpp51 WSError GetFocusSessionElement(AppExecFwk::ElementName& element) override
/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_lite_stub.cpp368 WSError errCode = GetFocusSessionElement(element); in HandleGetFocusSessionElement()
H A Dscene_session_manager_lite_proxy.cpp483 WSError SceneSessionManagerLiteProxy::GetFocusSessionElement(AppExecFwk::ElementName& element) in GetFocusSessionElement() function in OHOS::Rosen::SceneSessionManagerLiteProxy
485 WLOGFD("run SceneSessionManagerLiteProxy::GetFocusSessionElement"); in GetFocusSessionElement()
H A Dscene_session_manager_stub.cpp616 WSError errCode = GetFocusSessionElement(element); in HandleGetFocusSessionElement()
H A Dscene_session_manager_proxy.cpp1183 WSError SceneSessionManagerProxy::GetFocusSessionElement(AppExecFwk::ElementName& element) in GetFocusSessionElement() function in OHOS::Rosen::SceneSessionManagerProxy
1185 WLOGFD("run SceneSessionManagerProxy::GetFocusSessionElement"); in GetFocusSessionElement()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_client.cpp1532 (void)sceneSessionManager->GetFocusSessionElement(elementName); in GetTopAbility()

Completed in 39 milliseconds