Home
last modified time | relevance | path

Searched defs:sockName (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/toolchain/inspector/
Dconnect_server.cpp45 std::string sockName = pidStr + bundleName_; in RunServer() local
Dws_server.cpp58 std::string sockName = pidStr + instanceIdStr + debugInfo_.componentName; in RunServer() local
/arkcompiler/toolchain/websocket/client/
Dwebsocket_client.cpp114 bool WebSocketClient::InitToolchainWebSocketForSockName(const std::string &sockName, uint32_t timeo… in InitToolchainWebSocketForSockName()
/arkcompiler/toolchain/websocket/server/
Dwebsocket_server.cpp276 bool WebSocketServer::InitUnixWebSocket(const std::string& sockName, uint32_t timeoutLimit) in InitUnixWebSocket()