Home
last modified time | relevance | path

Searched refs:SoftBusSocketShutDown (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_socket.h169 int32_t SoftBusSocketShutDown(int32_t socketFd, int32_t how);
/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_socket.c301 SoftBusSocketShutDown(fd, SOFTBUS_SHUT_RDWR); in ConnShutdownSocket()
/foundation/communication/dsoftbus/adapter/common/kernel/posix/
H A Dsoftbus_adapter_socket.c422 int32_t SoftBusSocketShutDown(int32_t socketFd, int32_t how) in SoftBusSocketShutDown() function
/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_socket_test.cpp1851 SoftBusSocketShutDown(socketFd, SOFTBUS_SHUT_RDWR);
1866 int32_t ret = SoftBusSocketShutDown(socketFd, SOFTBUS_SHUT_RDWR);
1882 ret = SoftBusSocketShutDown(socketFd, -1);

Completed in 5 milliseconds