Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dsoftbus_proxychannel_manager_test.cpp327 uint32_t sessionKeySize = SESSION_KEY_LENGTH; variable
328 int32_t ret = TransProxyGetSessionKeyByChanId(channelId, sessionKey, sessionKeySize);
332 ret = TransProxyGetSessionKeyByChanId(channelId, sessionKey, sessionKeySize);
346 uint32_t sessionKeySize = SESSIONKEYSIZE; variable
349 int32_t ret = TransProxyGetSessionKeyByChanId(channelId, sessionKey, sessionKeySize);
353 ret = TransProxyGetSessionKeyByChanId(channelId, sessionKey, sessionKeySize);
H A Dtrans_proxy_manager_test.cpp466 uint32_t sessionKeySize = SESSION_KEY_LENGTH; variable
467 int32_t ret = TransProxyGetSessionKeyByChanId(channelId, sessionKey, sessionKeySize);
471 ret = TransProxyGetSessionKeyByChanId(channelId, sessionKey, sessionKeySize);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_manager.h54 …32_t TransProxyGetSessionKeyByChanId(int32_t channelId, char *sessionKey, uint32_t sessionKeySize);
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/fuzztest/softbusproxychannelmanager_fuzzer/
H A Dsoftbusproxychannelmanager_fuzzer.cpp193 uint32_t sessionKeySize = SESSION_KEY_LENGTH; in TransProxyGetSessionKeyByChanIdTest() local
195 (void)TransProxyGetSessionKeyByChanId(channelId, sessionKey, sessionKeySize); in TransProxyGetSessionKeyByChanIdTest()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_manager.c611 …t32_t TransProxyGetSessionKeyByChanId(int32_t channelId, char *sessionKey, uint32_t sessionKeySize) in TransProxyGetSessionKeyByChanId() argument
625 if (memcpy_s(sessionKey, sessionKeySize, item->appInfo.sessionKey, in TransProxyGetSessionKeyByChanId()