Home
last modified time | relevance | path

Searched refs:ServiceParser (Results 1 – 9 of 9) sorted by relevance

/system/core/init/
Dservice_parser.cpp54 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()
[all …]
Dservice_parser.h30 class ServiceParser : public SectionParser {
32 ServiceParser( in ServiceParser() function
46 using OptionParser = Result<void> (ServiceParser::*)(std::vector<std::string>&& args);
47 const KeywordMap<ServiceParser::OptionParser>& GetParserMap() const;
Dreboot_test.cpp107 std::make_unique<ServiceParser>(&service_list, nullptr, std::nullopt)); in AddTestService()
Dservice.h68 friend class ServiceParser; variable
Dhost_init_verifier.cpp317 std::make_unique<ServiceParser>(&sl, GetSubcontext(), in main()
Dinit_test.cpp66 std::make_unique<ServiceParser>(service_list, nullptr, std::nullopt)); in TestInit()
633 std::make_unique<ServiceParser>(&service_list, nullptr, std::nullopt)); in TEST()
Dinit.cpp273 parser.AddSectionParser("service", std::make_unique<ServiceParser>( in CreateParser()
330 std::make_unique<ServiceParser>(&service_list, subcontext, in CreateApexConfigParser()
/system/core/init/test_utils/
Dservice_utils.cpp34 std::make_unique<ServiceParser>(&service_list, nullptr, std::nullopt)); in GetOnDeviceServiceInterfacesMap()
/system/apex/tools/
Dhost_apex_verifier.cc91 parser.AddSectionParser("service", std::make_unique<init::ServiceParser>( in CheckInitRc()