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.cpp347 static void applyBindExposeAction(nlohmann::json& exposedObject, in applyBindExposeAction() argument
354 exposedObject["Status"] = "okay"; in applyBindExposeAction()
355 expose[bind] = exposedObject; in applyBindExposeAction()
359 static void applyDisableExposeAction(nlohmann::json& exposedObject, in applyDisableExposeAction() argument
364 exposedObject["Status"] = "disabled"; in applyDisableExposeAction()
373 for (auto& exposedObject : configExposes) in applyConfigExposeActions() local
375 auto match = findExposeActionRecord(matches, exposedObject); in applyConfigExposeActions()
379 applyBindExposeAction(exposedObject, expose, propertyName); in applyConfigExposeActions()
380 applyDisableExposeAction(exposedObject, propertyName); in applyConfigExposeActions()