Android-cuttlefish cvd tool
|
#include <iostream>
#include <memory>
#include <string>
#include <android-base/hex.h>
#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 "cuttlefish/host/commands/casimir_control_server/casimir_control.grpc.pb.h"
#include "cuttlefish/common/libs/utils/result.h"
#include "cuttlefish/host/commands/casimir_control_server/casimir_controller.h"
#include "cuttlefish/host/commands/casimir_control_server/hex.h"
Classes | |
class | cuttlefish::anonymous_namespace{main.cpp}::CasimirControlServiceImpl |
Namespaces | |
namespace | cuttlefish |
namespace | cuttlefish::anonymous_namespace{main.cpp} |
Functions | |
DEFINE_string (grpc_uds_path, "", "grpc_uds_path") | |
DEFINE_int32 (casimir_rf_port, -1, "RF port to control Casimir") | |
DEFINE_string (casimir_rf_path, "", "RF unix server path to control Casimir") | |
Result< CasimirController > | cuttlefish::anonymous_namespace{main.cpp}::ConnectToCasimir () |
Status | cuttlefish::anonymous_namespace{main.cpp}::ResultToStatus (Result< void > res) |
void | cuttlefish::anonymous_namespace{main.cpp}::RunServer (int argc, char **argv) |
int | main (int argc, char **argv) |
DEFINE_int32 | ( | casimir_rf_port | , |
- | 1, | ||
"RF port to control Casimir" | |||
) |
DEFINE_string | ( | casimir_rf_path | , |
"" | , | ||
"RF unix server path to control Casimir" | |||
) |
DEFINE_string | ( | grpc_uds_path | , |
"" | , | ||
"grpc_uds_path" | |||
) |
int main | ( | int | argc, |
char ** | argv | ||
) |