Home
last modified time | relevance | path

Searched defs:acceptFd (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/include/
H A Dsocket_exec.h215 void AddNewAcceptSocket(int listenFd, int acceptFd) in AddNewAcceptSocket()
226 void RemoveAcceptSocket(int acceptFd) in RemoveAcceptSocket()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket_util.cpp43 int SocketUtil::SocketSendFd(int sockFd, const uint8_t *buf, int len, int acceptFd) in SocketSendFd()
H A Dsocket.cpp553 bool Socket::SendAppConnectInfo(int fd, int acceptFd, const SocketConnectInfo &connectInfo) in SendAppConnectInfo()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/
H A Dnstackx_socket.c388 static int32_t SetAcceptSocket(SocketDesc acceptFd) in SetAcceptSocket()
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_socket_test.cpp82 int acceptFd = -1; in SocketServiceStart() local
138 int acceptFd = -1; in SocketIpv6ServiceStart() local
1002 int32_t acceptFd = -1; variable
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/
H A Dlocal_socket_exec.cpp1142 int acceptFd = data->serverManager_->GetAcceptFd(clientId); in ExecLocalSocketConnectionSend() local
1168 int acceptFd = data->serverManager_->GetAcceptFd(context->GetClientId()); in ExecLocalSocketConnectionClose() local
/ohos5.0/foundation/communication/dsoftbus/adapter/common/kernel/posix/
H A Dsoftbus_adapter_socket.c208 int32_t SoftBusSocketAccept(int32_t socketFd, SoftBusSockAddr *addr, int32_t *acceptFd) in SoftBusSocketAccept()