Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dservice_parser.cpp82 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()
159 Result<void> ServiceParser::ParseGroup(std::vector<std::string>&& args) { in ParseGroup()
222 Result<void> ServiceParser::ParseIoprio(std::vector<std::string>&& args) { in ParseIoprio()
503 Result<void> ServiceParser::ParseFile(std::vector<std::string>&& args) { in ParseFile()
532 Result<void> ServiceParser::ParseUser(std::vector<std::string>&& args) { in ParseUser()
581 const KeywordMap<ServiceParser::OptionParser>& ServiceParser::GetParserMap() const { in GetParserMap()
584 static const KeywordMap<ServiceParser::OptionParser> parser_map = { in GetParserMap()
675 Result<void> ServiceParser::EndSection() { in EndSection()
[all …]
H A 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;
H A Dreboot_test.cpp107 std::make_unique<ServiceParser>(&service_list, nullptr, std::nullopt)); in AddTestService()
H A Dservice.h68 friend class ServiceParser; variable
H A 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()
H A Dhost_init_verifier.cpp317 std::make_unique<ServiceParser>(&sl, GetSubcontext(), in main()
H A Dinit.cpp273 parser.AddSectionParser("service", std::make_unique<ServiceParser>( in CreateParser()
330 std::make_unique<ServiceParser>(&service_list, subcontext, in CreateApexConfigParser()
/aosp14/system/core/init/test_utils/
H A Dservice_utils.cpp34 std::make_unique<ServiceParser>(&service_list, nullptr, std::nullopt)); in GetOnDeviceServiceInterfacesMap()