• Home
  • Raw
  • Download

Lines Matching refs:Result

78     Result<Success> ParseLine(std::vector<std::string>&& args);
79 Result<Success> ExecStart();
80 Result<Success> Start();
81 Result<Success> StartIfNotDisabled();
82 Result<Success> StartIfPostData();
83 Result<Success> Enable();
132 using OptionParser = Result<Success> (Service::*)(std::vector<std::string>&& args);
135 Result<Success> SetUpMountNamespace() const;
136 Result<Success> SetUpPidNamespace() const;
137 Result<Success> EnterNamespaces() const;
145 Result<Success> ParseCapabilities(std::vector<std::string>&& args);
146 Result<Success> ParseClass(std::vector<std::string>&& args);
147 Result<Success> ParseConsole(std::vector<std::string>&& args);
148 Result<Success> ParseCritical(std::vector<std::string>&& args);
149 Result<Success> ParseDisabled(std::vector<std::string>&& args);
150 Result<Success> ParseEnterNamespace(std::vector<std::string>&& args);
151 Result<Success> ParseGroup(std::vector<std::string>&& args);
152 Result<Success> ParsePriority(std::vector<std::string>&& args);
153 Result<Success> ParseInterface(std::vector<std::string>&& args);
154 Result<Success> ParseIoprio(std::vector<std::string>&& args);
155 Result<Success> ParseKeycodes(std::vector<std::string>&& args);
156 Result<Success> ParseOneshot(std::vector<std::string>&& args);
157 Result<Success> ParseOnrestart(std::vector<std::string>&& args);
158 Result<Success> ParseOomScoreAdjust(std::vector<std::string>&& args);
159 Result<Success> ParseOverride(std::vector<std::string>&& args);
160 Result<Success> ParseMemcgLimitInBytes(std::vector<std::string>&& args);
161 Result<Success> ParseMemcgLimitPercent(std::vector<std::string>&& args);
162 Result<Success> ParseMemcgLimitProperty(std::vector<std::string>&& args);
163 Result<Success> ParseMemcgSoftLimitInBytes(std::vector<std::string>&& args);
164 Result<Success> ParseMemcgSwappiness(std::vector<std::string>&& args);
165 Result<Success> ParseNamespace(std::vector<std::string>&& args);
166 Result<Success> ParseProcessRlimit(std::vector<std::string>&& args);
167 Result<Success> ParseRestartPeriod(std::vector<std::string>&& args);
168 Result<Success> ParseSeclabel(std::vector<std::string>&& args);
169 Result<Success> ParseSetenv(std::vector<std::string>&& args);
170 Result<Success> ParseShutdown(std::vector<std::string>&& args);
171 Result<Success> ParseSigstop(std::vector<std::string>&& args);
172 Result<Success> ParseSocket(std::vector<std::string>&& args);
173 Result<Success> ParseTimeoutPeriod(std::vector<std::string>&& args);
174 Result<Success> ParseFile(std::vector<std::string>&& args);
175 Result<Success> ParseUser(std::vector<std::string>&& args);
176 Result<Success> ParseWritepid(std::vector<std::string>&& args);
177 Result<Success> ParseUpdatable(std::vector<std::string>&& args);
180 Result<Success> AddDescriptor(std::vector<std::string>&& args);
313 Result<Success> ParseSection(std::vector<std::string>&& args, const std::string& filename,
315 Result<Success> ParseLineSection(std::vector<std::string>&& args, int line) override;
316 Result<Success> EndSection() override;