Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/entity_manager/
H A Dperform_scan.cpp296 static void applyBindExposeAction(nlohmann::json::object_t& exposedObject, in applyBindExposeAction() argument
303 exposedObject["Status"] = "okay"; in applyBindExposeAction()
304 expose[bind] = exposedObject; in applyBindExposeAction()
308 static void applyDisableExposeAction(nlohmann::json::object_t& exposedObject, in applyDisableExposeAction() argument
313 exposedObject["Status"] = "disabled"; in applyDisableExposeAction()
321 for (auto& exposedObject : configExposes) in applyConfigExposeActions() local
323 auto match = findExposeActionRecord(matches, exposedObject); in applyConfigExposeActions()
328 exposedObject.get_ptr<nlohmann::json::object_t*>(); in applyConfigExposeActions()
332 exposedObject.dump()); in applyConfigExposeActions()