Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/
H A Dperform_scan.cpp558 auto findExpose = record.find("Exposes"); in updateSystemConfiguration() local
559 if (findExpose == record.end()) in updateSystemConfiguration()
564 for (auto& expose : *findExpose) in updateSystemConfiguration()