Home
last modified time | relevance | path

Searched refs:AddCallback (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Drepository.hpp247 using AddCallback = std::function<void(const PEL&)>; typedef in openpower::pels::Repository
260 void subscribeToAdds(const std::string& name, AddCallback func) in subscribeToAdds()
585 std::map<std::string, AddCallback> _addSubscriptions;
/openbmc/phosphor-logging/test/openpower-pels/
H A Drepository_test.cpp253 Repository::AddCallback ac = [&added](const PEL& pel) { in TEST_F()