Searched defs:classname (Results 1 – 2 of 2) sorted by relevance
62 Service::Service(const std::string& name, const std::string& classname, in Service()70 Service::Service(const std::string& name, const std::string& classname, in Service()738 void ServiceManager::ForEachServiceInClass(const std::string& classname, in ForEachServiceInClass()
91 const std::string& classname() const { return classname_; } in classname() function