Searched refs:ServiceParser (Results 1 – 8 of 8) sorted by relevance
/aosp12/system/core/init/ |
H A D | service_parser.cpp | 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() 153 Result<void> ServiceParser::ParseGroup(std::vector<std::string>&& args) { in ParseGroup() 216 Result<void> ServiceParser::ParseIoprio(std::vector<std::string>&& args) { in ParseIoprio() 486 Result<void> ServiceParser::ParseFile(std::vector<std::string>&& args) { in ParseFile() 515 Result<void> ServiceParser::ParseUser(std::vector<std::string>&& args) { in ParseUser() 535 const KeywordMap<ServiceParser::OptionParser>& ServiceParser::GetParserMap() const { in GetParserMap() 538 static const KeywordMap<ServiceParser::OptionParser> parser_map = { in GetParserMap() 628 Result<void> ServiceParser::EndSection() { in EndSection() [all …]
|
H A D | service_parser.h | 30 class ServiceParser : public SectionParser { 32 ServiceParser( 48 using OptionParser = Result<void> (ServiceParser::*)(std::vector<std::string>&& args); 49 const KeywordMap<ServiceParser::OptionParser>& GetParserMap() const;
|
H A D | init_test.cpp | 52 std::make_unique<ServiceParser>(service_list, nullptr, std::nullopt)); in TestInit() 266 std::make_unique<ServiceParser>(&service_list, nullptr, std::nullopt)); in TEST()
|
H A D | reboot_test.cpp | 107 std::make_unique<ServiceParser>(&service_list, nullptr, std::nullopt)); in AddTestService()
|
H A D | service.h | 64 friend class ServiceParser; variable
|
H A D | host_init_verifier.cpp | 317 std::make_unique<ServiceParser>(&sl, GetSubcontext(), in main()
|
H A D | init.cpp | 286 parser.AddSectionParser("service", std::make_unique<ServiceParser>( in CreateParser() 299 "service", std::make_unique<ServiceParser>(&service_list, GetSubcontext(), std::nullopt, in CreateServiceOnlyParser()
|
/aosp12/system/core/init/test_utils/ |
H A D | service_utils.cpp | 34 std::make_unique<ServiceParser>(&service_list, nullptr, std::nullopt)); in GetOnDeviceServiceInterfacesMap()
|