Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dwhitelist-filter.cpp53 static constexpr const char restrictionModeIntf[] = member in ipmi::__anon03adde200111::AllowlistFilter
104 restrictionModeIntf, "RestrictionMode"); in cacheRestrictedMode()
178 *bus, std::vector<settings::Interface>({restrictionModeIntf})); in postInit()
189 devices = objects->map.at(restrictionModeIntf); in postInit()
211 devicesDbusPath, restrictionModeIntf); in postInit()
/openbmc/intel-ipmi-oem/src/
H A Dallowlist-filter.cpp67 static constexpr const char restrictionModeIntf[] = member in ipmi::__anon5737aadd0111::AllowlistFilter
124 ipmi::getService(*bus, restrictionModeIntf, restrictionModePath); in cacheRestrictedAndPostCompleteMode()
127 restrictionModeIntf, "RestrictionMode"); in cacheRestrictedAndPostCompleteMode()
187 auto intfItr = restModeObj.find(restrictionModeIntf); in handleRestrictedModeChange()
334 rules::argN(0, restrictionModeIntf); in postInit()