Home
last modified time | relevance | path

Searched refs:ParseGentleKill (Results 1 – 2 of 2) sorted by relevance

/system/core/init/
Dservice_parser.h56 Result<void> ParseGentleKill(std::vector<std::string>&& args);
Dservice_parser.cpp154 Result<void> ServiceParser::ParseGentleKill(std::vector<std::string>&& args) { in ParseGentleKill() function in android::init::ServiceParser
592 {"gentle_kill", {0, 0, &ServiceParser::ParseGentleKill}}, in GetParserMap()