Searched refs:DumpstateGrpcServer (Results 1 – 4 of 4) sorted by relevance
52 DumpstateGrpcServer::DumpstateGrpcServer(const std::string& addr, const ServiceSupplier& services) in DumpstateGrpcServer() function in DumpstateGrpcServer55 grpc::Status DumpstateGrpcServer::GetSystemLogs( in GetSystemLogs()64 grpc::Status DumpstateGrpcServer::GetAvailableServices( in GetAvailableServices()74 grpc::Status DumpstateGrpcServer::GetServiceLogs( in GetServiceLogs()87 void DumpstateGrpcServer::Start() { in Start()
98 std::unique_ptr<DumpstateGrpcServer> server; in main()100 server.reset(new DumpstateGrpcServer{serverAddr, *xmlServices}); in main()102 server.reset(new DumpstateGrpcServer{serverAddr, CoqosLvSystemdServices()}); in main()
23 class DumpstateGrpcServer : public dumpstate_proto::DumpstateServer::Service,26 DumpstateGrpcServer(const std::string& addr, const ServiceSupplier& services);
37 ${dumpstate_SRC_ROOT}/DumpstateGrpcServer.cpp