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.hpp555 const nlohmann::json::json_pointer& jsonPtr, int depth, int skipDepth,
560 const nlohmann::json::json_pointer& jsonPtr, int depth, int skipDepth,
571 const nlohmann::json::json_pointer& jsonPtr, int depth, int skipDepth, in findNavigationReferencesRecursive() argument
585 skipDepth, inLinks, out); in findNavigationReferencesRecursive()
594 skipDepth, inLinks, out); in findNavigationReferencesRecursive()
599 const nlohmann::json::json_pointer& jsonPtr, int depth, int skipDepth, in findNavigationReferencesInArrayRecursive() argument
609 skipDepth, inLinks, out); in findNavigationReferencesInArrayRecursive()
616 const nlohmann::json::json_pointer& jsonPtr, int depth, int skipDepth, in findNavigationReferencesInObjectRecursive() argument
629 if (skipDepth == 0) in findNavigationReferencesInObjectRecursive()
653 if (skipDepth > 0) in findNavigationReferencesInObjectRecursive()
[all …]