|
Android-cuttlefish cvd tool
|
#include <vm_manager.h>


Additional Inherited Members | |
Public Member Functions inherited from cuttlefish::StatusCheckCommandSource | |
| virtual Result< void > | WaitForAvailability ()=0 |
Public Member Functions inherited from cuttlefish::CommandSource | |
| virtual | ~CommandSource ()=default |
| virtual Result< std::vector< MonitorCommand > > | Commands ()=0 |
Public Member Functions inherited from cuttlefish::SetupFeature | |
| virtual | ~SetupFeature () |
| virtual bool | Enabled () const |
Public Member Functions inherited from cuttlefish::Feature< SetupFeature > | |
| virtual | ~Feature ()=default |
| virtual std::string | Name () const=0 |
Static Public Member Functions inherited from cuttlefish::SetupFeature | |
| static Result< void > | RunSetup (const std::vector< SetupFeature * > &features) |
Static Public Member Functions inherited from cuttlefish::Feature< SetupFeature > | |
| static Result< void > | TopologicalVisit (const std::unordered_set< SetupFeature * > &features, const std::function< Result< void >(SetupFeature *)> &callback) |