Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/
H A Dquery_param.hpp579 const nlohmann::json::json_pointer& jsonPtr, int depth, int skipDepth,
584 const nlohmann::json::json_pointer& jsonPtr, int depth, int skipDepth,
595 const nlohmann::json::json_pointer& jsonPtr, int depth, int skipDepth, in findNavigationReferencesRecursive() argument
609 skipDepth, inLinks, out); in findNavigationReferencesRecursive()
618 skipDepth, inLinks, out); in findNavigationReferencesRecursive()
623 const nlohmann::json::json_pointer& jsonPtr, int depth, int skipDepth, in findNavigationReferencesInArrayRecursive() argument
633 skipDepth, inLinks, out); in findNavigationReferencesInArrayRecursive()
640 const nlohmann::json::json_pointer& jsonPtr, int depth, int skipDepth, in findNavigationReferencesInObjectRecursive() argument
653 if (skipDepth == 0) in findNavigationReferencesInObjectRecursive()
677 if (skipDepth > 0) in findNavigationReferencesInObjectRecursive()
[all …]