Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_manager.h48 int32_t TransProxyGetChanByReqId(int32_t reqId, ProxyChannelInfo *chan);
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/fuzztest/softbusproxychannelmanager_fuzzer/
H A Dsoftbusproxychannelmanager_fuzzer.cpp165 (void)TransProxyGetChanByReqId(reqId, &chan); in TransProxyGetChanByReqIdTest()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dsoftbus_proxychannel_manager_test.cpp876 int32_t ret = TransProxyGetChanByReqId(reqId, chan);
881 ret = TransProxyGetChanByReqId(reqId, chan);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_manager.c261 int32_t TransProxyGetChanByReqId(int32_t reqId, ProxyChannelInfo *chan) in TransProxyGetChanByReqId() function