Searched refs:SoftBusSocketListen (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/dsoftbus/adapter/common/include/ |
H A D | softbus_adapter_socket.h | 146 int32_t SoftBusSocketListen(int32_t socketFd, int32_t backLog);
|
/foundation/communication/dsoftbus/tests/adapter/unittest/ |
H A D | softbus_socket_test.cpp | 93 ret = SoftBusSocketListen(socketFd, backLog); in SocketServiceStart() 154 ret = SoftBusSocketListen(socketFd, backLog); in SocketIpv6ServiceStart() 893 ret = SoftBusSocketListen(socketFd, backLog); in HWTEST_F() 919 ret = SoftBusSocketListen(socketFd, backLog); in HWTEST_F() 937 int32_t ret = SoftBusSocketListen(socketFd, backLog); in HWTEST_F() 963 ret = SoftBusSocketListen(socketFd, backLog); in HWTEST_F() 1037 ret = SoftBusSocketListen(socketFd, backLog); in HWTEST_F()
|
/foundation/communication/dsoftbus/adapter/common/kernel/posix/ |
H A D | softbus_adapter_socket.c | 197 int32_t SoftBusSocketListen(int32_t socketFd, int32_t backLog) in SoftBusSocketListen() function
|
/foundation/communication/dsoftbus/core/connection/common/src/ |
H A D | softbus_base_listener.c | 390 status = SoftBusSocketListen(listenFd, DEFAULT_BACKLOG); in StartServerListenUnsafe()
|
Completed in 7 milliseconds