Searched refs:GetSessionById (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/src/ |
H A D | client_trans_session_manager.c | 657 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 D | session_container.h | 41 virtual sptr<AVSessionItem> GetSessionById(const std::string& sessionId) = 0;
|
H A D | session_stack.h | 40 sptr<AVSessionItem> GetSessionById(const std::string& sessionId) override;
|
H A D | avsession_service.cpp | 1158 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 D | session_stack.cpp | 131 sptr<AVSessionItem> SessionStack::GetSessionById(const std::string& sessionId) in GetSessionById() function in OHOS::AVSession::SessionStack
|