Home
last modified time | relevance | path

Searched refs:DumpstateServer (Results 1 – 10 of 10) sorted by relevance

/device/google/trout/hal/dumpstate/1.1/
DAndroid.bp27 …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",
DDumpstateServer.cpp21 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()
DDumpstateGrpcServer.cpp53 : 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()
DDumpstateServer.h25 class DumpstateServer {
27 explicit DumpstateServer(const ServiceSupplier& services);
DDumpstateGrpcServer.h23 class DumpstateGrpcServer : public dumpstate_proto::DumpstateServer::Service,
24 private DumpstateServer {
DDumpstateDevice.h62 std::unique_ptr<dumpstate_proto::DumpstateServer::Stub> mGrpcStub;
DDumpstateDevice.cpp235 mGrpcStub(dumpstate_proto::DumpstateServer::NewStub(mGrpcChannel)) {} in DumpstateDevice()
/device/google/trout/hal/dumpstate/1.1/agl_build/
DCMakeLists.txt18 ${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/
Dtests.cpp42 TEST(DumpstateServer, RunCommand) { in TEST() argument
/device/google/trout/hal/dumpstate/1.1/proto/
DDumpstateServer.proto35 service DumpstateServer { service