Home
last modified time | relevance | path

Searched refs:TransProxyGetSendMsgChanInfo (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dtrans_proxy_manager_test.cpp566 int32_t ret = TransProxyGetSendMsgChanInfo(channelId, &chanInfo);
570 ret = TransProxyGetSendMsgChanInfo(channelId, &chanInfo);
600 int32_t ret = TransProxyGetSendMsgChanInfo(m_testProxyConningChannel, &chanInfo);
775 ret = TransProxyGetSendMsgChanInfo(channelId, &chanInfo);
781 ret = TransProxyGetSendMsgChanInfo(channelId, &chanInfo);
856 int32_t ret = TransProxyGetSendMsgChanInfo(m_testProxyAuthChannelId, &chanInfo);
875 int32_t ret = TransProxyGetSendMsgChanInfo(channelId, &chanInfo);
907 int32_t ret = TransProxyGetSendMsgChanInfo(channelId, &chan);
946 ret = TransProxyGetSendMsgChanInfo(chan->channelId, chan);
H A Dsoftbus_proxychannel_manager_test.cpp496 int32_t ret = TransProxyGetSendMsgChanInfo(channelId, &chanInfo);
500 ret = TransProxyGetSendMsgChanInfo(channelId, &chanInfo);
520 int32_t ret = TransProxyGetSendMsgChanInfo(TEST_NUMBER_25, &chanInfo);
639 ret = TransProxyGetSendMsgChanInfo(channelId, &chanInfo);
645 ret = TransProxyGetSendMsgChanInfo(channelId, &chanInfo);
744 int32_t ret = TransProxyGetSendMsgChanInfo(m_testProxyAuthChannelId, &chanInfo);
760 int32_t ret = TransProxyGetSendMsgChanInfo(channelId, &chanInfo);
776 int32_t ret = TransProxyGetSendMsgChanInfo(channelId, &chan);
832 ret = TransProxyGetSendMsgChanInfo(chanInfo->channelId, chanInfo);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_manager.h55 int32_t TransProxyGetSendMsgChanInfo(int32_t channelId, ProxyChannelInfo *chanInfo);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_session.c115 if (TransProxyGetSendMsgChanInfo(channelId, chanInfo) != SOFTBUS_OK) { in TransProxyPostPacketData()
H A Dsoftbus_proxychannel_listener.c481 int32_t ret = TransProxyGetSendMsgChanInfo(channelId, info); in TransSendNetworkingMessage()
H A Dsoftbus_proxychannel_manager.c542 int32_t TransProxyGetSendMsgChanInfo(int32_t channelId, ProxyChannelInfo *chanInfo) in TransProxyGetSendMsgChanInfo() function
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/fuzztest/softbusproxychannelmanager_fuzzer/
H A Dsoftbusproxychannelmanager_fuzzer.cpp203 (void)TransProxyGetSendMsgChanInfo(channelId, &chan); in TransProxyGetSendMsgChanInfoTest()