Searched refs:ParseShutdown (Results 1 – 2 of 2) sorted by relevance
77 Result<void> ParseShutdown(std::vector<std::string>&& args);
355 Result<void> ServiceParser::ParseShutdown(std::vector<std::string>&& args) { in ParseShutdown() function in android::init::ServiceParser534 {"shutdown", {1, 1, &ServiceParser::ParseShutdown}}, in GetParserMap()