Searched refs:PELUpdateFunc (Results 1 – 3 of 3) sorted by relevance
456 using PELUpdateFunc = std::function<bool(PEL&)>; typedef in openpower::pels::Repository470 bool updatePEL(const std::filesystem::path& path, PELUpdateFunc updateFunc);
397 PELUpdateFunc func = [state](PEL& pel) { in setPELHostTransState()423 PELUpdateFunc func = [state](PEL& pel) { in setPELHMCTransState()441 bool Repository::updatePEL(const fs::path& path, PELUpdateFunc updateFunc) in updatePEL()
1109 Repository::PELUpdateFunc handlePowerThermalHardwarePresent = in hardwarePresent()