Home
last modified time | relevance | path

Searched refs:sessionName (Results 1 – 4 of 4) sorted by relevance

/base/security/access_token/services/tokensyncmanager/test/mock/include/
Dsession.h226 int CreateSessionServer(const char *pkgName, const char *sessionName, const ISessionListener *liste…
240 int RemoveSessionServer(const char *pkgName, const char *sessionName);
307 int GetMySessionName(int sessionId, char *sessionName, unsigned int len);
319 int GetPeerSessionName(int sessionId, char *sessionName, unsigned int len);
335 int SetFileReceiveListener(const char *pkgName, const char *sessionName, const IFileReceiveListener…
338 int SetFileSendListener(const char *pkgName, const char *sessionName, const IFileSendListener *send…
/base/security/access_token/services/tokensyncmanager/test/mock/src/
Dsoft_bus_session_mock.cpp37 int CreateSessionServer(const char *pkgName, const char *sessionName, const ISessionListener *liste… in CreateSessionServer() argument
40 ACCESSTOKEN_LOG_DEBUG(LABEL, "sessionName: %{public}s", sessionName); in CreateSessionServer()
51 int RemoveSessionServer(const char *pkgName, const char *sessionName) in RemoveSessionServer() argument
54 ACCESSTOKEN_LOG_DEBUG(LABEL, "sessionName: %{public}s", sessionName); in RemoveSessionServer()
110 int GetPeerSessionName(int sessionId, char *sessionName, unsigned int len) in GetPeerSessionName() argument
124 if (memcpy_s(sessionName, x.length(), x.c_str(), x.length()) != EOK) { in GetPeerSessionName()
127 sessionName[x.length()] = '\0'; in GetPeerSessionName()
128 ACCESSTOKEN_LOG_DEBUG(LABEL, "success, session name: %{public}s", sessionName); in GetPeerSessionName()
/base/security/device_security_level/baselib/msglib/src/common/
Dmessenger_device_session_manager.c274 static bool TryToCreateSessionServer(const char *pkgName, const char *sessionName, const ISessionLi… in TryToCreateSessionServer() argument
277 int ret = CreateSessionServer(pkgName, sessionName, listener); in TryToCreateSessionServer()
280 ret = CreateSessionServer(pkgName, sessionName, listener); in TryToCreateSessionServer()
/base/msdp/device_status/services/interaction/coordination/src/
Dcoordination_softbus_adapter.cpp173 std::string sessionName = SESSION_NAME + localNetworkId.substr(0, INTERCEPT_STRING_LENGTH); in Init() local
174 if (sessionName == localSessionName_) { in Init()
187 localSessionName_ = sessionName; in Init()