|
Android-cuttlefish cvd tool
|
#include <sys/stat.h>#include <iostream>#include <memory>#include <string>#include <vector>#include "gflags/gflags.h"#include "google/protobuf/empty.pb.h"#include "grpcpp/ext/proto_server_reflection_plugin.h"#include "grpcpp/grpcpp.h"#include "grpcpp/health_check_service_interface.h"#include "grpcpp/security/server_credentials.h"#include "grpcpp/support/status.h"#include "json/reader.h"#include "json/value.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/commands/control_env_proxy_server/control_env_proxy.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 | ( | ) |