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