Searched refs:ParseTimeoutPeriod (Results 1 – 2 of 2) sorted by relevance
82 Result<void> ParseTimeoutPeriod(std::vector<std::string>&& args);
402 Result<void> ServiceParser::ParseTimeoutPeriod(std::vector<std::string>&& args) { in ParseTimeoutPeriod() function in android::init::ServiceParser572 {"timeout_period", {1, 1, &ServiceParser::ParseTimeoutPeriod}}, in GetParserMap()