Home
last modified time | relevance | path

Searched refs:GetStorageConfiguration (Results 1 – 3 of 3) sorted by relevance

/openbmc/estoraged/include/
H A DgetConfig.hpp29 class GetStorageConfiguration : class
30 public std::enable_shared_from_this<GetStorageConfiguration>
39 GetStorageConfiguration( in GetStorageConfiguration() function in estoraged::GetStorageConfiguration
45 GetStorageConfiguration& operator=(const GetStorageConfiguration&) = delete;
46 GetStorageConfiguration(const GetStorageConfiguration&) = delete;
47 GetStorageConfiguration(GetStorageConfiguration&&) = default;
48 GetStorageConfiguration& operator=(GetStorageConfiguration&&) = default;
53 ~GetStorageConfiguration();
/openbmc/estoraged/src/
H A DgetConfig.cpp31 void GetStorageConfiguration::getStorageInfo( in getStorageInfo()
34 std::shared_ptr<GetStorageConfiguration> self = shared_from_this(); in getStorageInfo()
72 void GetStorageConfiguration::getConfiguration() in getConfiguration()
74 std::shared_ptr<GetStorageConfiguration> self = shared_from_this(); in getConfiguration()
104 GetStorageConfiguration::~GetStorageConfiguration() in ~GetStorageConfiguration()
H A Dmain.cpp40 auto getter = std::make_shared<estoraged::GetStorageConfiguration>( in createStorageObjects()