Aktualizr
C++ SOTA Client
|
Public Member Functions | |
OstreeUpdateAgent (const boost::filesystem::path &sysroot_path, std::shared_ptr< KeyManager > &key_mngr, std::shared_ptr< OstreeManager > &ostree_pack_man, std::string targetname_prefix) | |
bool | isTargetSupported (const Uptane::Target &target) const override |
bool | getInstalledImageInfo (Uptane::InstalledImageInfo &installed_image_info) const override |
data::InstallationResult | downloadTargetRev (const Uptane::Target &target, const std::string &treehub_tls_creds) |
data::InstallationResult | install (const Uptane::Target &target) override |
void | completeInstall () override |
data::InstallationResult | applyPendingInstall (const Uptane::Target &target) override |
![]() | |
UpdateAgent (const UpdateAgent &)=delete | |
UpdateAgent & | operator= (const UpdateAgent &)=delete |
Additional Inherited Members | |
![]() | |
using | Ptr = std::shared_ptr< UpdateAgent > |
Definition at line 9 of file update_agent_ostree.h.