Home
last modified time | relevance | path

Searched refs:ServiceSupplier (Results 1 – 9 of 9) sorted by relevance

/device/google/trout/hal/dumpstate/1.1/
DServiceSupplier.cpp19 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()
DServiceSupplier.h25 struct ServiceSupplier { struct
31 virtual ~ServiceSupplier() = default;
DDumpstateServer.h27 explicit DumpstateServer(const ServiceSupplier& services);
DDumpstateGrpcServer.h26 DumpstateGrpcServer(const std::string& addr, const ServiceSupplier& services);
DDumpstateServer.cpp21 DumpstateServer::DumpstateServer(const ServiceSupplier& services) { in DumpstateServer()
Dserver_main.cpp51 class CoqosLvSystemdServices : public ServiceSupplier {
DDumpstateGrpcServer.cpp52 DumpstateGrpcServer::DumpstateGrpcServer(const std::string& addr, const ServiceSupplier& services) in DumpstateGrpcServer()
/device/google/trout/hal/dumpstate/1.1/config/
DXmlServiceSupplier.h24 class XmlServiceSupplier : public ServiceSupplier {
/device/google/trout/hal/dumpstate/1.1/agl_build/
DCMakeLists.txt39 ${dumpstate_SRC_ROOT}/ServiceSupplier.cpp