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 | 558 findNavigationReferences(ExpandType::Both, 1, 0, singleTreeNode), in TEST() 564 findNavigationReferences(ExpandType::NotLinks, 1, 0, singleTreeNode), in TEST() 569 EXPECT_TRUE(findNavigationReferences(ExpandType::None, 1, 0, singleTreeNode) in TEST() 574 findNavigationReferences(ExpandType::Links, 1, 0, singleTreeNode) in TEST() 586 findNavigationReferences(ExpandType::NotLinks, 1, 0, multiTreeNodes), in TEST() 603 findNavigationReferences(ExpandType::Both, 1, 0, singleLinkNode), in TEST() 608 findNavigationReferences(ExpandType::Links, 1, 0, singleLinkNode), in TEST() 613 EXPECT_TRUE(findNavigationReferences(ExpandType::None, 1, 0, singleLinkNode) in TEST() 618 findNavigationReferences(ExpandType::NotLinks, 1, 0, singleLinkNode) in TEST() 656 findNavigationReferences(ExpandType::NotLinks, 1, 0, expNode).empty()); in TEST() [all …]
|
| /openbmc/bmcweb/redfish-core/include/utils/ |
| H A D | query_param.hpp | 699 inline std::vector<ExpandNode> findNavigationReferences( in findNavigationReferences() function 789 std::vector<ExpandNode> nodes = findNavigationReferences( in startQuery()
|