Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/
H A Dquery_param.hpp110 constexpr int maxPropertyLength = 60; in isSelectedPropertyAllowed() local
111 if (property.empty() || property.size() > maxPropertyLength) in isSelectedPropertyAllowed()