Searched defs:sockName (Results 1 – 4 of 4) sorted by relevance
46 std::string sockName = pidStr + bundleName_; in RunServer() local
61 std::string sockName = pidStr + instanceIdStr + debugInfo_.componentName; in RunServer() local
121 bool WebSocketClient::InitToolchainWebSocketForSockName(const std::string &sockName, uint32_t timeo… in InitToolchainWebSocketForSockName()
275 bool WebSocketServer::InitUnixWebSocket(const std::string& sockName, uint32_t timeoutLimit) in InitUnixWebSocket()