Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/
H A Dprivileges.hpp315 const OperationMap& operationMap, in isMethodAllowedWithPrivileges() argument
318 const auto& it = operationMap.find(method); in isMethodAllowedWithPrivileges()
319 if (it == operationMap.end()) in isMethodAllowedWithPrivileges()