Lines Matching defs:args

53 Result<void> ServiceParser::ParseCapabilities(std::vector<std::string>&& args) {  in ParseCapabilities()
81 Result<void> ServiceParser::ParseClass(std::vector<std::string>&& args) { in ParseClass()
86 Result<void> ServiceParser::ParseConsole(std::vector<std::string>&& args) { in ParseConsole()
95 Result<void> ServiceParser::ParseCritical(std::vector<std::string>&& args) { in ParseCritical()
133 Result<void> ServiceParser::ParseDisabled(std::vector<std::string>&& args) { in ParseDisabled()
139 Result<void> ServiceParser::ParseEnterNamespace(std::vector<std::string>&& args) { in ParseEnterNamespace()
153 Result<void> ServiceParser::ParseGroup(std::vector<std::string>&& args) { in ParseGroup()
170 Result<void> ServiceParser::ParsePriority(std::vector<std::string>&& args) { in ParsePriority()
181 Result<void> ServiceParser::ParseInterface(std::vector<std::string>&& args) { in ParseInterface()
216 Result<void> ServiceParser::ParseIoprio(std::vector<std::string>&& args) { in ParseIoprio()
234 Result<void> ServiceParser::ParseKeycodes(std::vector<std::string>&& args) { in ParseKeycodes()
268 Result<void> ServiceParser::ParseOneshot(std::vector<std::string>&& args) { in ParseOneshot()
273 Result<void> ServiceParser::ParseOnrestart(std::vector<std::string>&& args) { in ParseOnrestart()
282 Result<void> ServiceParser::ParseNamespace(std::vector<std::string>&& args) { in ParseNamespace()
297 Result<void> ServiceParser::ParseOomScoreAdjust(std::vector<std::string>&& args) { in ParseOomScoreAdjust()
306 Result<void> ServiceParser::ParseOverride(std::vector<std::string>&& args) { in ParseOverride()
311 Result<void> ServiceParser::ParseMemcgSwappiness(std::vector<std::string>&& args) { in ParseMemcgSwappiness()
318 Result<void> ServiceParser::ParseMemcgLimitInBytes(std::vector<std::string>&& args) { in ParseMemcgLimitInBytes()
325 Result<void> ServiceParser::ParseMemcgLimitPercent(std::vector<std::string>&& args) { in ParseMemcgLimitPercent()
332 Result<void> ServiceParser::ParseMemcgLimitProperty(std::vector<std::string>&& args) { in ParseMemcgLimitProperty()
337 Result<void> ServiceParser::ParseMemcgSoftLimitInBytes(std::vector<std::string>&& args) { in ParseMemcgSoftLimitInBytes()
344 Result<void> ServiceParser::ParseProcessRlimit(std::vector<std::string>&& args) { in ParseProcessRlimit()
352 Result<void> ServiceParser::ParseRebootOnFailure(std::vector<std::string>&& args) { in ParseRebootOnFailure()
364 Result<void> ServiceParser::ParseRestartPeriod(std::vector<std::string>&& args) { in ParseRestartPeriod()
373 Result<void> ServiceParser::ParseSeclabel(std::vector<std::string>&& args) { in ParseSeclabel()
378 Result<void> ServiceParser::ParseSigstop(std::vector<std::string>&& args) { in ParseSigstop()
383 Result<void> ServiceParser::ParseSetenv(std::vector<std::string>&& args) { in ParseSetenv()
388 Result<void> ServiceParser::ParseShutdown(std::vector<std::string>&& args) { in ParseShutdown()
396 Result<void> ServiceParser::ParseTaskProfiles(std::vector<std::string>&& args) { in ParseTaskProfiles()
402 Result<void> ServiceParser::ParseTimeoutPeriod(std::vector<std::string>&& args) { in ParseTimeoutPeriod()
412 Result<void> ServiceParser::ParseSocket(std::vector<std::string>&& args) { in ParseSocket()
477 Result<void> ServiceParser::ParseStdioToKmsg(std::vector<std::string>&& args) { in ParseStdioToKmsg()
486 Result<void> ServiceParser::ParseFile(std::vector<std::string>&& args) { in ParseFile()
515 Result<void> ServiceParser::ParseUser(std::vector<std::string>&& args) { in ParseUser()
524 Result<void> ServiceParser::ParseWritepid(std::vector<std::string>&& args) { in ParseWritepid()
530 Result<void> ServiceParser::ParseUpdatable(std::vector<std::string>&& args) { in ParseUpdatable()
581 Result<void> ServiceParser::ParseSection(std::vector<std::string>&& args, in ParseSection()
616 Result<void> ServiceParser::ParseLineSection(std::vector<std::string>&& args, int line) { in ParseLineSection()