|
Android-cuttlefish cvd tool
|
#include "cuttlefish/host/frontend/adb_connector/adb_connection_maintainer.h"#include <stddef.h>#include <unistd.h>#include <cctype>#include <iomanip>#include <sstream>#include <string>#include <string_view>#include <vector>#include "absl/log/log.h"#include "absl/strings/match.h"#include "cuttlefish/common/libs/fs/recv_all.h"#include "cuttlefish/common/libs/fs/shared_buf.h"#include "cuttlefish/common/libs/fs/shared_fd.h"
Namespaces | |
| namespace | cuttlefish |
| namespace | cuttlefish::anonymous_namespace{adb_connection_maintainer.cpp} |
Variables | |
| constexpr char | cuttlefish::anonymous_namespace{adb_connection_maintainer.cpp}::kAdbOkayStatusResponse [] = "OKAY" |
| constexpr size_t | cuttlefish::anonymous_namespace{adb_connection_maintainer.cpp}::kAdbStatusResponseLength = sizeof kAdbOkayStatusResponse - 1 |
| constexpr std::string_view | cuttlefish::anonymous_namespace{adb_connection_maintainer.cpp}::kAdbUnauthorizedMsg = "device unauthorized." |
| constexpr size_t | cuttlefish::anonymous_namespace{adb_connection_maintainer.cpp}::kAdbMessageLengthLength = 4 |
| constexpr int | cuttlefish::anonymous_namespace{adb_connection_maintainer.cpp}::kAdbDaemonPort = 5037 |
| static constexpr int | cuttlefish::anonymous_namespace{adb_connection_maintainer.cpp}::kAdbCommandGapTime = 5 |