Searched refs:findNavigationReferences (Results 1 – 2 of 2) sorted by relevance
/openbmc/bmcweb/test/redfish-core/include/utils/ |
H A D | query_param_test.cpp | 698 findNavigationReferences(ExpandType::Both, 1, 0, singleTreeNode), in TEST() 704 findNavigationReferences(ExpandType::NotLinks, 1, 0, singleTreeNode), in TEST() 714 findNavigationReferences(ExpandType::Links, 1, 0, singleTreeNode) in TEST() 726 findNavigationReferences(ExpandType::NotLinks, 1, 0, multiTreeNodes), in TEST() 743 findNavigationReferences(ExpandType::Both, 1, 0, singleLinkNode), in TEST() 748 findNavigationReferences(ExpandType::Links, 1, 0, singleLinkNode), in TEST() 758 findNavigationReferences(ExpandType::NotLinks, 1, 0, singleLinkNode) in TEST() 799 EXPECT_THAT(findNavigationReferences(ExpandType::NotLinks, 2, 0, expNode), in TEST() 887 findNavigationReferences(ExpandType::NotLinks, 1, 0, expNode), in TEST() 910 findNavigationReferences(ExpandType::NotLinks, 2, 0, expNode2), in TEST() [all …]
|
/openbmc/bmcweb/redfish-core/include/utils/ |
H A D | query_param.hpp | 693 inline std::vector<ExpandNode> findNavigationReferences( in findNavigationReferences() function 855 std::vector<ExpandNode> nodes = findNavigationReferences( in startQuery()
|