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.cpp126 DataInterface::DataInterface(sdbusplus::bus_t& bus) : _bus(bus) in DataInterface() function in openpower::pels::DataInterface
239 void DataInterface::getProperty(const std::string& service, in getProperty()
291 void DataInterface::readBMCFWVersion() in readBMCFWVersion()
297 void DataInterface::readServerFWVersion() in readServerFWVersion()
308 void DataInterface::readBMCFWVersionID() in readBMCFWVersionID()
314 std::string DataInterface::getMachineTypeModel() const in getMachineTypeModel()
339 std::string DataInterface::getMachineSerialNumber() const in getMachineSerialNumber()
364 std::string DataInterface::getMotherboardCCIN() const in getMotherboardCCIN()
641 bool DataInterface::getQuiesceOnError() const in getQuiesceOnError()
768 void DataInterface::createProgressSRC( in createProgressSRC()
[all …]
H A Ddata_interface.hpp612 class DataInterface : public DataInterfaceBase class
615 DataInterface() = delete;
616 ~DataInterface() = default;
617 DataInterface(const DataInterface&) = default;
618 DataInterface& operator=(const DataInterface&) = default;
619 DataInterface(DataInterface&&) = default;
620 DataInterface& operator=(DataInterface&&) = default;
627 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.cpp84 std::unique_ptr<DataInterface> pciDataHandler = in main()
H A Dbuffer.cpp23 BufferImpl::BufferImpl(std::unique_ptr<DataInterface> dataInterface) : in BufferImpl()