Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/presence/
H A Deeprom_device.hpp24 class EEPROMDevice class
27 EEPROMDevice() = delete;
28 ~EEPROMDevice() = default;
29 EEPROMDevice(const EEPROMDevice&) = delete;
30 EEPROMDevice& operator=(const EEPROMDevice&) = delete;
31 EEPROMDevice(EEPROMDevice&&) = delete;
32 EEPROMDevice& operator=(EEPROMDevice&&) = delete;
42 EEPROMDevice(const std::string& address, const std::string& driver, in EEPROMDevice() function in phosphor::fan::presence::EEPROMDevice
47 std::bind(std::mem_fn(&EEPROMDevice::bindTimerExpired), this)) in EEPROMDevice()
H A Djson_parser.hpp41 const fanPolicy&, std::unique_ptr<EEPROMDevice>)>;
132 std::unique_ptr<EEPROMDevice> eepromDevice);
177 getAnyof(const fanPolicy& fan, std::unique_ptr<EEPROMDevice> eepromDevice);
190 std::unique_ptr<EEPROMDevice> eepromDevice);
H A Drpolicy.hpp42 std::unique_ptr<EEPROMDevice> eeprom) : in RedundancyPolicy()
75 std::unique_ptr<EEPROMDevice> eepromDevice;
H A Djson_parser.cpp170 std::unique_ptr<EEPROMDevice> eepromDevice; in process()
187 eepromDevice = std::make_unique<EEPROMDevice>( in process()
226 std::unique_ptr<EEPROMDevice> eepromDevice) in getPolicy()
353 getAnyof(const fanPolicy& fan, std::unique_ptr<EEPROMDevice> eepromDevice) in getAnyof()
368 std::unique_ptr<EEPROMDevice> eepromDevice) in getFallback()
H A Dfallback.hpp46 std::unique_ptr<EEPROMDevice> e) : in Fallback()
H A Danyof.hpp48 std::unique_ptr<EEPROMDevice> e);
H A Danyof.cpp38 std::unique_ptr<EEPROMDevice> e) : in AnyOf()