Home
last modified time | relevance | path

Searched refs:ParseShutdown (Results 1 – 2 of 2) sorted by relevance

/system/core/init/
Dservice_parser.h77 Result<void> ParseShutdown(std::vector<std::string>&& args);
Dservice_parser.cpp355 Result<void> ServiceParser::ParseShutdown(std::vector<std::string>&& args) { in ParseShutdown() function in android::init::ServiceParser
534 {"shutdown", {1, 1, &ServiceParser::ParseShutdown}}, in GetParserMap()