Aktualizr
C++ SOTA Client
|
Additional Inherited Members | |
![]() | |
const std::string | ca_ = "ca" |
const std::string | cert_ = "cert" |
const std::string | pkey_ = "pkey" |
const std::string | server_ = "ostree-server" |
const std::string | director_root_ = "director-root" |
const std::string | director_targets_ = "director-targets" |
const std::string | image_root_ = "image-root" |
const std::string | image_timestamp_ = "image-timestamp" |
const std::string | image_snapshot_ = "image-snapshot" |
const std::string | image_targets_ = "image-targets" |
![]() | |
SecondaryRpcCommon (size_t image_size, HandlerVersion handler_version) | |
void | runSecondaryServer () |
void | resetHandlers (HandlerVersion handler_version) |
void | verifyMetadata (const Uptane::MetaBundle &meta_bundle) |
void | sendAndInstallBinaryImage () |
void | installOstreeRev () |
![]() | |
SecondaryMock | secondary_ |
std::shared_ptr< SecondaryProvider > | secondary_provider_ |
SecondaryTcpServer | secondary_server_ |
std::thread | secondary_server_thread_ |
TargetFile | image_file_ |
SecondaryInterface::Ptr | ip_secondary_ |
TemporaryDirectory | temp_dir_ |
std::shared_ptr< INvStorage > | storage_ |
Config | config_ |
std::shared_ptr< PackageManagerInterface > | package_manager_ |
Definition at line 601 of file secondary_rpc_test.cc.