Searched refs:NotLinks (Results 1 – 2 of 2) sorted by relevance
/openbmc/bmcweb/test/redfish-core/include/utils/ |
H A D | query_param_test.cpp | 140 EXPECT_EQ(formatQueryForExpand(Query{.expandType = ExpandType::NotLinks}), in TEST() 160 Query{.expandLevel = 2, .expandType = ExpandType::NotLinks}), in TEST() 665 EXPECT_EQ(query.expandType, ExpandType::NotLinks); in TEST() 704 findNavigationReferences(ExpandType::NotLinks, 1, 0, singleTreeNode), in TEST() 726 findNavigationReferences(ExpandType::NotLinks, 1, 0, multiTreeNodes), in TEST() 758 findNavigationReferences(ExpandType::NotLinks, 1, 0, singleLinkNode) in TEST() 796 findNavigationReferences(ExpandType::NotLinks, 1, 0, expNode).empty()); in TEST() 799 EXPECT_THAT(findNavigationReferences(ExpandType::NotLinks, 2, 0, expNode), in TEST() 810 findNavigationReferences(ExpandType::NotLinks, 1, 0, expNode2).empty()); in TEST() 812 findNavigationReferences(ExpandType::NotLinks, 2, 0, expNode2).empty()); in TEST() [all …]
|
/openbmc/bmcweb/redfish-core/include/utils/ |
H A D | query_param.hpp | 51 NotLinks, enumerator 265 query.expandType = ExpandType::NotLinks; in getExpandType() 670 if (localInLinks && eType == ExpandType::NotLinks) in findNavigationReferencesInObjectRecursive() 722 case ExpandType::NotLinks: in formatQueryForExpand()
|