Android-cuttlefish cvd tool
|
#include <config_fragment.h>
Public Member Functions | |
virtual | ~ConfigFragment () |
virtual std::string | Name () const =0 |
virtual Json::Value | Serialize () const =0 |
virtual bool | Deserialize (const Json::Value &)=0 |
|
virtualdefault |
|
pure virtual |
Implemented in cuttlefish::anonymous_namespace{custom_actions.cpp}::CustomActionConfigImpl, cuttlefish::anonymous_namespace{display.cpp}::DisplaysConfigsFragmentImpl, cuttlefish::anonymous_namespace{config.cpp}::AdbConfigFragmentImpl, and cuttlefish::anonymous_namespace{config.cpp}::FastbootConfigFragmentImpl.
|
pure virtual |
|
pure virtual |
Implemented in cuttlefish::anonymous_namespace{display.cpp}::DisplaysConfigsFragmentImpl, cuttlefish::anonymous_namespace{config.cpp}::AdbConfigFragmentImpl, cuttlefish::anonymous_namespace{custom_actions.cpp}::CustomActionConfigImpl, and cuttlefish::anonymous_namespace{config.cpp}::FastbootConfigFragmentImpl.