• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching defs:args

63                  const std::vector<std::string>& args)  in Service()
72 const std::string& seclabel, const std::vector<std::string>& args) in Service()
168 bool Service::HandleClass(const std::vector<std::string>& args, std::string* err) { in HandleClass()
173 bool Service::HandleConsole(const std::vector<std::string>& args, std::string* err) { in HandleConsole()
178 bool Service::HandleCritical(const std::vector<std::string>& args, std::string* err) { in HandleCritical()
183 bool Service::HandleDisabled(const std::vector<std::string>& args, std::string* err) { in HandleDisabled()
189 bool Service::HandleGroup(const std::vector<std::string>& args, std::string* err) { in HandleGroup()
197 bool Service::HandleIoprio(const std::vector<std::string>& args, std::string* err) { in HandleIoprio()
219 bool Service::HandleKeycodes(const std::vector<std::string>& args, std::string* err) { in HandleKeycodes()
226 bool Service::HandleOneshot(const std::vector<std::string>& args, std::string* err) { in HandleOneshot()
231 bool Service::HandleOnrestart(const std::vector<std::string>& args, std::string* err) { in HandleOnrestart()
237 bool Service::HandleSeclabel(const std::vector<std::string>& args, std::string* err) { in HandleSeclabel()
242 bool Service::HandleSetenv(const std::vector<std::string>& args, std::string* err) { in HandleSetenv()
248 bool Service::HandleSocket(const std::vector<std::string>& args, std::string* err) { in HandleSocket()
263 bool Service::HandleUser(const std::vector<std::string>& args, std::string* err) { in HandleUser()
268 bool Service::HandleWritepid(const std::vector<std::string>& args, std::string* err) { in HandleWritepid()
302 bool Service::HandleLine(const std::vector<std::string>& args, std::string* err) { in HandleLine()
634 Service* ServiceManager::MakeExecOneshotService(const std::vector<std::string>& args) { in MakeExecOneshotService()
814 bool ServiceParser::ParseSection(const std::vector<std::string>& args, in ParseSection()
832 bool ServiceParser::ParseLineSection(const std::vector<std::string>& args, in ParseLineSection()