Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_manager.h58 void TransProxyChanProcessByReqId(int32_t reqId, uint32_t connId);
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/fuzztest/softbusproxychannelmanager_fuzzer/
H A Dsoftbusproxychannelmanager_fuzzer.cpp228 TransProxyChanProcessByReqId(reqId, connId); in TransProxyChanProcessByReqIdTest()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dtrans_proxy_manager_test.cpp597 TransProxyChanProcessByReqId(channelId, channelId);
H A Dsoftbus_proxychannel_manager_test.cpp517 TransProxyChanProcessByReqId(TEST_NUMBER_26, connId);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_transceiver.c618 TransProxyChanProcessByReqId((int32_t)requestId, connectionId); in TransOnConnectSucceed()
H A Dsoftbus_proxychannel_manager.c334 void TransProxyChanProcessByReqId(int32_t reqId, uint32_t connId) in TransProxyChanProcessByReqId() function