Home
last modified time | relevance | path

Searched refs:AcceptSocket (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/startup/init/services/loopevent/socket/
H A Dle_socket.h33 int AcceptSocket(int fd, int flags);
H A Dle_socket.c215 int AcceptSocket(int fd, int flags) in AcceptSocket() function
/ohos5.0/base/startup/init/test/unittest/loopevent/
H A Dloopevent_unittest.cpp234 AcceptSocket(-1, TASK_PIPE); in CreateSocketTest()
235 AcceptSocket(-1, TASK_TCP); in CreateSocketTest()
236 AcceptSocket(-1, TASK_TEST); in CreateSocketTest()
H A Dloopserver_unittest.cpp426 int ret = AcceptSocket(serverSock, flag);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_socket.h45 Socket *AcceptSocket(Socket *serverSocket);
/ohos5.0/base/startup/init/services/loopevent/task/
H A Dle_streamtask.c270 fd = AcceptSocket(GetSocketFd(server), info->baseInfo.flags); in LE_AcceptStreamClient()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/
H A Dnstackx_socket.c409 Socket *AcceptSocket(Socket *serverSocket) in AcceptSocket() function
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_session.c1784 session->acceptSocket = AcceptSocket(session->socket[0]); in DFileAcceptSocket()