Home
last modified time | relevance | path

Searched refs:getLogIDWithHwIsolation (Results 1 – 7 of 7) sorted by relevance

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dentry_points.cpp90 void getLogIDWithHwIsolation(std::vector<uint32_t>& logIDs) in REGISTER_EXTENSION_FUNCTION()
92 manager->getLogIDWithHwIsolation(logIDs); in REGISTER_EXTENSION_FUNCTION()
95 REGISTER_EXTENSION_FUNCTION(getLogIDWithHwIsolation)
H A Ddata_interface.hpp485 virtual std::vector<uint32_t> getLogIDWithHwIsolation() const = 0;
899 std::vector<uint32_t> getLogIDWithHwIsolation() const override;
H A Dmanager.cpp304 void Manager::getLogIDWithHwIsolation(std::vector<uint32_t>& idsWithHwIsoEntry) in getLogIDWithHwIsolation() function in openpower::pels::Manager
306 idsWithHwIsoEntry = _dataIface->getLogIDWithHwIsolation(); in getLogIDWithHwIsolation()
553 auto idsWithHwIsoEntry = _dataIface->getLogIDWithHwIsolation(); in pruneRepo()
H A Dmanager.hpp134 void getLogIDWithHwIsolation(std::vector<uint32_t>& idsWithHwIsoEntry);
H A Ddata_interface.cpp719 std::vector<uint32_t> DataInterface::getLogIDWithHwIsolation() const in getLogIDWithHwIsolation() function in openpower::pels::DataInterface
/openbmc/phosphor-logging/test/
H A Dextensions_test.cpp101 auto getLogIDWithHwIsolation = in REGISTER_EXTENSION_FUNCTION() local
103 getLogIDWithHwIsolation(ids); in REGISTER_EXTENSION_FUNCTION()
/openbmc/phosphor-logging/test/openpower-pels/
H A Dmocks.hpp66 MOCK_METHOD(std::vector<uint32_t>, getLogIDWithHwIsolation, (),