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 D | softbus_proxychannel_manager_test.cpp | 327 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 D | trans_proxy_manager_test.cpp | 466 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 D | softbus_proxychannel_manager.h | 54 …32_t TransProxyGetSessionKeyByChanId(int32_t channelId, char *sessionKey, uint32_t sessionKeySize);
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/fuzztest/softbusproxychannelmanager_fuzzer/ |
H A D | softbusproxychannelmanager_fuzzer.cpp | 193 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 D | softbus_proxychannel_manager.c | 611 …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()
|