Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_manager.h54 int32_t TransProxyGetSessionKeyByChanId(int32_t channelId, char *sessionKey, uint32_t sessionKeySiz…
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dsoftbus_proxychannel_manager_test.cpp328 int32_t ret = TransProxyGetSessionKeyByChanId(channelId, sessionKey, sessionKeySize);
332 ret = TransProxyGetSessionKeyByChanId(channelId, sessionKey, sessionKeySize);
349 int32_t ret = TransProxyGetSessionKeyByChanId(channelId, sessionKey, sessionKeySize);
353 ret = TransProxyGetSessionKeyByChanId(channelId, sessionKey, sessionKeySize);
H A Dtrans_proxy_manager_test.cpp467 int32_t ret = TransProxyGetSessionKeyByChanId(channelId, sessionKey, sessionKeySize);
471 ret = TransProxyGetSessionKeyByChanId(channelId, sessionKey, sessionKeySize);
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/fuzztest/softbusproxychannelmanager_fuzzer/
H A Dsoftbusproxychannelmanager_fuzzer.cpp195 (void)TransProxyGetSessionKeyByChanId(channelId, sessionKey, sessionKeySize); in TransProxyGetSessionKeyByChanIdTest()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_manager.c611 int32_t TransProxyGetSessionKeyByChanId(int32_t channelId, char *sessionKey, uint32_t sessionKeySiz… in TransProxyGetSessionKeyByChanId() function