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