Home
last modified time | relevance | path

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

/device/google/trout/hal/dumpstate/1.1/
DDumpstateGrpcServer.cpp74 grpc::Status DumpstateGrpcServer::GetServiceLogs( in GetServiceLogs() function in DumpstateGrpcServer
83 const auto ok = this->DumpstateServer::GetServiceLogs(serviceName, &consumer); in GetServiceLogs()
DDumpstateServer.h33 ServiceDescriptor::Error GetServiceLogs(const std::string& svc,
DDumpstateGrpcServer.h36 grpc::Status GetServiceLogs(
DDumpstateServer.cpp47 ServiceDescriptor::Error DumpstateServer::GetServiceLogs(const std::string& svc, in GetServiceLogs() function in DumpstateServer
DDumpstateDevice.cpp193 auto reader = mGrpcStub->GetServiceLogs(&context, request); in dumpHelperSystem()
/device/google/trout/hal/dumpstate/1.1/proto/
DDumpstateServer.proto40 rpc GetServiceLogs(ServiceLogRequest) returns (stream DumpstateBuffer) {} rpc