Home
last modified time | relevance | path

Searched refs:GetRemoteSessionInfos (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h624 int GetRemoteSessionInfos(const std::string& deviceId, int32_t numMax,
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp6572 int ret = GetRemoteSessionInfos(deviceId, numMax, sessionInfos); in GetSessionInfos()
6639 int SceneSessionManager::GetRemoteSessionInfos(const std::string& deviceId, int32_t numMax, in GetRemoteSessionInfos() function in OHOS::Rosen::SceneSessionManager
6743 int result = GetRemoteSessionInfos(deviceId, MAX_NUMBER_OF_DISTRIBUTED_SESSIONS, sessionVector); in GetRemoteSessionInfo()