Android-cuttlefish cvd tool
Public Member Functions | Private Member Functions | Private Attributes | List of all members
cuttlefish::anonymous_namespace{root_canal.cpp}::RootCanal Class Reference
Inheritance diagram for cuttlefish::anonymous_namespace{root_canal.cpp}::RootCanal:
Inheritance graph
[legend]
Collaboration diagram for cuttlefish::anonymous_namespace{root_canal.cpp}::RootCanal:
Collaboration graph
[legend]

Public Member Functions

 INJECT (RootCanal(const CuttlefishConfig &config, const CuttlefishConfig::InstanceSpecific &instance, LogTeeCreator &log_tee))
 
Result< std::vector< MonitorCommand > > Commands () override
 
std::string Name () const override
 
bool Enabled () const override
 
- 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
 

Private Member Functions

std::unordered_set< SetupFeature * > Dependencies () const override
 
Result< void > ResultSetup () override
 

Private Attributes

const CuttlefishConfigconfig_
 
const CuttlefishConfig::InstanceSpecificinstance_
 
LogTeeCreatorlog_tee_
 

Additional Inherited Members

- 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)
 

Member Function Documentation

◆ Commands()

Result< std::vector< MonitorCommand > > cuttlefish::anonymous_namespace{root_canal.cpp}::RootCanal::Commands ( )
inlineoverridevirtual

◆ Dependencies()

std::unordered_set< SetupFeature * > cuttlefish::anonymous_namespace{root_canal.cpp}::RootCanal::Dependencies ( ) const
inlineoverrideprivatevirtual

◆ Enabled()

bool cuttlefish::anonymous_namespace{root_canal.cpp}::RootCanal::Enabled ( ) const
inlineoverridevirtual

Reimplemented from cuttlefish::SetupFeature.

◆ INJECT()

cuttlefish::anonymous_namespace{root_canal.cpp}::RootCanal::INJECT ( RootCanal(const CuttlefishConfig &config, const CuttlefishConfig::InstanceSpecific &instance, LogTeeCreator &log_tee)  )
inline

◆ Name()

std::string cuttlefish::anonymous_namespace{root_canal.cpp}::RootCanal::Name ( ) const
inlineoverridevirtual

◆ ResultSetup()

Result< void > cuttlefish::anonymous_namespace{root_canal.cpp}::RootCanal::ResultSetup ( )
inlineoverrideprivatevirtual

Member Data Documentation

◆ config_

const CuttlefishConfig& cuttlefish::anonymous_namespace{root_canal.cpp}::RootCanal::config_
private

◆ instance_

const CuttlefishConfig::InstanceSpecific& cuttlefish::anonymous_namespace{root_canal.cpp}::RootCanal::instance_
private

◆ log_tee_

LogTeeCreator& cuttlefish::anonymous_namespace{root_canal.cpp}::RootCanal::log_tee_
private

The documentation for this class was generated from the following file: