Home
last modified time | relevance | path

Searched refs:ConnGetSocketError (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/src/
H A Dlnn_socket_mock.cpp78 int32_t ConnGetSocketError(int32_t fd) in ConnGetSocketError() function
80 return GetSocketMockInterface()->ConnGetSocketError(fd); in ConnGetSocketError()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/include/
H A Dlnn_socket_mock.h37 virtual int32_t ConnGetSocketError(int32_t fd) = 0;
55 MOCK_METHOD1(ConnGetSocketError, int32_t (int32_t));
/ohos5.0/foundation/communication/dsoftbus/core/connection/tcp/include/
H A Dsoftbus_tcp_connect_manager.h53 int32_t ConnGetSocketError(int32_t fd);
/ohos5.0/foundation/communication/dsoftbus/core/connection/interface/
H A Dsoftbus_socket.h83 int32_t ConnGetSocketError(int32_t fd);
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_tcp_connection.c185 AUTH_LOGE(AUTH_CONN, "recv head fail. ret=%{public}d", ConnGetSocketError(fd)); in RecvPacketHead()
206 AUTH_LOGE(AUTH_CONN, "recv data fail. ret=%{public}d", ConnGetSocketError(fd)); in RecvPacketData()
/ohos5.0/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_socket.c306 int32_t ConnGetSocketError(int32_t fd) in ConnGetSocketError() function
/ohos5.0/foundation/communication/dsoftbus/core/connection/tcp/src/
H A Dsoftbus_tcp_connect_manager.c339 int32_t ret = ConnGetSocketError(fd); in TcpOnDataEventOut()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/tcp/
H A Dtcp_manager_test.cpp1034 EXPECT_TRUE(ConnGetSocketError(clientfd) != 0);