Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_socket.h146 int32_t SoftBusSocketListen(int32_t socketFd, int32_t backLog);
/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_socket_test.cpp93 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 Dsoftbus_adapter_socket.c197 int32_t SoftBusSocketListen(int32_t socketFd, int32_t backLog) in SoftBusSocketListen() function
/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_base_listener.c390 status = SoftBusSocketListen(listenFd, DEFAULT_BACKLOG); in StartServerListenUnsafe()

Completed in 7 milliseconds