Searched refs:_dataIface (Results 1 – 7 of 7) sorted by relevance
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | host_notifier.cpp | 28 _repo(repo), _dataIface(dataIface), _hostIface(std::move(hostIface)), in HostNotifier() 54 _dataIface.subscribeToHostStateChange( in HostNotifier() 64 if (!_pelQueue.empty() && _dataIface.isHostUp()) in HostNotifier() 74 _dataIface.unsubscribeFromHostStateChange(subscriptionName); in ~HostNotifier() 100 if (!_dataIface.getHostPELEnablement()) in enqueueRequired() 155 _dataIface.isHMCManaged()) in notifyRequired() 183 if (!_dataIface.isHostUp() || _hostFull || _hostUpTimer.isEnabled()) in newLogCallback() 247 if (!_dataIface.isHostUp() || _retryTimer.isEnabled() || in doNewLogNotify() 396 if (_dataIface.isHostUp()) in retryTimerExpired()
|
H A D | service_indicators.cpp | 91 _dataIface.assertLEDGroup(platformSaiLedGroup, true); in activate() 202 _dataIface.getInventoryFromLocCode(locCode, 0, true); in getInventoryPaths() 234 _dataIface.setFunctional(path, false); in setNotFunctional() 252 _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 | 172 pel->updateSysInfoInExtendedUserDataSection(*_dataIface); in addPEL() 189 auto policy = service_indicators::getPolicy(*_dataIface); in addPEL() 306 idsWithHwIsoEntry = _dataIface->getLogIDWithHwIsolation(); in getLogIDWithHwIsolation() 317 auto hwIsolationAssocPaths = _dataIface->getAssociatedPaths( in isDeleteProhibited() 395 *entry, obmcLogID, timestamp, severity, ad, pelFFDC, *_dataIface, in createPEL() 422 auto policy = service_indicators::getPolicy(*_dataIface); in createPEL() 553 auto idsWithHwIsoEntry = _dataIface->getLogIDWithHwIsolation(); in pruneRepo() 1029 _dataIface->createProgressSRC(srcRefCode, asciiSRC); in updateProgressSRC()
|
H A D | host_notifier.hpp | 283 DataInterfaceBase& _dataIface; member in openpower::pels::HostNotifier
|