Searched refs:ParseRebootOnFailure (Results 1 – 2 of 2) sorted by relevance
73 Result<void> ParseRebootOnFailure(std::vector<std::string>&& args);
319 Result<void> ServiceParser::ParseRebootOnFailure(std::vector<std::string>&& args) { in ParseRebootOnFailure() function in android::init::ServiceParser529 {"reboot_on_failure", {1, 1, &ServiceParser::ParseRebootOnFailure}}, in GetParserMap()