Searched refs:_repo (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() 39 _repo.subscribeToAdds(subscriptionName, in HostNotifier() 44 _repo.subscribeToDeletes( in HostNotifier() 50 _repo.for_each(std::bind(std::mem_fn(&HostNotifier::addPELToQueue), this, in HostNotifier() 73 _repo.unsubscribeFromAdds(subscriptionName); in ~HostNotifier() 105 if (auto attributes = _repo.getPELAttributes(i); attributes) in enqueueRequired() 140 if (auto attributes = _repo.getPELAttributes(i); attributes) in notifyRequired() 292 if (auto attributes = _repo.getPELAttributes(i); attributes) in doNewLogNotify() 346 _repo.setPELHostTransState(id, TransmissionState::newPEL); in hostStateChange() 376 _repo.setPELHostTransState(id, TransmissionState::sent); in commandResponse() [all …]
|
H A D | manager.cpp | 156 auto result = _repo.hasPEL(id); in addPEL() 163 _repo.archivePEL(*pel); in addPEL() 181 _repo.add(pel); in addPEL() 183 if (_repo.sizeWarning()) in addPEL() 301 _repo.remove(id); in erase() 398 _repo.add(pel); in createPEL() 400 if (_repo.sizeWarning()) in createPEL() 444 fd = _repo.getPELFD(id); in getPEL() 483 data = _repo.getPELData(id); in getPELFromOBMCID() 504 if (!_repo.hasPEL(id)) in hostAck() [all …]
|
H A D | pel_entry.cpp | 22 if (auto logId = _repo->getLogID(id); logId.has_value()) in managementSystemAck() 25 _repo->setPELHMCTransState( in managementSystemAck()
|
H A D | pel_entry.hpp | 35 PELEntryIface(bus, path.c_str(), prop, true), _obmcId(id), _repo(repo) in PELEntry() 61 Repository* _repo; member in openpower::pels::PELEntry
|
H A D | manager.hpp | 55 _eventLogger(std::move(creatorFunc)), _repo(getPELRepoPath()), in Manager() 93 _repo, *(_dataIface.get()), std::move(hostIface)); in Manager() 533 Repository _repo; member in openpower::pels::Manager
|
H A D | host_notifier.hpp | 278 Repository& _repo; member in openpower::pels::HostNotifier
|
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/ |
H A D | bitbake-user-manual-fetching.rst | 647 .. _repo-fetcher:
|