Home
last modified time | relevance | path

Searched refs:TransProxyGetNewChanSeq (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_manager.h40 int32_t TransProxyGetNewChanSeq(int32_t channelId);
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dtrans_proxy_manager_test.cpp410 int32_t ret = TransProxyGetNewChanSeq(channelId);
413 ret = TransProxyGetNewChanSeq(-1);
H A Dsoftbus_proxychannel_manager_test.cpp244 int32_t ret = TransProxyGetNewChanSeq(channelId);
246 ret = TransProxyGetNewChanSeq(TEST_NUMBER_VALID);
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/fuzztest/softbusproxychannelmanager_fuzzer/
H A Dsoftbusproxychannelmanager_fuzzer.cpp101 (void)TransProxyGetNewChanSeq(channelId); in TransProxyGetNewChanSeqTest()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_manager.c569 int32_t TransProxyGetNewChanSeq(int32_t channelId) in TransProxyGetNewChanSeq() function