Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/authentication/interface/
H A Dauth_channel.h47 int32_t AuthPostChannelData(int32_t channelId, const AuthChannelData *data);
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/virtual/
H A Dauth_tcp_connection_virtual.c49 int32_t AuthPostChannelData(int32_t channelId, const AuthChannelData *data) in AuthPostChannelData() function
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_test.cpp740 ret = AuthPostChannelData(channelId, &data);
743 ret = AuthPostChannelData(channelId, nullptr);
746 ret = AuthPostChannelData(channelId, &data);
750 ret = AuthPostChannelData(channelId, &data);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/
H A Dtrans_auth_manager.c850 ret = AuthPostChannelData(authId, &channelData); in TransPostAuthChannelMsg()
878 if (AuthPostChannelData(authId, &channelData) != SOFTBUS_OK) { in TransPostAuthChannelErrMsg()
1166 int32_t ret = AuthPostChannelData(authId, &channelData); in TransSendAuthMsg()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_tcp_connection.c684 int32_t AuthPostChannelData(int32_t channelId, const AuthChannelData *data) in AuthPostChannelData() function