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