Home
last modified time | relevance | path

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

/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));
/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()
/foundation/communication/dsoftbus/core/connection/tcp/include/
H A Dsoftbus_tcp_connect_manager.h53 int32_t ConnGetSocketError(int32_t fd);
/foundation/communication/dsoftbus/core/connection/interface/
H A Dsoftbus_socket.h83 int32_t ConnGetSocketError(int32_t fd);
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_tcp_connection.c182 AUTH_LOGE(AUTH_CONN, "recv head fail. ret=%{public}d", ConnGetSocketError(fd)); in RecvPacketHead()
203 AUTH_LOGE(AUTH_CONN, "recv data fail. ret=%{public}d", ConnGetSocketError(fd)); in RecvPacketData()
/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_socket.c306 int32_t ConnGetSocketError(int32_t fd) in ConnGetSocketError() function
/foundation/communication/dsoftbus/core/connection/tcp/src/
H A Dsoftbus_tcp_connect_manager.c339 int32_t ret = ConnGetSocketError(fd); in TcpOnDataEventOut()
/foundation/communication/dsoftbus/tests/core/connection/tcp/
H A Dtcp_manager_test.cpp1008 * @tc.desc: Test ConnGetSocketError invalid param.
1012 * @tc.require: The ConnGetSocketError and operates normally.
1034 EXPECT_TRUE(ConnGetSocketError(clientfd) != 0); in HWTEST_F()

Completed in 11 milliseconds