Searched refs:DumpstateServer (Results 1 – 10 of 10) sorted by relevance
/device/google/trout/hal/dumpstate/1.1/ |
D | Android.bp | 27 …toc-gen-grpc=$(location protoc-gen-grpc-cpp-plugin) $(location proto/DumpstateServer.proto) --grpc… 29 "proto/DumpstateServer.proto", 33 "DumpstateServer.pb.h", 34 "DumpstateServer.grpc.pb.h", 44 …toc-gen-grpc=$(location protoc-gen-grpc-cpp-plugin) $(location proto/DumpstateServer.proto) --grpc… 46 "proto/DumpstateServer.proto", 50 "DumpstateServer.pb.cc", 51 "DumpstateServer.grpc.pb.cc",
|
D | DumpstateServer.cpp | 21 DumpstateServer::DumpstateServer(const ServiceSupplier& services) { in DumpstateServer() function in DumpstateServer 30 ServiceDescriptor::Error DumpstateServer::GetSystemLogs(ServiceDescriptor::OutputConsumer* out) { in GetSystemLogs() 37 std::vector<std::string> DumpstateServer::GetAvailableServices() { in GetAvailableServices() 47 ServiceDescriptor::Error DumpstateServer::GetServiceLogs(const std::string& svc, in GetServiceLogs()
|
D | DumpstateGrpcServer.cpp | 53 : DumpstateServer(services), mServiceAddr(addr) {} in DumpstateGrpcServer() 60 const auto ok = this->DumpstateServer::GetSystemLogs(&consumer); in GetSystemLogs() 67 const auto services = this->DumpstateServer::GetAvailableServices(); in GetAvailableServices() 83 const auto ok = this->DumpstateServer::GetServiceLogs(serviceName, &consumer); in GetServiceLogs()
|
D | DumpstateServer.h | 25 class DumpstateServer { 27 explicit DumpstateServer(const ServiceSupplier& services);
|
D | DumpstateGrpcServer.h | 23 class DumpstateGrpcServer : public dumpstate_proto::DumpstateServer::Service, 24 private DumpstateServer {
|
D | DumpstateDevice.h | 62 std::unique_ptr<dumpstate_proto::DumpstateServer::Stub> mGrpcStub;
|
D | DumpstateDevice.cpp | 235 mGrpcStub(dumpstate_proto::DumpstateServer::NewStub(mGrpcChannel)) {} in DumpstateDevice()
|
/device/google/trout/hal/dumpstate/1.1/agl_build/ |
D | CMakeLists.txt | 18 ${dumpstate_SRC_ROOT}/proto/DumpstateServer.proto) 23 ${trout_GENS_DIR}/DumpstateServer.pb.cc 24 ${trout_GENS_DIR}/DumpstateServer.grpc.pb.cc 36 ${dumpstate_SRC_ROOT}/DumpstateServer.cpp
|
/device/google/trout/hal/dumpstate/1.1/tests/ |
D | tests.cpp | 42 TEST(DumpstateServer, RunCommand) { in TEST() argument
|
/device/google/trout/hal/dumpstate/1.1/proto/ |
D | DumpstateServer.proto | 35 service DumpstateServer { service
|