Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_auth_negotiation_test/
H A Dtrans_auth_negotiation_test.cpp158 int32_t ret = TransNegotiateSessionKey(nullptr, channelId, nullptr);
160 ret = TransNegotiateSessionKey(&authConnInfo, channelId, nullptr);
162 ret = TransNegotiateSessionKey(nullptr, channelId, peerNetworkId);
232 int32_t ret = TransNegotiateSessionKey(nullptr, TRANS_TEST_CHANNEL_ID, peerNetworkId);
235 ret = TransNegotiateSessionKey(&authConnInfo, TRANS_TEST_CHANNEL_ID, peerNetworkId);
240 ret = TransNegotiateSessionKey(&authConnInfo, TRANS_TEST_CHANNEL_ID, peerNetworkId1);
259 int32_t ret = TransNegotiateSessionKey(&authConnInfo, TRANS_TEST_CHANNEL_ID, peerNetworkId1);
261 ret = TransNegotiateSessionKey(&authConnInfo, TRANS_TEST_CHANNEL_ID, peerNetworkId1);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/include/
H A Dtrans_auth_negotiation.h27 int32_t TransNegotiateSessionKey(const AuthConnInfo *authConnInfo, int32_t channelId, const char *p…
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_auth_negotiation.c205 int32_t TransNegotiateSessionKey(const AuthConnInfo *authConnInfo, int32_t channelId, const char *p… in TransNegotiateSessionKey() function
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_manager.c1596 ret = TransNegotiateSessionKey(&authConnInfo, channelId, peerNetworkId); in TransProxyOpenProxyChannelSuccess()