Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/run_cvd/launch/cvdalloc.h"
#include <sys/socket.h>
#include <chrono>
#include <string>
#include <unordered_set>
#include <utility>
#include <vector>
#include <android-base/logging.h>
#include <fruit/component.h>
#include <fruit/fruit_forward_decls.h>
#include <fruit/macro.h>
#include "cuttlefish/common/libs/fs/shared_fd.h"
#include "cuttlefish/common/libs/utils/result.h"
#include "cuttlefish/common/libs/utils/subprocess.h"
#include "cuttlefish/host/commands/cvdalloc/sem.h"
#include "cuttlefish/host/libs/config/cuttlefish_config.h"
#include "cuttlefish/host/libs/config/known_paths.h"
#include "cuttlefish/host/libs/feature/command_source.h"
#include "cuttlefish/host/libs/feature/feature.h"
#include "cuttlefish/host/libs/vm_manager/vm_manager.h"
Classes | |
class | cuttlefish::anonymous_namespace{cvdalloc.cpp}::Cvdalloc |
Namespaces | |
namespace | cuttlefish |
namespace | cuttlefish::anonymous_namespace{cvdalloc.cpp} |
Functions | |
fruit::Component< fruit::Required< const CuttlefishConfig::InstanceSpecific > > | cuttlefish::CvdallocComponent () |
Variables | |
constexpr std::chrono::seconds | cuttlefish::anonymous_namespace{cvdalloc.cpp}::kCvdAllocateTimeout = std::chrono::seconds(30) |
constexpr std::chrono::seconds | cuttlefish::anonymous_namespace{cvdalloc.cpp}::kCvdTeardownTimeout = std::chrono::seconds(2) |