Home
last modified time | relevance | path

Searched defs:socketfd (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/toolchain/test/fuzztest/connectserverrunserversocketfd1_fuzzer/
H A Dconnectserverrunserversocketfd1_fuzzer.cpp37 int socketfd = 1; // 1 : set socketfd_ in ConnectServerRunServerSocketfd1FuzzTest() local
/arkcompiler/toolchain/inspector/
H A Dconnect_server.cpp27 ConnectServer::ConnectServer(int socketfd, std::function<void(std::string&&)> onMessage) in ConnectServer() argument
H A Dinspector.cpp351 bool StartDebugForSocketpair(int tid, int socketfd) in StartDebugForSocketpair() argument
H A Dconnect_inspector.cpp177 bool StartServerForSocketPair(int socketfd) in StartServerForSocketPair() argument
/drivers/peripheral/usb/ddk/host/src/
H A Dddk_uevent_handle.c57 int socketfd = socket(AF_NETLINK, SOCK_DGRAM, NETLINK_KOBJECT_UEVENT); in DdkUeventOpen() local
165 int socketfd = -1; DdkUeventMain() local
[all...]
/arkcompiler/toolchain/websocket/server/
H A Dwebsocket_server.cpp321 bool WebSocketServer::InitUnixWebSocket(int socketfd) in InitUnixWebSocket() argument
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dclat_utils.cpp422 int socketfd = socket(AF_INET, SOCK_DGRAM, 0); in SetTunInterfaceAddress() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_second_tests.cpp1836 int socketfd = 0; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp4632 bool JSNApi::StartDebuggerForSocketPair([[maybe_unused]] int tid, [[maybe_unused]] int socketfd) in StartDebuggerForSocketPair() argument
4635 LOG_ECMA(INFO) << "JSNApi::StartDebuggerForSocketPair, tid = " << tid << ", socketfd = " << socketfd; in StartDebuggerForSocketPair() local

Completed in 19 milliseconds