Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/
H A Dquery_param.hpp665 bool localInLinks = inLinks; in findNavigationReferencesInObjectRecursive() local
666 if (!localInLinks) in findNavigationReferencesInObjectRecursive()
669 localInLinks = element.first == "Links"; in findNavigationReferencesInObjectRecursive()
673 if (localInLinks && eType == ExpandType::NotLinks) in findNavigationReferencesInObjectRecursive()
677 if (!localInLinks && eType == ExpandType::Links) in findNavigationReferencesInObjectRecursive()
685 newDepth, skipDepth, localInLinks, in findNavigationReferencesInObjectRecursive()