Home
last modified time | relevance | path

Searched refs:SoftBusSocketClose (Results 1 - 10 of 10) sorted by relevance

/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_socket_test.cpp124 ret = SoftBusSocketClose(acceptFd); in SocketServiceStart()
126 ret = SoftBusSocketClose(socketFd); in SocketServiceStart()
185 ret = SoftBusSocketClose(acceptFd); in SocketIpv6ServiceStart()
187 ret = SoftBusSocketClose(socketFd); in SocketIpv6ServiceStart()
231 ret = SoftBusSocketClose(socketFd); in ClientExit()
247 ret = SoftBusSocketClose(socketFd); in HWTEST_F()
253 ret = SoftBusSocketClose(socketFd); in HWTEST_F()
326 ret = SoftBusSocketClose(socketFd); in HWTEST_F()
346 ret = SoftBusSocketClose(socketFd); in HWTEST_F()
367 ret = SoftBusSocketClose(socketF in HWTEST_F()
[all...]
H A Dsoftbus_network_test.cpp60 ON_CALL(networkMock, SoftBusSocketClose).WillByDefault(Return(SOFTBUS_OK)); in HWTEST_F()
93 ON_CALL(networkMock, SoftBusSocketClose).WillByDefault(Return(SOFTBUS_OK)); in HWTEST_F()
/foundation/communication/dsoftbus/adapter/common/bus_center/network/
H A Dlnn_netlink_monitor.c69 SoftBusSocketClose(sockFd); in CreateNetlinkSocket()
74 SoftBusSocketClose(sockFd); in CreateNetlinkSocket()
83 SoftBusSocketClose(sockFd); in CreateNetlinkSocket()
217 SoftBusSocketClose(sockFd); in LnnInitNetlinkMonitorImpl()
226 SoftBusSocketClose(g_netlinkFd); in LnnDeInitNetlinkMonitorImpl()
H A Dlnn_linkwatch.c101 SoftBusSocketClose(fd); in RtNetlinkTalk()
114 SoftBusSocketClose(fd); in RtNetlinkTalk()
119 SoftBusSocketClose(fd); in RtNetlinkTalk()
122 SoftBusSocketClose(fd); in RtNetlinkTalk()
/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/src/
H A Dnetwork_mock.cpp51 int32_t SoftBusSocketClose(int32_t socketFd) in SoftBusSocketClose() function
53 return GetNetworkInterface()->SoftBusSocketClose(socketFd); in SoftBusSocketClose()
/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/include/
H A Dnetwork_mock.h49 virtual int32_t SoftBusSocketClose(int32_t socketFd) = 0;
68 MOCK_METHOD1(SoftBusSocketClose, int32_t(int32_t));
/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_socket.c293 SoftBusSocketClose(fd); in ConnCloseSocket()
302 SoftBusSocketClose(fd); in ConnShutdownSocket()
384 SoftBusSocketClose(socketFd); in ConnPreAssignPort()
389 SoftBusSocketClose(socketFd); in ConnPreAssignPort()
H A Dsoftbus_tcp_socket.c303 SoftBusSocketClose(fd); in OpenTcpClientSocket()
/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_socket.h170 int32_t SoftBusSocketClose(int32_t socketFd);
/foundation/communication/dsoftbus/adapter/common/kernel/posix/
H A Dsoftbus_adapter_socket.c433 int32_t SoftBusSocketClose(int32_t socketFd) in SoftBusSocketClose() function

Completed in 6 milliseconds