Home
last modified time | relevance | path

Searched refs:DataInterface (Results 1 – 24 of 24) sorted by relevance

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.cpp136 DataInterface::DataInterface(sdbusplus::bus_t& bus) : in DataInterface() function in openpower::pels::DataInterface
144 _properties.emplace_back(std::make_unique<PropertyWatcher<DataInterface>>( in DataInterface()
163 _properties.emplace_back(std::make_unique<PropertyWatcher<DataInterface>>( in DataInterface()
175 _properties.emplace_back(std::make_unique<PropertyWatcher<DataInterface>>( in DataInterface()
190 _properties.emplace_back(std::make_unique<InterfaceWatcher<DataInterface>>( in DataInterface()
207 _properties.emplace_back(std::make_unique<PropertyWatcher<DataInterface>>( in DataInterface()
214 _properties.emplace_back(std::make_unique<PropertyWatcher<DataInterface>>( in DataInterface()
247 DBusPropertyMap DataInterface::getAllProperties( in getAllProperties()
263 void DataInterface::getProperty( in getProperty()
276 DBusPathList DataInterface::getPaths(const DBusInterfaceList& interfaces) const in getPaths()
[all …]
H A Ddata_interface.hpp689 class DataInterface : public DataInterfaceBase class
692 DataInterface() = delete;
693 ~DataInterface() = default;
694 DataInterface(const DataInterface&) = default;
695 DataInterface& operator=(const DataInterface&) = default;
696 DataInterface(DataInterface&&) = default;
697 DataInterface& operator=(DataInterface&&) = default;
704 explicit DataInterface(sdbusplus::bus_t& bus);
H A Dentry_points.cpp47 std::make_unique<DataInterface>(logManager.getBus()); in DISABLE_LOG_ENTRY_CAPS()
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/
H A Ddata_handler.hpp13 class DataInterface class
16 virtual ~DataInterface() = default;
61 std::unique_ptr<DataInterface> handler;
64 std::unique_ptr<DataInterface> handler) : in DataHandlerPack()
H A Dnet_handler.hpp19 class NetDataHandler : public DataInterface
H A Dlpc_handler.hpp26 class LpcDataHandler : public DataInterface
H A Dpci_handler.hpp18 class PciDataHandler : public DataInterface
H A Dfirmware_handler.hpp58 DataInterface* dataHandler;
/openbmc/phosphor-logging/test/openpower-pels/
H A Ddata_interface_test.cpp11 DataInterface::extractConnectorFromLocCode("Ufcs-P0-C2-T11"); in TEST()
19 DataInterface::extractConnectorFromLocCode("Ufcs-P0-C2"); in TEST()
32 DataInterface dataIntf(bus); in TEST()
/openbmc/bios-bmc-smm-error-logger/include/
H A Ddata_interface.hpp13 class DataInterface class
16 virtual ~DataInterface() = default;
H A Dbuffer.hpp181 explicit BufferImpl(std::unique_ptr<DataInterface> dataInterface);
204 std::unique_ptr<DataInterface> dataInterface;
H A Dpci_handler.hpp20 class PciDataHandler : public DataInterface
/openbmc/phosphor-ipmi-flash/tools/
H A Dinterface.hpp14 class DataInterface class
17 virtual ~DataInterface() = default;
H A Dhandler.hpp66 UpdateHandler(ipmiblob::BlobInterface* blob, DataInterface* handler) : in UpdateHandler()
90 DataInterface* handler;
H A Dbt.hpp12 class BtDataHandler : public DataInterface
H A Dnet.hpp18 class NetDataHandler : public DataInterface
H A Dp2a.hpp16 class P2aDataHandler : public DataInterface
H A Dlpc.hpp23 class LpcDataHandler : public DataInterface
H A Dmain.cpp224 std::unique_ptr<host_tool::DataInterface> handler; in main()
/openbmc/phosphor-ipmi-flash/tools/test/
H A Ddata_interface_mock.hpp10 class DataInterfaceMock : public DataInterface
/openbmc/bios-bmc-smm-error-logger/test/include/
H A Ddata_interface_mock.hpp13 class DataInterfaceMock : public DataInterface
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/
H A Ddata_mock.hpp10 class DataHandlerMock : public DataInterface
/openbmc/bios-bmc-smm-error-logger/src/
H A Dmain.cpp82 std::unique_ptr<DataInterface> pciDataHandler = in main()
H A Dbuffer.cpp23 BufferImpl::BufferImpl(std::unique_ptr<DataInterface> dataInterface) : in BufferImpl()