Searched refs:ServiceSupplier (Results 1 – 9 of 9) sorted by relevance
19 std::optional<ServiceDescriptor> ServiceSupplier::GetSystemLogsService() const { in GetSystemLogsService()23 std::vector<ServiceDescriptor> ServiceSupplier::GetServices() const { in GetServices()27 void ServiceSupplier::dump(std::ostream& os) const { in dump()
25 struct ServiceSupplier { struct31 virtual ~ServiceSupplier() = default;
27 explicit DumpstateServer(const ServiceSupplier& services);
26 DumpstateGrpcServer(const std::string& addr, const ServiceSupplier& services);
21 DumpstateServer::DumpstateServer(const ServiceSupplier& services) { in DumpstateServer()
51 class CoqosLvSystemdServices : public ServiceSupplier {
52 DumpstateGrpcServer::DumpstateGrpcServer(const std::string& addr, const ServiceSupplier& services) in DumpstateGrpcServer()
24 class XmlServiceSupplier : public ServiceSupplier {
39 ${dumpstate_SRC_ROOT}/ServiceSupplier.cpp