Lines Matching defs:args

54 Result<void> ServiceParser::ParseCapabilities(std::vector<std::string>&& args) {  in ParseCapabilities()
82 Result<void> ServiceParser::ParseClass(std::vector<std::string>&& args) { in ParseClass()
87 Result<void> ServiceParser::ParseConsole(std::vector<std::string>&& args) { in ParseConsole()
96 Result<void> ServiceParser::ParseCritical(std::vector<std::string>&& args) { in ParseCritical()
134 Result<void> ServiceParser::ParseDisabled(std::vector<std::string>&& args) { in ParseDisabled()
140 Result<void> ServiceParser::ParseEnterNamespace(std::vector<std::string>&& args) { in ParseEnterNamespace()
154 Result<void> ServiceParser::ParseGentleKill(std::vector<std::string>&& args) { in ParseGentleKill()
159 Result<void> ServiceParser::ParseGroup(std::vector<std::string>&& args) { in ParseGroup()
176 Result<void> ServiceParser::ParsePriority(std::vector<std::string>&& args) { in ParsePriority()
187 Result<void> ServiceParser::ParseInterface(std::vector<std::string>&& args) { in ParseInterface()
222 Result<void> ServiceParser::ParseIoprio(std::vector<std::string>&& args) { in ParseIoprio()
240 Result<void> ServiceParser::ParseKeycodes(std::vector<std::string>&& args) { in ParseKeycodes()
274 Result<void> ServiceParser::ParseOneshot(std::vector<std::string>&& args) { in ParseOneshot()
279 Result<void> ServiceParser::ParseOnrestart(std::vector<std::string>&& args) { in ParseOnrestart()
288 Result<void> ServiceParser::ParseNamespace(std::vector<std::string>&& args) { in ParseNamespace()
303 Result<void> ServiceParser::ParseOomScoreAdjust(std::vector<std::string>&& args) { in ParseOomScoreAdjust()
312 Result<void> ServiceParser::ParseOverride(std::vector<std::string>&& args) { in ParseOverride()
317 Result<void> ServiceParser::ParseMemcgSwappiness(std::vector<std::string>&& args) { in ParseMemcgSwappiness()
324 Result<void> ServiceParser::ParseMemcgLimitInBytes(std::vector<std::string>&& args) { in ParseMemcgLimitInBytes()
331 Result<void> ServiceParser::ParseMemcgLimitPercent(std::vector<std::string>&& args) { in ParseMemcgLimitPercent()
338 Result<void> ServiceParser::ParseMemcgLimitProperty(std::vector<std::string>&& args) { in ParseMemcgLimitProperty()
343 Result<void> ServiceParser::ParseMemcgSoftLimitInBytes(std::vector<std::string>&& args) { in ParseMemcgSoftLimitInBytes()
350 Result<void> ServiceParser::ParseProcessRlimit(std::vector<std::string>&& args) { in ParseProcessRlimit()
358 Result<void> ServiceParser::ParseRebootOnFailure(std::vector<std::string>&& args) { in ParseRebootOnFailure()
370 Result<void> ServiceParser::ParseRestartPeriod(std::vector<std::string>&& args) { in ParseRestartPeriod()
379 Result<void> ServiceParser::ParseSeclabel(std::vector<std::string>&& args) { in ParseSeclabel()
384 Result<void> ServiceParser::ParseSigstop(std::vector<std::string>&& args) { in ParseSigstop()
389 Result<void> ServiceParser::ParseSetenv(std::vector<std::string>&& args) { in ParseSetenv()
394 Result<void> ServiceParser::ParseShutdown(std::vector<std::string>&& args) { in ParseShutdown()
402 Result<void> ServiceParser::ParseTaskProfiles(std::vector<std::string>&& args) { in ParseTaskProfiles()
416 Result<void> ServiceParser::ParseTimeoutPeriod(std::vector<std::string>&& args) { in ParseTimeoutPeriod()
426 Result<void> ServiceParser::ParseSocket(std::vector<std::string>&& args) { in ParseSocket()
494 Result<void> ServiceParser::ParseStdioToKmsg(std::vector<std::string>&& args) { in ParseStdioToKmsg()
503 Result<void> ServiceParser::ParseFile(std::vector<std::string>&& args) { in ParseFile()
532 Result<void> ServiceParser::ParseUser(std::vector<std::string>&& args) { in ParseUser()
558 Result<void> ServiceParser::ParseWritepid(std::vector<std::string>&& args) { in ParseWritepid()
576 Result<void> ServiceParser::ParseUpdatable(std::vector<std::string>&& args) { in ParseUpdatable()
628 Result<void> ServiceParser::ParseSection(std::vector<std::string>&& args, in ParseSection()
663 Result<void> ServiceParser::ParseLineSection(std::vector<std::string>&& args, int line) { in ParseLineSection()