Searched refs:ParseRestartPeriod (Results 1 – 2 of 2) sorted by relevance
74 Result<void> ParseRestartPeriod(std::vector<std::string>&& args);
364 Result<void> ServiceParser::ParseRestartPeriod(std::vector<std::string>&& args) { in ParseRestartPeriod() function in android::init::ServiceParser563 {"restart_period", {1, 1, &ServiceParser::ParseRestartPeriod}}, in GetParserMap()