Home
last modified time | relevance | path

Searched refs:TransProxySendInnerMessage (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_control.h24 int32_t TransProxySendInnerMessage(ProxyChannelInfo *info, const char *payLoad, uint32_t payLoadLen…
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dtrans_proxy_channel_test.cpp657 int32_t ret = TransProxySendInnerMessage(nullptr, TEST_PAY_LOAD, payLoadLen, priority);
662 ret = TransProxySendInnerMessage(&info, TEST_PAY_LOAD, payLoadLen, priority);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_control.c31 int32_t TransProxySendInnerMessage(ProxyChannelInfo *info, const char *payLoad, in TransProxySendInnerMessage() function
H A Dsoftbus_proxychannel_listener.c501 ret = TransProxySendInnerMessage(info, (char *)data, dataLen, priority); in TransSendNetworkingMessage()