Searched refs:_dataIface (Results 1 – 7 of 7) sorted by relevance
| /openbmc/phosphor-logging/extensions/openpower-pels/ |
| H A D | host_notifier.cpp | 16 _repo(repo), _dataIface(dataIface), _hostIface(std::move(hostIface)), in HostNotifier() 42 _dataIface.subscribeToHostStateChange( in HostNotifier() 52 if (!_pelQueue.empty() && _dataIface.isHostUp()) in HostNotifier() 62 _dataIface.unsubscribeFromHostStateChange(subscriptionName); in ~HostNotifier() 88 if (!_dataIface.getHostPELEnablement()) in enqueueRequired() 143 _dataIface.isHMCManaged()) in notifyRequired() 171 if (!_dataIface.isHostUp() || _hostFull || _hostUpTimer.isEnabled()) in newLogCallback() 235 if (!_dataIface.isHostUp() || _retryTimer.isEnabled() || in doNewLogNotify() 384 if (_dataIface.isHostUp()) in retryTimerExpired()
|
| H A D | service_indicators.cpp | 78 _dataIface.assertLEDGroup(platformSaiLedGroup, true); in activate() 189 _dataIface.getInventoryFromLocCode(locCode, 0, true); in getInventoryPaths() 221 _dataIface.setFunctional(path, false); in setNotFunctional() 239 _dataIface.setCriticalAssociation(path); in createCriticalAssociation()
|
| H A D | service_indicators.hpp | 29 explicit Policy(const DataInterfaceBase& dataIface) : _dataIface(dataIface) in Policy() 44 const DataInterfaceBase& _dataIface; member in openpower::pels::service_indicators::Policy
|
| H A D | host_interface.hpp | 64 _event(event), _dataIface(dataIface) in HostInterface() 217 DataInterfaceBase& _dataIface; member in openpower::pels::HostInterface
|
| H A D | manager.hpp | 58 _dataIface(std::move(dataIface)), _journal(std::move(journal)) in Manager() 70 _dataIface->subscribeToFruPresent( in Manager() 93 _repo, *(_dataIface.get()), std::move(hostIface)); in Manager() 548 std::unique_ptr<DataInterfaceBase> _dataIface; member in openpower::pels::Manager
|
| H A D | manager.cpp | 160 pel->updateSysInfoInExtendedUserDataSection(*_dataIface); in addPEL() 177 auto policy = service_indicators::getPolicy(*_dataIface); in addPEL() 294 idsWithHwIsoEntry = _dataIface->getLogIDWithHwIsolation(); in getLogIDWithHwIsolation() 310 auto hwIsolationAssocPaths = _dataIface->getAssociatedPaths( in isDeleteProhibited() 389 *entry, obmcLogID, timestamp, severity, ad, pelFFDC, *_dataIface, in createPEL() 403 auto policy = service_indicators::getPolicy(*_dataIface); in createPEL() 550 auto idsWithHwIsoEntry = _dataIface->getLogIDWithHwIsolation(); in pruneRepo() 1034 _dataIface->createProgressSRC(srcRefCode, asciiSRC); in updateProgressSRC()
|
| H A D | host_notifier.hpp | 283 DataInterfaceBase& _dataIface; member in openpower::pels::HostNotifier
|