Home
last modified time | relevance | path

Searched refs:DumpstateGrpcServer (Results 1 – 4 of 4) sorted by relevance

/device/google/trout/hal/dumpstate/1.1/
DDumpstateGrpcServer.cpp52 DumpstateGrpcServer::DumpstateGrpcServer(const std::string& addr, const ServiceSupplier& services) in DumpstateGrpcServer() function in DumpstateGrpcServer
55 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()
Dserver_main.cpp98 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()
DDumpstateGrpcServer.h23 class DumpstateGrpcServer : public dumpstate_proto::DumpstateServer::Service,
26 DumpstateGrpcServer(const std::string& addr, const ServiceSupplier& services);
/device/google/trout/hal/dumpstate/1.1/agl_build/
DCMakeLists.txt37 ${dumpstate_SRC_ROOT}/DumpstateGrpcServer.cpp