Searched refs:TransProxyGetSessionKeyByChanId (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/ |
H A D | softbus_proxychannel_manager.h | 54 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 D | softbus_proxychannel_manager_test.cpp | 328 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 D | trans_proxy_manager_test.cpp | 467 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 D | softbusproxychannelmanager_fuzzer.cpp | 195 (void)TransProxyGetSessionKeyByChanId(channelId, sessionKey, sessionKeySize); in TransProxyGetSessionKeyByChanIdTest()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
H A D | softbus_proxychannel_manager.c | 611 int32_t TransProxyGetSessionKeyByChanId(int32_t channelId, char *sessionKey, uint32_t sessionKeySiz… in TransProxyGetSessionKeyByChanId() function
|