Searched refs:ServiceParser (Results 1 – 7 of 7) sorted by relevance
/system/core/init/ |
D | service_parser.cpp | 53 Result<void> ServiceParser::ParseCapabilities(std::vector<std::string>&& args) { in ParseCapabilities() 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() 100 Result<void> ServiceParser::ParseDisabled(std::vector<std::string>&& args) { in ParseDisabled() 106 Result<void> ServiceParser::ParseEnterNamespace(std::vector<std::string>&& args) { in ParseEnterNamespace() 120 Result<void> ServiceParser::ParseGroup(std::vector<std::string>&& args) { in ParseGroup() 137 Result<void> ServiceParser::ParsePriority(std::vector<std::string>&& args) { in ParsePriority() 148 Result<void> ServiceParser::ParseInterface(std::vector<std::string>&& args) { in ParseInterface() 183 Result<void> ServiceParser::ParseIoprio(std::vector<std::string>&& args) { in ParseIoprio() [all …]
|
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;
|
D | init_test.cpp | 51 std::make_unique<ServiceParser>(service_list, nullptr, std::nullopt)); in TestInit() 265 std::make_unique<ServiceParser>(&service_list, nullptr, std::nullopt)); in TEST()
|
D | service.h | 64 friend class ServiceParser; variable
|
D | host_init_verifier.cpp | 270 parser.AddSectionParser("service", std::make_unique<ServiceParser>( in main()
|
D | init.cpp | 283 parser.AddSectionParser("service", std::make_unique<ServiceParser>( in CreateParser() 296 "service", std::make_unique<ServiceParser>(&service_list, GetSubcontext(), std::nullopt, in CreateServiceOnlyParser()
|
/system/core/init/test_utils/ |
D | service_utils.cpp | 34 std::make_unique<ServiceParser>(&service_list, nullptr, std::nullopt)); in GetOnDeviceServiceInterfacesMap()
|