Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/control_env/
Dgrpc_service_handler.cc90 std::stringstream& output_stream) { in RunGrpcCommand() argument
99 std::bind(PrintStream, &output_stream, std::placeholders::_1)) == 0, in RunGrpcCommand()
106 std::stringstream output_stream; in RunGrpcCommand() local
107 CF_EXPECT(RunGrpcCommand(arguments, options, output_stream)); in RunGrpcCommand()
108 return output_stream.str(); in RunGrpcCommand()
119 std::stringstream output_stream; in GetServiceList() local
123 CF_EXPECT(RunGrpcCommand(arguments, options, output_stream)); in GetServiceList()
126 while (std::getline(output_stream, service_name)) { in GetServiceList()