Home
last modified time | relevance | path

Searched refs:UtilsInterface (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-psu-code-mgmt/src/
H A Dutils.hpp15 class UtilsInterface;
24 const UtilsInterface& getUtils();
132 class UtilsInterface class
135 UtilsInterface() = default;
136 UtilsInterface(const UtilsInterface&) = delete;
137 UtilsInterface& operator=(const UtilsInterface&) = delete;
138 UtilsInterface(UtilsInterface&&) = delete;
139 UtilsInterface& operator=(UtilsInterface&&) = delete;
144 virtual ~UtilsInterface() = default;
183 class Utils : public UtilsInterface
H A Ditem_updater.hpp117 std::map<std::string, utils::UtilsInterface::PropertyType>;
H A Dutils.cpp82 const UtilsInterface& getUtils() in getUtils()
/openbmc/phosphor-psu-code-mgmt/test/
H A Dmocked_utils.hpp8 class MockedUtils : public UtilsInterface
52 inline const UtilsInterface& getUtils() in getUtils()
H A Dtest_activation.cpp23 using PropertyType = utils::UtilsInterface::PropertyType;
H A Dtest_item_updater.cpp24 using PropertyType = utils::UtilsInterface::PropertyType;