Android-cuttlefish cvd tool
|
#include <iostream>
#include <memory>
#include <string>
#include <gflags/gflags.h>
#include <grpcpp/ext/proto_server_reflection_plugin.h>
#include <grpcpp/grpcpp.h>
#include <grpcpp/health_check_service_interface.h>
#include "cuttlefish/host/commands/echo_server/echo.grpc.pb.h"
Classes | |
class | EchoServiceImpl |
Functions | |
DEFINE_string (grpc_uds_path, "", "grpc_uds_path") | |
void | RunServer () |
int | main (int argc, char **argv) |
DEFINE_string | ( | grpc_uds_path | , |
"" | , | ||
"grpc_uds_path" | |||
) |
int main | ( | int | argc, |
char ** | argv | ||
) |
void RunServer | ( | ) |