Home
last modified time | relevance | path

Searched refs:TransProxyTransSendMsg (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_control.c52 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 Dsoftbus_proxychannel_session.c184 int32_t ret = TransProxyTransSendMsg(info->connId, (uint8_t *)buf, (uint32_t)bufLen, in TransProxyTransNormalMsg()
H A Dsoftbus_proxychannel_transceiver.c365 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 Dtrans_proxy_transceiver_test.cpp266 int32_t ret = TransProxyTransSendMsg(connectionId, buf, len, priority, pid);
269 ret = TransProxyTransSendMsg(connectionId, buf, len, priority, pid);
H A Dsoftbus_trans_proxy_transceiver_test.cpp217 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 Dsoftbus_proxychannel_transceiver.h49 int32_t TransProxyTransSendMsg(uint32_t connectionId, uint8_t *buf, uint32_t len, int32_t priority,…