|
Android-cuttlefish cvd tool
|
#include <string>#include "absl/log/log.h"#include "absl/strings/str_cat.h"#include "gflags/gflags.h"#include "cuttlefish/common/libs/fs/shared_fd.h"#include "cuttlefish/host/commands/cvd_send_sms/sms_sender.h"
Namespaces | |
| namespace | cuttlefish |
| namespace | cuttlefish::anonymous_namespace{main.cc} |
Functions | |
| DEFINE_string (sender_number, "+16501234567", "sender phone number in E.164 format") | |
| DEFINE_uint64 (instance_number, 1, "number of the cvd instance to send the sms to, default is 1") | |
| DEFINE_uint64 (modem_id, 0, "modem id needed for multisim devices, default is 0") | |
| int | cuttlefish::anonymous_namespace{main.cc}::SendSmsMain (int argc, char **argv) |
| int | main (int argc, char **argv) |
Variables | |
| constexpr char | kUsage [] |
| DEFINE_string | ( | sender_number | , |
| "+16501234567" | , | ||
| "sender phone number in E.164 format" | |||
| ) |
| DEFINE_uint64 | ( | instance_number | , |
| 1 | , | ||
| "number of the cvd instance to send the sms | to, | ||
| default is 1" | |||
| ) |
| DEFINE_uint64 | ( | modem_id | , |
| 0 | , | ||
| "modem id needed for multisim | devices, | ||
| default is 0" | |||
| ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
|
constexpr |