Home
last modified time | relevance | path

Searched refs:GetSessionInfos (Results 1 - 16 of 16) sorted by relevance

/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager_lite.cpp57 WSError SceneSessionManagerLite::GetSessionInfos(const std::string& deviceId, int32_t numMax, in GetSessionInfos() function in OHOS::Rosen::SceneSessionManagerLite
61 return SceneSessionManager::GetInstance().GetSessionInfos(deviceId, numMax, sessionInfos); in GetSessionInfos()
H A Dscene_session_manager.cpp6302 WSError SceneSessionManager::GetSessionInfos(const std::string& deviceId, int32_t numMax, in GetSessionInfos() function in OHOS::Rosen::SceneSessionManager
6346 WLOGFD("GetSessionInfos session: %{public}d, bundleName:%{public}s", sceneSession->GetPersistentId(), in GetSessionInfos()
6352 return taskScheduler_->PostSyncTask(task, "GetSessionInfos"); in GetSessionInfos()
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager_lite.h37 WSError GetSessionInfos(const std::string& deviceId, int32_t numMax,
H A Dscene_session_manager.h271 WSError GetSessionInfos(const std::string& deviceId, int32_t numMax,
/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscene_session_manager_lite_interface.h96 virtual WSError GetSessionInfos(const std::string& deviceId,
H A Dscene_session_manager_lite_proxy.h40 WSError GetSessionInfos(const std::string& deviceId, int32_t numMax,
H A Dscene_session_manager_proxy.h71 WSError GetSessionInfos(const std::string& deviceId, int32_t numMax,
H A Dscene_session_manager_interface.h135 virtual WSError GetSessionInfos(const std::string& deviceId,
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_proxy_test.cpp485 * @tc.name: GetSessionInfos
489 HWTEST_F(sceneSessionManagerProxyTest, GetSessionInfos, Function | SmallTest | Level2) in HWTEST_F()
498 sceneSessionManagerProxy_->GetSessionInfos(deviceId, 0, sessionInfos); in HWTEST_F()
H A Dscene_session_manager_lite_stub_test.cpp63 WSError GetSessionInfos(const std::string& deviceId,
H A Dscene_session_manager_test.cpp247 * @tc.name: GetSessionInfos
251 HWTEST_F(SceneSessionManagerTest, GetSessionInfos, Function | SmallTest | Level3) in HWTEST_F()
260 WSError result = ssm_->GetSessionInfos(deviceId, numMax, sessionInfos); in HWTEST_F()
/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_lite_stub.cpp246 WSError errCode = GetSessionInfos(deviceId, numMax, missionInfos); in HandleGetSessionInfos()
250 WLOGFE("GetSessionInfos error"); in HandleGetSessionInfos()
H A Dscene_session_manager_lite_proxy.cpp254 WSError SceneSessionManagerLiteProxy::GetSessionInfos(const std::string& deviceId, int32_t numMax, in GetSessionInfos() function in OHOS::Rosen::SceneSessionManagerLiteProxy
257 WLOGFD("run SceneSessionManagerLiteProxy::GetSessionInfos"); in GetSessionInfos()
266 WLOGFE("GetSessionInfos write deviceId failed."); in GetSessionInfos()
270 WLOGFE("GetSessionInfos numMax write failed."); in GetSessionInfos()
285 WLOGFE("GetSessionInfos error"); in GetSessionInfos()
H A Dscene_session_manager_stub.cpp492 WSError errCode = GetSessionInfos(deviceId, numMax, missionInfos); in HandleGetSessionInfos()
496 WLOGFE("GetSessionInfos error"); in HandleGetSessionInfos()
H A Dscene_session_manager_proxy.cpp929 WSError SceneSessionManagerProxy::GetSessionInfos(const std::string& deviceId, int32_t numMax, in GetSessionInfos() function in OHOS::Rosen::SceneSessionManagerProxy
932 WLOGFI("run SceneSessionManagerProxy::GetSessionInfos"); in GetSessionInfos()
941 WLOGFE("GetSessionInfos write deviceId failed."); in GetSessionInfos()
945 WLOGFE("GetSessionInfos numMax write failed."); in GetSessionInfos()
960 WLOGFE("GetSessionInfos error"); in GetSessionInfos()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_client.cpp905 auto err = sceneSessionManager->GetSessionInfos(deviceId, numMax, missionInfos); in GetMissionInfos()

Completed in 41 milliseconds