Home
last modified time | relevance | path

Searched refs:GetSessionById (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_session_manager.c657 if (GetSessionById(sessionId, &serverNode, &sessionNode) != SOFTBUS_OK) { in ClientGetSessionDataById()
703 ret = GetSessionById(sessionId, &serverNode, &sessionNode); in ClientGetSessionIntegerDataById()
745 if (GetSessionById(sessionId, &serverNode, &sessionNode) != SOFTBUS_OK) { in ClientGetChannelBySessionId()
779 if (GetSessionById(socket, &serverNode, &sessionNode) != SOFTBUS_OK) { in ClientSetEnableStatusBySocket()
1621 int32_t ret = GetSessionById(sessionId, &serverNode, &sessionNode); in ClientSetActionIdBySessionId()
1659 if (GetSessionById(socket, &serverNode, &sessionNode) != SOFTBUS_OK) { in ClientHandleBindWaitTimer()
1704 if (GetSessionById(socket, &serverNode, &sessionNode) != SOFTBUS_OK) { in ClientSetSocketState()
1858 if (GetSessionById(socket, &serverNode, &sessionNode) != SOFTBUS_OK) { in ClientGetPeerSocketInfoById()
2236 if (GetSessionById(socket, &serverNode, &sessionNode) != SOFTBUS_OK) { in CheckSessionEnableStatus()
2274 if (GetSessionById(socket, &serverNode, &sessionNode) != SOFTBUS_OK) { in ClientWaitSyncBind()
[all …]
/ohos5.0/foundation/multimedia/av_session/services/session/server/
H A Dsession_container.h41 virtual sptr<AVSessionItem> GetSessionById(const std::string& sessionId) = 0;
H A Dsession_stack.h40 sptr<AVSessionItem> GetSessionById(const std::string& sessionId) override;
H A Davsession_service.cpp1158 sptr<AVSessionItem> session = GetContainer().GetSessionById(sessionToken.sessionId); in StartCast()
1256 sptr<AVSessionItem> session = GetContainer().GetSessionById(sessionId); in ServiceCallback()
1262 sptr<AVSessionItem> session = GetContainer().GetSessionById(sessionId); in ServiceCallback()
1529 sptr<AVSessionItem> session = GetContainer().GetSessionById(sessionId); in GetSessionDescriptorsBySessionId()
1808 auto session = GetContainer().GetSessionById(sessionId); in IsHistoricalSession()
1836 auto session = GetContainer().GetSessionById(value["sessionId"]); in StartDefaultAbilityByCall()
1953 auto session = GetContainer().GetSessionById(sessionIdInner); in CreateControllerInner()
1975 auto session = GetContainer().GetSessionById(sessionId); in GetAVCastControllerInner()
2324 …sptr<AVSessionItem> sessionItem = GetUsersManager().GetContainerFromAll().GetSessionById(sessionId… in HandleSessionRelease()
2584 sptr<AVSessionItem> session = GetContainer().GetSessionById(token.sessionId); in CastAudio()
[all …]
H A Dsession_stack.cpp131 sptr<AVSessionItem> SessionStack::GetSessionById(const std::string& sessionId) in GetSessionById() function in OHOS::AVSession::SessionStack