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 D | trans_proxy_manager_test.cpp | 566 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 D | softbus_proxychannel_manager_test.cpp | 496 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 D | softbus_proxychannel_manager.h | 55 int32_t TransProxyGetSendMsgChanInfo(int32_t channelId, ProxyChannelInfo *chanInfo);
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
H A D | softbus_proxychannel_session.c | 115 if (TransProxyGetSendMsgChanInfo(channelId, chanInfo) != SOFTBUS_OK) { in TransProxyPostPacketData()
|
H A D | softbus_proxychannel_listener.c | 481 int32_t ret = TransProxyGetSendMsgChanInfo(channelId, info); in TransSendNetworkingMessage()
|
H A D | softbus_proxychannel_manager.c | 542 int32_t TransProxyGetSendMsgChanInfo(int32_t channelId, ProxyChannelInfo *chanInfo) in TransProxyGetSendMsgChanInfo() function
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/fuzztest/softbusproxychannelmanager_fuzzer/ |
H A D | softbusproxychannelmanager_fuzzer.cpp | 203 (void)TransProxyGetSendMsgChanInfo(channelId, &chan); in TransProxyGetSendMsgChanInfoTest()
|