Searched refs:ParseOomScoreAdjust (Results 1 – 2 of 2) sorted by relevance
64 Result<void> ParseOomScoreAdjust(std::vector<std::string>&& args);
297 Result<void> ServiceParser::ParseOomScoreAdjust(std::vector<std::string>&& args) { in ParseOomScoreAdjust() function in android::init::ServiceParser559 {"oom_score_adjust", {1, 1, &ServiceParser::ParseOomScoreAdjust}}, in GetParserMap()