Android-cuttlefish cvd tool
Classes | Functions
main.cpp File Reference
#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"
Include dependency graph for main.cpp:

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)
 

Function Documentation

◆ DEFINE_string() [1/2]

DEFINE_string ( grpc_socket_path  ,
""  ,
"The path of gRPC sockets"   
)

◆ DEFINE_string() [2/2]

DEFINE_string ( grpc_uds_path  ,
""  ,
"grpc_uds_path"   
)

◆ main()

int main ( int  argc,
char **  argv 
)

◆ RunServer()

void RunServer ( )