Home
last modified time | relevance | path

Searched refs:PendingSessionToForeground (Results 1 - 21 of 21) sorted by relevance

/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_proxy_lifecycle_test.cpp78 * @tc.name: PendingSessionToForeground
82 HWTEST_F(sceneSessionManagerProxyLifecycleTest, PendingSessionToForeground, Function | SmallTest | Level2) in HWTEST_F()
90 ASSERT_EQ(WSError::WS_ERROR_IPC_FAILED, sceneSessionManagerProxy_->PendingSessionToForeground(token)); in HWTEST_F()
H A Dscene_session_manager_test2.cpp1616 * @tc.name: PendingSessionToForeground
1620 HWTEST_F(SceneSessionManagerTest2, PendingSessionToForeground, Function | SmallTest | Level3) in HWTEST_F()
1623 ssm_->PendingSessionToForeground(nullptr); in HWTEST_F()
1630 ssm_->PendingSessionToForeground(nullptr); in HWTEST_F()
H A Dscene_session_manager_lite_stub_test.cpp39 WSError PendingSessionToForeground(const sptr<IRemoteObject>& token) override
H A Dsession_test2.cpp1562 ASSERT_EQ(session_->PendingSessionToForeground(), WSError::WS_OK); in HWTEST_F()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager_lite.cpp109 WSError SceneSessionManagerLite::PendingSessionToForeground(const sptr<IRemoteObject>& token) in PendingSessionToForeground() function in OHOS::Rosen::SceneSessionManagerLite
112 return SceneSessionManager::GetInstance().PendingSessionToForeground(token); in PendingSessionToForeground()
H A Dscene_session_manager.cpp7887 WSError SceneSessionManager::PendingSessionToForeground(const sptr<IRemoteObject>& token) in PendingSessionToForeground() function in OHOS::Rosen::SceneSessionManager
7899 return session->PendingSessionToForeground(); in PendingSessionToForeground()
7904 return taskScheduler_->PostSyncTask(task, "PendingSessionToForeground"); in PendingSessionToForeground()
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager_lite.h30 WSError PendingSessionToForeground(const sptr<IRemoteObject>& token) override;
H A Dscene_session_manager.h265 WSError PendingSessionToForeground(const sptr<IRemoteObject>& token) override;
/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscene_session_manager_lite_interface.h89 virtual WSError PendingSessionToForeground(const sptr<IRemoteObject>& token) = 0;
H A Dscene_session_manager_lite_proxy.h33 WSError PendingSessionToForeground(const sptr<IRemoteObject>& token) override;
H A Dscene_session_manager_proxy.h60 WSError PendingSessionToForeground(const sptr<IRemoteObject>& token) override;
H A Dscene_session_manager_interface.h127 virtual WSError PendingSessionToForeground(const sptr<IRemoteObject>& token) = 0;
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session.h288 void PendingSessionToForeground(const SessionInfo& info);
H A Djs_scene_session.cpp1199 jsSceneSession->PendingSessionToForeground(info); in ProcessPendingSessionToForegroundRegister()
3462 void JsSceneSession::PendingSessionToForeground(const SessionInfo& info) in PendingSessionToForeground() function in OHOS::Rosen::JsSceneSession
3471 TLOGE(WmsLogTag::WMS_LIFE, "PendingSessionToForeground jsSceneSession id:%{public}d has been destroyed", in PendingSessionToForeground()
3492 taskScheduler_->PostMainThreadTask(task, "PendingSessionToForeground:" + info.bundleName_); in PendingSessionToForeground()
/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_lite_stub.cpp181 WSError errCode = PendingSessionToForeground(token); in HandlePendingSessionToForeground()
H A Dscene_session_manager_lite_proxy.cpp124 WSError SceneSessionManagerLiteProxy::PendingSessionToForeground(const sptr<IRemoteObject>& token) in PendingSessionToForeground() function in OHOS::Rosen::SceneSessionManagerLiteProxy
126 WLOGFD("run SceneSessionManagerLiteProxy::PendingSessionToForeground"); in PendingSessionToForeground()
H A Dscene_session_manager_stub.cpp435 WSError errCode = PendingSessionToForeground(token); in HandlePendingSessionToForeground()
H A Dscene_session_manager_proxy.cpp801 WSError SceneSessionManagerProxy::PendingSessionToForeground(const sptr<IRemoteObject>& token) in PendingSessionToForeground() function in OHOS::Rosen::SceneSessionManagerProxy
803 WLOGFI("run SceneSessionManagerProxy::PendingSessionToForeground"); in PendingSessionToForeground()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h296 WSError PendingSessionToForeground();
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_client.cpp1281 sceneSessionManager->PendingSessionToForeground(token); in DelegatorDoAbilityForeground()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp1636 WSError Session::PendingSessionToForeground() in PendingSessionToForeground() function in OHOS::Rosen::Session

Completed in 55 milliseconds