Home
last modified time | relevance | path

Searched defs:DumpstateServer (Results 1 – 3 of 3) sorted by relevance

/device/google/trout/hal/dumpstate/1.1/proto/
DDumpstateServer.proto35 service DumpstateServer { service
36 rpc GetSystemLogs(google.protobuf.Empty) returns (stream DumpstateBuffer) {}
38 rpc GetAvailableServices(google.protobuf.Empty) returns (ServiceNameList) {}
40 rpc GetServiceLogs(ServiceLogRequest) returns (stream DumpstateBuffer) {}
/device/google/trout/hal/dumpstate/1.1/
DDumpstateServer.cpp21 DumpstateServer::DumpstateServer(const ServiceSupplier& services) { in DumpstateServer() function in DumpstateServer
/device/google/trout/hal/dumpstate/1.1/tests/
Dtests.cpp42 TEST(DumpstateServer, RunCommand) { in TEST() argument