Searched refs:ParseOnrestart (Results 1 – 2 of 2) sorted by relevance
63 Result<void> ParseOnrestart(std::vector<std::string>&& args);
273 Result<void> ServiceParser::ParseOnrestart(std::vector<std::string>&& args) { in ParseOnrestart() function in android::init::ServiceParser558 {"onrestart", {1, kMax, &ServiceParser::ParseOnrestart}}, in GetParserMap()