Searched refs:GetSessionById (Results 1 - 6 of 6) sorted by relevance
/foundation/communication/dsoftbus/sdk/transmission/session/src/ |
H A D | client_trans_session_manager.c | 438 static int32_t GetSessionById(int32_t sessionId, ClientSessionServer **server, SessionInfo **session) in GetSessionById() function 662 if (GetSessionById(sessionId, &serverNode, &sessionNode) != SOFTBUS_OK) { in ClientGetSessionDataById() 708 ret = GetSessionById(sessionId, &serverNode, &sessionNode); in ClientGetSessionIntegerDataById() 750 if (GetSessionById(sessionId, &serverNode, &sessionNode) != SOFTBUS_OK) { in ClientGetChannelBySessionId() 784 if (GetSessionById(socket, &serverNode, &sessionNode) != SOFTBUS_OK) { in ClientSetStatusClosingBySocket() 810 if (GetSessionById(socket, &serverNode, &sessionNode) != SOFTBUS_OK) { in ClientSetEnableStatusBySocket() 834 if (GetSessionById(sessionId, &serverNode, &sessionNode) != SOFTBUS_OK) { in ClientGetChannelBusinessTypeBySessionId() 861 if (GetSessionById(sessionId, &serverNode, &sessionNode) != SOFTBUS_OK) { in ClientSetChannelBySessionId() 1165 if (GetSessionById(sessionId, &serverNode, &sessionNode) != SOFTBUS_OK) { in ClientGetSessionCallbackById() 1324 if (GetSessionById(sessionI in ClientGetFileConfigInfoById() [all...] |
/foundation/multimedia/av_session/services/session/server/ |
H A D | session_stack.h | 42 sptr<AVSessionItem> GetSessionById(const std::string& sessionId) override;
|
H A D | session_container.h | 43 virtual sptr<AVSessionItem> GetSessionById(const std::string& sessionId) = 0;
|
H A D | avsession_service_ext.cpp | 279 sptr<AVSessionItem> session = GetContainer().GetSessionById(sessionToken.sessionId);
in StartCast() 302 sptr<AVSessionItem> session = GetUsersManager().GetContainerFromAll().GetSessionById(sessionToken.sessionId);
in StopCast()
|
H A D | session_stack.cpp | 142 sptr<AVSessionItem> SessionStack::GetSessionById(const std::string& sessionId) in GetSessionById() function in OHOS::AVSession::SessionStack
|
H A D | avsession_service.cpp | 1012 sptr<AVSessionItem> session = GetContainer().GetSessionById(sessionId); in ServiceCallback() 1018 sptr<AVSessionItem> session = GetContainer().GetSessionById(sessionId); in ServiceCallback() 1290 sptr<AVSessionItem> session = GetContainer().GetSessionById(sessionId); in GetSessionDescriptorsBySessionId() 1573 auto session = GetContainer().GetSessionById(sessionId); in IsHistoricalSession() 1602 auto session = GetContainer().GetSessionById(value["sessionId"]); in StartDefaultAbilityByCall() 1720 sptr<AVSessionItem> session = GetContainer().GetSessionById(sessionIdInner); in CreateControllerInner() 2059 sptr<AVSessionItem> sessionItem = GetUsersManager().GetContainerFromAll().GetSessionById(sessionId); in HandleSessionRelease() 2297 sptr<AVSessionItem> session = GetContainer().GetSessionById(token.sessionId); in CastAudio() 2528 auto session = GetContainer().GetSessionById(iter->second); in RemoteCancelCastAudioInner()
|
Completed in 14 milliseconds