Searched refs:ParseGentleKill (Results 1 – 2 of 2) sorted by relevance
56 Result<void> ParseGentleKill(std::vector<std::string>&& args);
154 Result<void> ServiceParser::ParseGentleKill(std::vector<std::string>&& args) { in ParseGentleKill() function in android::init::ServiceParser592 {"gentle_kill", {0, 0, &ServiceParser::ParseGentleKill}}, in GetParserMap()