Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/entity_manager/
H A Dperform_scan.cpp249 const std::string& exposeKey, in extractExposeActionRecordNames() argument
277 lg2::error("Value is invalid type {KEY}", "KEY", exposeKey); in extractExposeActionRecordNames()
344 nlohmann::json::object_t& expose, const std::string& exposeKey, in applyExposeActions() argument
347 bool isBind = exposeKey.starts_with("Bind"); in applyExposeActions()
348 bool isDisable = exposeKey == "DisableNode"; in applyExposeActions()
358 if (!extractExposeActionRecordNames(matches, exposeKey, exposeValue)) in applyExposeActions()
383 applyConfigExposeActions(matches, expose, exposeKey, *configList); in applyExposeActions()
390 "KEY", exposeKey, "VALUE", exposeValue); in applyExposeActions()