Lines Matching defs:args

52 Result<void> ServiceParser::ParseCapabilities(std::vector<std::string>&& args) {  in ParseCapabilities()
80 Result<void> ServiceParser::ParseClass(std::vector<std::string>&& args) { in ParseClass()
85 Result<void> ServiceParser::ParseConsole(std::vector<std::string>&& args) { in ParseConsole()
94 Result<void> ServiceParser::ParseCritical(std::vector<std::string>&& args) { in ParseCritical()
99 Result<void> ServiceParser::ParseDisabled(std::vector<std::string>&& args) { in ParseDisabled()
105 Result<void> ServiceParser::ParseEnterNamespace(std::vector<std::string>&& args) { in ParseEnterNamespace()
119 Result<void> ServiceParser::ParseGroup(std::vector<std::string>&& args) { in ParseGroup()
136 Result<void> ServiceParser::ParsePriority(std::vector<std::string>&& args) { in ParsePriority()
147 Result<void> ServiceParser::ParseInterface(std::vector<std::string>&& args) { in ParseInterface()
182 Result<void> ServiceParser::ParseIoprio(std::vector<std::string>&& args) { in ParseIoprio()
200 Result<void> ServiceParser::ParseKeycodes(std::vector<std::string>&& args) { in ParseKeycodes()
234 Result<void> ServiceParser::ParseOneshot(std::vector<std::string>&& args) { in ParseOneshot()
239 Result<void> ServiceParser::ParseOnrestart(std::vector<std::string>&& args) { in ParseOnrestart()
248 Result<void> ServiceParser::ParseNamespace(std::vector<std::string>&& args) { in ParseNamespace()
263 Result<void> ServiceParser::ParseOomScoreAdjust(std::vector<std::string>&& args) { in ParseOomScoreAdjust()
270 Result<void> ServiceParser::ParseOverride(std::vector<std::string>&& args) { in ParseOverride()
275 Result<void> ServiceParser::ParseMemcgSwappiness(std::vector<std::string>&& args) { in ParseMemcgSwappiness()
282 Result<void> ServiceParser::ParseMemcgLimitInBytes(std::vector<std::string>&& args) { in ParseMemcgLimitInBytes()
289 Result<void> ServiceParser::ParseMemcgLimitPercent(std::vector<std::string>&& args) { in ParseMemcgLimitPercent()
296 Result<void> ServiceParser::ParseMemcgLimitProperty(std::vector<std::string>&& args) { in ParseMemcgLimitProperty()
301 Result<void> ServiceParser::ParseMemcgSoftLimitInBytes(std::vector<std::string>&& args) { in ParseMemcgSoftLimitInBytes()
308 Result<void> ServiceParser::ParseProcessRlimit(std::vector<std::string>&& args) { in ParseProcessRlimit()
316 Result<void> ServiceParser::ParseRebootOnFailure(std::vector<std::string>&& args) { in ParseRebootOnFailure()
328 Result<void> ServiceParser::ParseRestartPeriod(std::vector<std::string>&& args) { in ParseRestartPeriod()
337 Result<void> ServiceParser::ParseSeclabel(std::vector<std::string>&& args) { in ParseSeclabel()
342 Result<void> ServiceParser::ParseSigstop(std::vector<std::string>&& args) { in ParseSigstop()
347 Result<void> ServiceParser::ParseSetenv(std::vector<std::string>&& args) { in ParseSetenv()
352 Result<void> ServiceParser::ParseShutdown(std::vector<std::string>&& args) { in ParseShutdown()
360 Result<void> ServiceParser::ParseTimeoutPeriod(std::vector<std::string>&& args) { in ParseTimeoutPeriod()
370 Result<void> ServiceParser::ParseSocket(std::vector<std::string>&& args) { in ParseSocket()
435 Result<void> ServiceParser::ParseStdioToKmsg(std::vector<std::string>&& args) { in ParseStdioToKmsg()
444 Result<void> ServiceParser::ParseFile(std::vector<std::string>&& args) { in ParseFile()
473 Result<void> ServiceParser::ParseUser(std::vector<std::string>&& args) { in ParseUser()
482 Result<void> ServiceParser::ParseWritepid(std::vector<std::string>&& args) { in ParseWritepid()
488 Result<void> ServiceParser::ParseUpdatable(std::vector<std::string>&& args) { in ParseUpdatable()
538 Result<void> ServiceParser::ParseSection(std::vector<std::string>&& args, in ParseSection()
568 Result<void> ServiceParser::ParseLineSection(std::vector<std::string>&& args, int line) { in ParseLineSection()