Home
last modified time | relevance | path

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

/openbmc/bmcweb/test/redfish-core/include/utils/
H A Dquery_param_test.cpp705 findNavigationReferences(ExpandType::Both, 1, 0, singleTreeNode), in TEST()
711 findNavigationReferences(ExpandType::NotLinks, 1, 0, singleTreeNode), in TEST()
721 findNavigationReferences(ExpandType::Links, 1, 0, singleTreeNode) in TEST()
733 findNavigationReferences(ExpandType::NotLinks, 1, 0, multiTreeNodes), in TEST()
750 findNavigationReferences(ExpandType::Both, 1, 0, singleLinkNode), in TEST()
755 findNavigationReferences(ExpandType::Links, 1, 0, singleLinkNode), in TEST()
765 findNavigationReferences(ExpandType::NotLinks, 1, 0, singleLinkNode) in TEST()
806 EXPECT_THAT(findNavigationReferences(ExpandType::NotLinks, 2, 0, expNode), in TEST()
894 findNavigationReferences(ExpandType::NotLinks, 1, 0, expNode), in TEST()
917 findNavigationReferences(ExpandType::NotLinks, 2, 0, expNode2), in TEST()
[all …]
/openbmc/bmcweb/redfish-core/include/utils/
H A Dquery_param.hpp702 findNavigationReferences(ExpandType eType, int depth, int skipDepth, in findNavigationReferences() function
864 std::vector<ExpandNode> nodes = findNavigationReferences( in startQuery()