Searched defs:sockName (Results 1 – 4 of 4) sorted by relevance
31 std::string sockName = pidStr + bundleName_; in RunServer() local
51 std::string sockName = pidStr + instanceIdStr + componentName_; in RunServer() local
51 bool ClientConnectUnixWebSocket(const std::string &sockName, uint32_t timeoutLimit = 0) in ClientConnectUnixWebSocket()
358 bool WebSocket::InitUnixWebSocket(const std::string& sockName, uint32_t timeoutLimit) in InitUnixWebSocket()