Searched refs:AddCallback (Results 1 – 2 of 2) sorted by relevance
247 using AddCallback = std::function<void(const PEL&)>; typedef in openpower::pels::Repository260 void subscribeToAdds(const std::string& name, AddCallback func) in subscribeToAdds()585 std::map<std::string, AddCallback> _addSubscriptions;
253 Repository::AddCallback ac = [&added](const PEL& pel) { in TEST_F()