Searched refs:ParseOneshot (Results 1 – 2 of 2) sorted by relevance
62 Result<void> ParseOneshot(std::vector<std::string>&& args);
235 Result<void> ServiceParser::ParseOneshot(std::vector<std::string>&& args) { in ParseOneshot() function in android::init::ServiceParser524 {"oneshot", {0, 0, &ServiceParser::ParseOneshot}}, in GetParserMap()