Searched refs:TransProxyTransSendMsg (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
H A D | softbus_proxychannel_control.c | 52 return TransProxyTransSendMsg(info->connId, dataInfo.outData, dataInfo.outLen, in TransProxySendInnerMessage() 141 int32_t ret = TransProxyTransSendMsg(info->connId, dataInfo.outData, dataInfo.outLen, in TransProxyHandshake() 195 int32_t ret = TransProxyTransSendMsg(connId, dataInfo.outData, dataInfo.outLen, in TransProxyAckHandshake() 231 if (TransProxyTransSendMsg(connId, dataInfo.outData, dataInfo.outLen, in TransProxyKeepalive() 268 …ret = TransProxyTransSendMsg(info->connId, dataInfo.outData, dataInfo.outLen, CONN_HIGH, info->app… in TransProxyAckKeepalive() 308 …ret = TransProxyTransSendMsg(info->connId, dataInfo.outData, dataInfo.outLen, CONN_LOW, info->appI… in TransProxyResetPeer()
|
H A D | softbus_proxychannel_session.c | 184 int32_t ret = TransProxyTransSendMsg(info->connId, (uint8_t *)buf, (uint32_t)bufLen, in TransProxyTransNormalMsg()
|
H A D | softbus_proxychannel_transceiver.c | 365 int32_t TransProxyTransSendMsg(uint32_t connectionId, uint8_t *buf, uint32_t len, int32_t priority,… in TransProxyTransSendMsg() function 855 ret = TransProxyTransSendMsg(msg->connId, dataInfo.outData, dataInfo.outLen, CONN_HIGH, 0); in TransProxySendBadKeyMessage()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/ |
H A D | trans_proxy_transceiver_test.cpp | 266 int32_t ret = TransProxyTransSendMsg(connectionId, buf, len, priority, pid); 269 ret = TransProxyTransSendMsg(connectionId, buf, len, priority, pid);
|
H A D | softbus_trans_proxy_transceiver_test.cpp | 217 int32_t ret = TransProxyTransSendMsg(connectionId, buf, len, priority, pid); 220 ret = TransProxyTransSendMsg(connectionId, buf, len, priority, pid);
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/ |
H A D | softbus_proxychannel_transceiver.h | 49 int32_t TransProxyTransSendMsg(uint32_t connectionId, uint8_t *buf, uint32_t len, int32_t priority,…
|