Searched refs:SessionPoint (Results 1 - 3 of 3) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/session_manager/ |
H A D | session_manager.h | 25 struct SessionPoint {
struct 50 Session GetSession(const SessionPoint &from, const std::string &targetDeviceId) const;
51 bool CheckSession(const SessionPoint &from, const SessionPoint &to) const;
53 bool GetAuthParams(const SessionPoint &from, std::string &bundleName, int32_t &auth) const;
|
H A D | session_manager.cpp | 39 Session SessionManager::GetSession(const SessionPoint &from, const std::string &targetDeviceId) const
in GetSession() 83 bool SessionManager::GetAuthParams(const SessionPoint &from, std::string &bundleName, int32_t &auth) const
in GetAuthParams() 104 bool SessionManager::CheckSession(const SessionPoint &from, const SessionPoint &to) const
in CheckSession()
|
H A D | route_head_handler_impl.cpp | 65 SessionPoint localPoint { DmAdapter::GetInstance().GetLocalDevice().uuid,
in Init() 210 SessionPoint local { .deviceId = session_.targetDeviceId, .appId = session_.appId };
in ParseHeadData() 211 SessionPoint peer { .deviceId = session_.sourceDeviceId, .userId = session_.sourceUserId, .appId = session_.appId };
in ParseHeadData()
|
Completed in 2 milliseconds