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();
116 class UtilsInterface class
119 UtilsInterface() = default;
120 UtilsInterface(const UtilsInterface&) = delete;
121 UtilsInterface& operator=(const UtilsInterface&) = delete;
122 UtilsInterface(UtilsInterface&&) = delete;
123 UtilsInterface& operator=(UtilsInterface&&) = delete;
128 virtual ~UtilsInterface() = default;
167 class Utils : public UtilsInterface
H A Ditem_updater.hpp120 std::map<std::string, utils::UtilsInterface::PropertyType>;
H A Dutils.cpp58 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.cpp22 using PropertyType = utils::UtilsInterface::PropertyType;
H A Dtest_item_updater.cpp23 using PropertyType = utils::UtilsInterface::PropertyType;