Searched refs:powerStateSocketPath (Results 1 – 1 of 1) sorted by relevance
89 std::optional<std::string> powerStateSocketPath; in fromCommandLine() local118 powerStateSocketPath = std::string(optarg); in fromCommandLine()135 if (!powerStateSocketPath.has_value() && error) { in fromCommandLine()139 if (cid && port && powerStateMarkerFilePath && powerStateSocketPath) { in fromCommandLine()141 {*cid, *port}, *powerStateMarkerFilePath, *powerStateSocketPath}; in fromCommandLine()