Home
last modified time | relevance | path

Searched refs:setPELHostTransState (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dhost_notifier.cpp334 _repo.setPELHostTransState(id, TransmissionState::newPEL); in hostStateChange()
364 _repo.setPELHostTransState(id, TransmissionState::sent); in commandResponse()
420 _repo.setPELHostTransState(id, TransmissionState::acked); in ackPEL()
461 _repo.setPELHostTransState(id, TransmissionState::newPEL); in setHostFull()
489 _repo.setPELHostTransState(id, TransmissionState::badPEL); in setBadPEL()
H A Drepository.hpp332 void setPELHostTransState(uint32_t pelID, TransmissionState state);
H A Drepository.cpp389 void Repository::setPELHostTransState(uint32_t pelID, TransmissionState state) in setPELHostTransState() function in openpower::pels::Repository
/openbmc/phosphor-logging/test/openpower-pels/
H A Drepository_test.cpp340 repo.setPELHostTransState(pel->id(), TransmissionState::acked); in TEST_F()
757 repo.setPELHostTransState(pel->id(), TransmissionState::acked); in TEST_F()
761 repo.setPELHostTransState(pel->id(), TransmissionState::sent); in TEST_F()
H A Dhost_notifier_test.cpp161 repo.setPELHostTransState(pel->id(), TransmissionState::acked); in TEST_F()