Home
last modified time | relevance | path

Searched refs:GetSystemLogs (Results 1 – 6 of 6) sorted by relevance

/device/google/trout/hal/dumpstate/1.1/
DDumpstateGrpcServer.cpp55 grpc::Status DumpstateGrpcServer::GetSystemLogs( in GetSystemLogs() function in DumpstateGrpcServer
60 const auto ok = this->DumpstateServer::GetSystemLogs(&consumer); in GetSystemLogs()
DDumpstateServer.h29 ServiceDescriptor::Error GetSystemLogs(ServiceDescriptor::OutputConsumer* out);
DDumpstateGrpcServer.h28 grpc::Status GetSystemLogs(
DDumpstateServer.cpp30 ServiceDescriptor::Error DumpstateServer::GetSystemLogs(ServiceDescriptor::OutputConsumer* out) { in GetSystemLogs() function in DumpstateServer
DDumpstateDevice.cpp171 auto reader = mGrpcStub->GetSystemLogs(&context, ::google::protobuf::Empty()); in dumpHelperSystem()
/device/google/trout/hal/dumpstate/1.1/proto/
DDumpstateServer.proto36 rpc GetSystemLogs(google.protobuf.Empty) returns (stream DumpstateBuffer) {} rpc