Home
last modified time | relevance | path

Searched refs:ClientGetChannelBySessionId (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_message_service.c79 ret = ClientGetChannelBySessionId(sessionId, &channelId, &channelType, &enableStatus); in SendBytes()
81 TRANS_BYTES, "ClientGetChannelBySessionId fail, sessionId=%{public}d", sessionId); in SendBytes()
129 if (ClientGetChannelBySessionId(sessionId, &channelId, &channelType, &enableStatus) != SOFTBUS_OK) { in SendMessage()
171 if (ClientGetChannelBySessionId(sessionId, &channelId, &type, &enableStatus) != SOFTBUS_OK) { in SendStream()
221 if (ClientGetChannelBySessionId(sessionId, &channelId, &type, &enableStatus) != SOFTBUS_OK) { in SendFile()
222 TRANS_LOGE(TRANS_FILE, "ClientGetChannelBySessionId failed, sessionId=%{public}d", sessionId); in SendFile()
H A Dclient_trans_session_service.c443 int32_t ret = ClientGetChannelBySessionId(sessionId, &channelId, &channelType, NULL); in NotifyAuthSuccess()
479 if (ClientGetChannelBySessionId(sessionId, NULL, NULL, &enableStatus) != SOFTBUS_OK) { in CheckSessionIsOpened()
567 ret = ClientGetChannelBySessionId(sessionId, &channelId, &type, NULL); in CloseSession()
692 ret = ClientGetChannelBySessionId(sessionId, channelId, &type, NULL); in IsValidDFSSession()
755 int32_t ret = ClientGetChannelBySessionId(sessionId, &channelId, &type, NULL); in QosReport()
871 int32_t ret = ClientGetChannelBySessionId(sessionId, &channelId, &type, NULL); in GetSessionOption()
1095 ret = ClientGetChannelBySessionId(socket, &channelId, &type, NULL); in CheckSessionCancelState()
1152 (void)ClientGetChannelBySessionId(socket, &(transInfo.channelId), &(transInfo.channelType), NULL); in ClientBind()
1231 ret = ClientGetChannelBySessionId(socket, &channelId, &type, NULL); in ClientShutdown()
1269 int32_t ret = ClientGetChannelBySessionId(socke in GetSocketMtuSize()
[all...]
H A Dclient_trans_session_callback.c431 (void)ClientGetChannelBySessionId(sessionId, NULL, NULL, &enableStatus); in TransOnSessionClosed()
H A Dclient_trans_socket_manager.c694 int32_t ret = ClientGetChannelBySessionId(waitOutSocket[i], NULL, NULL, &enableStatus); in ClientCleanUpWaitTimeoutSocket()
H A Dclient_trans_session_manager.c736 int32_t ClientGetChannelBySessionId( in ClientGetChannelBySessionId() function
/foundation/communication/dsoftbus/sdk/transmission/session/include/
H A Dclient_trans_session_manager.h176 int32_t ClientGetChannelBySessionId(
/foundation/communication/dsoftbus/tests/sdk/transmission/session/
H A Dclient_trans_session_manager_test.cpp538 int32_t ret = ClientGetChannelBySessionId(TRANS_TEST_INVALID_SESSION_ID, &channelId, &type, &enableStatus); in HWTEST_F()
1102 ClientGetChannelBySessionId(1, &channelId, &ChannelType, NULL); in HWTEST_F()

Completed in 11 milliseconds