Home
last modified time | relevance | path

Searched refs:SocketPostBytes (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_tcp_connection.h55 int32_t SocketPostBytes(int32_t fd, const AuthDataHead *head, const uint8_t *data);
/foundation/communication/dsoftbus/core/authentication/src/virtual/
H A Dauth_tcp_connection_virtual.c84 int32_t SocketPostBytes(int32_t fd, const AuthDataHead *head, const uint8_t *data) in SocketPostBytes() function
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_tcp_connection.c517 int32_t SocketPostBytes(int32_t fd, const AuthDataHead *head, const uint8_t *data) in SocketPostBytes() function
694 return SocketPostBytes(channelId, &head, data->data); in AuthPostChannelData()
H A Dauth_connection.c719 return SocketPostBytes(GetFd(connId), head, data); in PostAuthData()
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_test.cpp662 int32_t ret = SocketPostBytes(fd, &head, data); in HWTEST_F()
1957 int32_t ret = SocketPostBytes(fd, head, data); in HWTEST_F()
1962 ret = SocketPostBytes(fd, &headValue, dataValue); in HWTEST_F()

Completed in 7 milliseconds