Home
last modified time | relevance | path

Searched refs:GetSessionById (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_session_manager.c438 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 Dsession_stack.h42 sptr<AVSessionItem> GetSessionById(const std::string& sessionId) override;
H A Dsession_container.h43 virtual sptr<AVSessionItem> GetSessionById(const std::string& sessionId) = 0;
H A Davsession_service_ext.cpp279 sptr<AVSessionItem> session = GetContainer().GetSessionById(sessionToken.sessionId); in StartCast()
302 sptr<AVSessionItem> session = GetUsersManager().GetContainerFromAll().GetSessionById(sessionToken.sessionId); in StopCast()
H A Dsession_stack.cpp142 sptr<AVSessionItem> SessionStack::GetSessionById(const std::string& sessionId) in GetSessionById() function in OHOS::AVSession::SessionStack
H A Davsession_service.cpp1012 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 9 milliseconds