Home
last modified time | relevance | path

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

/device/google/trout/hal/vehicle/2.0/
DGrpcVehicleClient.cpp93 auto config_stream = mGrpcStub->GetAllPropertyConfig(&context, ::google::protobuf::Empty()); in getAllPropertyConfig() local
95 while (config_stream->Read(&protoConfig)) { in getAllPropertyConfig()
100 auto grpc_status = config_stream->Finish(); in getAllPropertyConfig()