Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dhost_notifier.cpp28 _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 Dmanager.cpp156 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 Dpel_entry.cpp22 if (auto logId = _repo->getLogID(id); logId.has_value()) in managementSystemAck()
25 _repo->setPELHMCTransState( in managementSystemAck()
H A Dpel_entry.hpp35 PELEntryIface(bus, path.c_str(), prop, true), _obmcId(id), _repo(repo) in PELEntry()
61 Repository* _repo; member in openpower::pels::PELEntry
H A Dmanager.hpp55 _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 Dhost_notifier.hpp278 Repository& _repo; member in openpower::pels::HostNotifier
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-fetching.rst647 .. _repo-fetcher: