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 <json/json.h>
#include "cuttlefish/common/libs/utils/files.h"
#include "cuttlefish/host/commands/control_env_proxy_server/control_env_proxy.grpc.pb.h"
#include "cuttlefish/host/libs/control_env/grpc_service_handler.h"
Classes | |
class | ControlEnvProxyServiceImpl |
Functions | |
DEFINE_string (grpc_uds_path, "", "grpc_uds_path") | |
DEFINE_string (grpc_socket_path, "", "The path of gRPC sockets") | |
void | RunServer () |
int | main (int argc, char **argv) |
DEFINE_string | ( | grpc_socket_path | , |
"" | , | ||
"The path of gRPC sockets" | |||
) |
DEFINE_string | ( | grpc_uds_path | , |
"" | , | ||
"grpc_uds_path" | |||
) |
int main | ( | int | argc, |
char ** | argv | ||
) |
void RunServer | ( | ) |