Searched refs:ServiceParser (Results 1 – 8 of 8) sorted by relevance
/aosp14/system/core/init/ |
H A D | service_parser.cpp | 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() 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 D | service_parser.h | 30 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 D | reboot_test.cpp | 107 std::make_unique<ServiceParser>(&service_list, nullptr, std::nullopt)); in AddTestService()
|
H A D | service.h | 68 friend class ServiceParser; variable
|
H A D | init_test.cpp | 66 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 D | host_init_verifier.cpp | 317 std::make_unique<ServiceParser>(&sl, GetSubcontext(), in main()
|
H A D | init.cpp | 273 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 D | service_utils.cpp | 34 std::make_unique<ServiceParser>(&service_list, nullptr, std::nullopt)); in GetOnDeviceServiceInterfacesMap()
|