Home
last modified time | relevance | path

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

/device/google/trout/hal/dumpstate/1.1/
DDumpstateGrpcServer.cpp64 grpc::Status DumpstateGrpcServer::GetAvailableServices( in GetAvailableServices() function in DumpstateGrpcServer
67 const auto services = this->DumpstateServer::GetAvailableServices(); in GetAvailableServices()
DDumpstateServer.h31 std::vector<std::string> GetAvailableServices();
DDumpstateGrpcServer.h32 grpc::Status GetAvailableServices(::grpc::ServerContext* context,
DDumpstateServer.cpp37 std::vector<std::string> DumpstateServer::GetAvailableServices() { in GetAvailableServices() function in DumpstateServer
DDumpstateDevice.cpp218 mGrpcStub->GetAvailableServices(&context, ::google::protobuf::Empty(), &servicesProto); in getAvailableServices()
/device/google/trout/hal/dumpstate/1.1/proto/
DDumpstateServer.proto38 rpc GetAvailableServices(google.protobuf.Empty) returns (ServiceNameList) {} rpc