Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/
H A Dsw_utils.hpp72 const std::string& swId, bool runningImage, in afterGetProperties() argument
124 BMCWEB_LOG_DEBUG("Running image: {}", runningImage); in afterGetProperties()
141 if (runningImage) in afterGetProperties()
151 if (!activeVersionPropName.empty() && runningImage) in afterGetProperties()
190 bool runningImage = false; in afterGetSubtree() local
197 runningImage = true; in afterGetSubtree()
205 [asyncResp, swId, runningImage, swVersionPurpose, in afterGetSubtree()
209 afterGetProperties(asyncResp, swId, runningImage, in afterGetSubtree()