Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/
H A Dperform_scan.cpp334 static void applyBindExposeAction(nlohmann::json& exposedObject, in applyBindExposeAction() argument
341 exposedObject["Status"] = "okay"; in applyBindExposeAction()
342 expose[bind] = exposedObject; in applyBindExposeAction()
346 static void applyDisableExposeAction(nlohmann::json& exposedObject, in applyDisableExposeAction() argument
351 exposedObject["Status"] = "disabled"; in applyDisableExposeAction()
359 for (auto& exposedObject : configExposes) in applyConfigExposeActions() local
361 auto match = findExposeActionRecord(matches, exposedObject); in applyConfigExposeActions()
365 applyBindExposeAction(exposedObject, expose, propertyName); in applyConfigExposeActions()
366 applyDisableExposeAction(exposedObject, propertyName); in applyConfigExposeActions()