Home
last modified time | relevance | path

Searched defs:clientFd (Results 1 - 25 of 33) sorted by relevance

12

/base/sensors/sensor/test/fuzztest/services/service/createsocketchannel_fuzzer/
H A Dcreatesocketchannel_fuzzer.cpp84 int32_t clientFd = 0; in CreateSocketChannelFuzzTest() local
/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_message_sim.h66 int clientFd; member
/base/sensors/sensor/services/src/
H A Dstream_server.cpp81 AddSocketPairInfo(int32_t uid, int32_t pid, int32_t tokenType, int32_t &serverFd, int32_t &clientFd) AddSocketPairInfo() argument
H A Dsensor_service_stub.cpp293 int32_t clientFd = -1; in CreateSocketChannelInner() local
/foundation/CastEngine/castengine_wifi_display/services/network/server/
H A Dtcp_server.cpp115 int32_t clientFd = SocketUtils::AcceptSocket(fd, &clientAddr, &addrLen); in OnServerReadable() local
[all...]
/kernel/liteos_a/net/telnet/include/
H A Dtelnet_dev.h64 INT32 clientFd; member
/test/xts/hats/kernel/syscalls/net/accept/
H A DAcceptApiTest.cpp86 int clientFd = -1; in ClientConnect() local
/test/xts/hats/kernel/syscalls/net/shutdown/
H A DShutdownApiTest.cpp87 int clientFd = -1; in ClientConnect() local
/base/sensors/sensor/frameworks/native/src/
H A Dsensor_service_proxy.cpp258 ErrCode SensorServiceProxy::CreateSocketChannel(sptr<IRemoteObject> sensorClient, int32_t &clientFd) in CreateSocketChannel() argument
H A Dsensor_service_client.cpp534 int32_t SensorServiceClient::CreateSocketClientFd(int32_t &clientFd) in HandleNetPacke() argument
559 int32_t clientFd = -1; in HandleNetPacke() local
/base/startup/init/services/loopevent/socket/
H A Dle_socket.c217 int clientFd = -1; in AcceptSocket() local
/foundation/communication/dsoftbus/tests/core/connection/common/unittest/
H A Dsoftbus_conn_common_test.cpp475 int32_t clientFd = tcp->OpenClientSocket(nullptr, "127.5.0.1", false); in HWTEST_F() local
/foundation/communication/dsoftbus/core/adapter/br/mock/
H A Dwrapper_br_interface.c89 static int32_t DisConnect(int32_t clientFd) in DisConnect() argument
95 static bool IsConnected(int32_t clientFd) in IsConnected() argument
112 static int32_t Write(int32_t clientFd, const uint8_t *buf, const int32_t len) in Write() argument
117 Read(int32_t clientFd, uint8_t *buf, const int32_t len) Read() argument
128 GetRemoteDeviceInfo(int32_t clientFd, const BluetoothRemoteDevice *device) GetRemoteDeviceInfo() argument
[all...]
/kernel/liteos_a/net/telnet/src/
H A Dtelnet_dev.c376 INT32 TelnetDevInit(INT32 clientFd) in TelnetDevInit() argument
H A Dtelnet_loop.c293 STATIC INT32 TelnetClientPrepare(INT32 clientFd) in TelnetClientPrepare() argument
344 INT32 clientFd = (INT32)(UINTPTR)arg; TelnetClientLoop() local
408 TelnetdAcceptClient(INT32 clientFd, const struct sockaddr_in *inTelnetAddr) TelnetdAcceptClient() argument
457 INT32 clientFd = -1; TelnetdAcceptLoop() local
[all...]
/test/xts/hats/kernel/syscalls/net/get_info/
H A DGetInfoApiTest.cpp89 int clientFd = -1; in ClientConnect() local
/base/msdp/device_status/intention/ipc/socket/src/
H A Dsocket_session_manager.cpp85 AllocSocketFd(const std::string& programName, int32_t moduleType, int32_t tokenType, int32_t uid, int32_t pid, int32_t& clientFd) AllocSocketFd() argument
/base/startup/init/services/param/linux/
H A Dparam_request.c134 int clientFd = socket(AF_UNIX, SOCK_STREAM | SOCK_CLOEXEC, 0); in GetClientSocket() local
147 static int StartRequest(int clientFd, ParamMessage *request, int timeout) in StartRequest() argument
[all...]
/foundation/multimodalinput/input/intention/ipc/socket/src/
H A Dsocket_session_manager.cpp62 AllocSocketFd(const std::string& programName, int32_t moduleType, int32_t tokenType, int32_t uid, int32_t pid, int32_t& clientFd) AllocSocketFd() argument
/foundation/communication/dsoftbus/tests/core/connection/br/
H A Dbr_connection_test.cpp84 int32_t Read(int32_t clientFd, uint8_t *buf, const int32_t length) in Read() argument
94 int32_t Write(int32_t clientFd, const uint8_t *buf, const int32_t length) in Write() argument
/foundation/communication/ipc/ipc/test/rpc/socket_trans/src/
H A Drpc_mini_socket_trans.c111 int32_t clientFd = *(int32_t *)args; in HandleAccept() local
180 int32_t clientFd = accept(fd, (struct sockaddr *)&addr, &len); in OpenTcpServerSocket() local
[all...]
H A Drpc_socket_trans.c108 int32_t clientFd = *(int32_t *)args; in HandleAccept() local
175 int32_t clientFd = accept(fd, (struct sockaddr *)&addr, &len); in OpenTcpServerSocket() local
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dvpn_manager.cpp252 int32_t VpnManager::SendVpnInterfaceFdToClient(int32_t clientFd, int32_t tunFd) in SendVpnInterfaceFdToClient() argument
304 int32_t clientFd = accept(serverfd, reinterpret_cast<sockaddr *>(&clientAddr), &len); in StartUnixSocketListen() local
/test/xts/hats/kernel/syscalls/net/data_handle/
H A DDataHandleApiTest.cpp113 int clientFd = -1; in TcpClient() local
142 int clientFd = -1; in UdpClient() local
285 int clientFd = -1; HWTEST_F() local
[all...]
/foundation/CastEngine/castengine_wifi_display/services/network/socket/
H A Dsocket_utils.cpp507 int32_t clientFd = accept(fd, reinterpret_cast<struct sockaddr *>(clientAddr), addrLen); in AcceptSocket() local

Completed in 14 milliseconds

12