Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_manager.h69 int32_t TransProxyGetConnIdByChanId(int32_t channelId, int32_t *connId);
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dsoftbus_proxychannel_manager_test.cpp405 int32_t ret = TransProxyGetConnIdByChanId(channelId, &connId);
409 ret = TransProxyGetConnIdByChanId(channelId, &connId);
424 int32_t ret = TransProxyGetConnIdByChanId(channelId, connId);
H A Dtrans_proxy_manager_test.cpp505 int32_t ret = TransProxyGetConnIdByChanId(channelId, &connId);
509 ret = TransProxyGetConnIdByChanId(channelId, &connId);
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/fuzztest/softbusproxychannelmanager_fuzzer/
H A Dsoftbusproxychannelmanager_fuzzer.cpp278 (void)TransProxyGetConnIdByChanId(channelId, &connId); in TransProxyGetConnIdByChanIdTest()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_manager.c739 ret = TransProxyGetConnIdByChanId(channelId, connId); in TransGetConnByChanId()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_manager.c1990 int32_t TransProxyGetConnIdByChanId(int32_t channelId, int32_t *connId) in TransProxyGetConnIdByChanId() function