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