Searched refs:ParseSigstop (Results 1 – 2 of 2) sorted by relevance
78 Result<void> ParseSigstop(std::vector<std::string>&& args);
378 Result<void> ServiceParser::ParseSigstop(std::vector<std::string>&& args) { in ParseSigstop() function in android::init::ServiceParser568 {"sigstop", {0, 0, &ServiceParser::ParseSigstop}}, in GetParserMap()