Home
last modified time | relevance | path

Searched refs:GetRemoteSessionInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h626 …int GetRemoteSessionInfo(const std::string& deviceId, int32_t persistentId, SessionInfoBean& sessi…
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test.cpp267 int result01 = ssm_->GetRemoteSessionInfo(deviceId, persistentId, sessionInfo);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp6665 int ret = GetRemoteSessionInfo(deviceId, persistentId, sessionInfo); in GetSessionInfo()
6738 int SceneSessionManager::GetRemoteSessionInfo(const std::string& deviceId, in GetRemoteSessionInfo() function in OHOS::Rosen::SceneSessionManager