Home
last modified time | relevance | path

Searched refs:TransReNegotiateSessionKey (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/include/
H A Dtrans_auth_negotiation.h28 int32_t TransReNegotiateSessionKey(const AuthConnInfo *authConnInfo, int32_t channelId);
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_auth_negotiation_test/
H A Dtrans_auth_negotiation_test.cpp165 ret = TransReNegotiateSessionKey(nullptr, channelId);
276 int32_t ret = TransReNegotiateSessionKey(&authConnInfo, TRANS_TEST_CHANNEL_ID);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_auth_negotiation.c243 int32_t TransReNegotiateSessionKey(const AuthConnInfo *authConnInfo, int32_t channelId) in TransReNegotiateSessionKey() function
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_manager.c1257 ret = TransReNegotiateSessionKey(&authConnInfo, info->myId); in TransProxyProcessReNegotiateMsg()