Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/entity_manager/
H A Dperform_scan.cpp562 auto findExpose = record.find("Exposes"); in updateSystemConfiguration() local
563 if (findExpose == record.end()) in updateSystemConfiguration()
569 findExpose->second.get_ptr<nlohmann::json::array_t*>(); in updateSystemConfiguration()
583 findExpose->second, _em.systemConfiguration); in updateSystemConfiguration()