Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_manager.h74 int32_t TransProxySetAuthHandleByChanId(int32_t channelId, AuthHandle authHandle);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_control.c78 int32_t ret = TransProxySetAuthHandleByChanId((int32_t)info->channelId, info->authHandle); in SetCipherOfHandshakeMsg()
H A Dsoftbus_proxychannel_manager.c2110 int32_t TransProxySetAuthHandleByChanId(int32_t channelId, AuthHandle authHandle) in TransProxySetAuthHandleByChanId() function
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/fuzztest/softbusproxychannelmanager_fuzzer/
H A Dsoftbusproxychannelmanager_fuzzer.cpp331 (void)TransProxySetAuthHandleByChanId(channelId, authHandle); in TransProxySetAuthHandleByChanIdTest()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dsoftbus_proxychannel_manager_test.cpp1253 int32_t ret = TransProxySetAuthHandleByChanId(channelId, authHandle);