Lines Matching refs:Success
109 Result<Success> Service::SetUpMountNamespace() const { in SetUpMountNamespace()
141 return Success(); in SetUpMountNamespace()
144 Result<Success> Service::SetUpPidNamespace() const { in SetUpPidNamespace()
174 return Success(); in SetUpPidNamespace()
177 Result<Success> Service::EnterNamespaces() const { in EnterNamespaces()
187 return Success(); in EnterNamespaces()
417 Result<Success> Service::ParseCapabilities(std::vector<std::string>&& args) { in ParseCapabilities()
443 return Success(); in ParseCapabilities()
446 Result<Success> Service::ParseClass(std::vector<std::string>&& args) { in ParseClass()
448 return Success(); in ParseClass()
451 Result<Success> Service::ParseConsole(std::vector<std::string>&& args) { in ParseConsole()
454 return Success(); in ParseConsole()
457 Result<Success> Service::ParseCritical(std::vector<std::string>&& args) { in ParseCritical()
459 return Success(); in ParseCritical()
462 Result<Success> Service::ParseDisabled(std::vector<std::string>&& args) { in ParseDisabled()
465 return Success(); in ParseDisabled()
468 Result<Success> Service::ParseEnterNamespace(std::vector<std::string>&& args) { in ParseEnterNamespace()
479 return Success(); in ParseEnterNamespace()
482 Result<Success> Service::ParseGroup(std::vector<std::string>&& args) { in ParseGroup()
496 return Success(); in ParseGroup()
499 Result<Success> Service::ParsePriority(std::vector<std::string>&& args) { in ParsePriority()
507 return Success(); in ParsePriority()
510 Result<Success> Service::ParseInterface(std::vector<std::string>&& args) { in ParseInterface()
538 return Success(); in ParseInterface()
541 Result<Success> Service::ParseIoprio(std::vector<std::string>&& args) { in ParseIoprio()
556 return Success(); in ParseIoprio()
559 Result<Success> Service::ParseKeycodes(std::vector<std::string>&& args) { in ParseKeycodes()
570 return Success(); in ParseKeycodes()
588 return Success(); in ParseKeycodes()
591 Result<Success> Service::ParseOneshot(std::vector<std::string>&& args) { in ParseOneshot()
593 return Success(); in ParseOneshot()
596 Result<Success> Service::ParseOnrestart(std::vector<std::string>&& args) { in ParseOnrestart()
602 return Success(); in ParseOnrestart()
605 Result<Success> Service::ParseNamespace(std::vector<std::string>&& args) { in ParseNamespace()
617 return Success(); in ParseNamespace()
620 Result<Success> Service::ParseOomScoreAdjust(std::vector<std::string>&& args) { in ParseOomScoreAdjust()
624 return Success(); in ParseOomScoreAdjust()
627 Result<Success> Service::ParseOverride(std::vector<std::string>&& args) { in ParseOverride()
629 return Success(); in ParseOverride()
632 Result<Success> Service::ParseMemcgSwappiness(std::vector<std::string>&& args) { in ParseMemcgSwappiness()
636 return Success(); in ParseMemcgSwappiness()
639 Result<Success> Service::ParseMemcgLimitInBytes(std::vector<std::string>&& args) { in ParseMemcgLimitInBytes()
643 return Success(); in ParseMemcgLimitInBytes()
646 Result<Success> Service::ParseMemcgLimitPercent(std::vector<std::string>&& args) { in ParseMemcgLimitPercent()
650 return Success(); in ParseMemcgLimitPercent()
653 Result<Success> Service::ParseMemcgLimitProperty(std::vector<std::string>&& args) { in ParseMemcgLimitProperty()
655 return Success(); in ParseMemcgLimitProperty()
658 Result<Success> Service::ParseMemcgSoftLimitInBytes(std::vector<std::string>&& args) { in ParseMemcgSoftLimitInBytes()
662 return Success(); in ParseMemcgSoftLimitInBytes()
665 Result<Success> Service::ParseProcessRlimit(std::vector<std::string>&& args) { in ParseProcessRlimit()
670 return Success(); in ParseProcessRlimit()
673 Result<Success> Service::ParseRestartPeriod(std::vector<std::string>&& args) { in ParseRestartPeriod()
679 return Success(); in ParseRestartPeriod()
682 Result<Success> Service::ParseSeclabel(std::vector<std::string>&& args) { in ParseSeclabel()
684 return Success(); in ParseSeclabel()
687 Result<Success> Service::ParseSigstop(std::vector<std::string>&& args) { in ParseSigstop()
689 return Success(); in ParseSigstop()
692 Result<Success> Service::ParseSetenv(std::vector<std::string>&& args) { in ParseSetenv()
694 return Success(); in ParseSetenv()
697 Result<Success> Service::ParseShutdown(std::vector<std::string>&& args) { in ParseShutdown()
700 return Success(); in ParseShutdown()
705 Result<Success> Service::ParseTimeoutPeriod(std::vector<std::string>&& args) { in ParseTimeoutPeriod()
711 return Success(); in ParseTimeoutPeriod()
715 Result<Success> Service::AddDescriptor(std::vector<std::string>&& args) { in AddDescriptor()
746 return Success(); in AddDescriptor()
750 Result<Success> Service::ParseSocket(std::vector<std::string>&& args) { in ParseSocket()
759 Result<Success> Service::ParseFile(std::vector<std::string>&& args) { in ParseFile()
774 Result<Success> Service::ParseUser(std::vector<std::string>&& args) { in ParseUser()
780 return Success(); in ParseUser()
783 Result<Success> Service::ParseWritepid(std::vector<std::string>&& args) { in ParseWritepid()
786 return Success(); in ParseWritepid()
789 Result<Success> Service::ParseUpdatable(std::vector<std::string>&& args) { in ParseUpdatable()
791 return Success(); in ParseUpdatable()
854 Result<Success> Service::ParseLine(std::vector<std::string>&& args) { in ParseLine()
863 Result<Success> Service::ExecStart() { in ExecStart()
884 return Success(); in ExecStart()
887 Result<Success> Service::Start() { in Start()
910 return Success(); in Start()
1131 return Success(); in Start()
1134 Result<Success> Service::StartIfNotDisabled() { in StartIfNotDisabled()
1140 return Success(); in StartIfNotDisabled()
1143 Result<Success> Service::Enable() { in Enable()
1148 return Success(); in Enable()
1164 Result<Success> Service::StartIfPostData() { in StartIfPostData()
1171 return Success(); in StartIfPostData()
1401 Result<Success> ServiceParser::ParseSection(std::vector<std::string>&& args, in ParseSection()
1433 return Success(); in ParseSection()
1436 Result<Success> ServiceParser::ParseLineSection(std::vector<std::string>&& args, int line) { in ParseLineSection()
1437 return service_ ? service_->ParseLine(std::move(args)) : Success(); in ParseLineSection()
1440 Result<Success> ServiceParser::EndSection() { in EndSection()
1461 return Success(); in EndSection()