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() 525 EXPECT_EQ(query.expandType, ExpandType::NotLinks); in TEST() 564 findNavigationReferences(ExpandType::NotLinks, 1, 0, singleTreeNode), in TEST() 586 findNavigationReferences(ExpandType::NotLinks, 1, 0, multiTreeNodes), in TEST() 618 findNavigationReferences(ExpandType::NotLinks, 1, 0, singleLinkNode) in TEST() 656 findNavigationReferences(ExpandType::NotLinks, 1, 0, expNode).empty()); in TEST() 659 EXPECT_THAT(findNavigationReferences(ExpandType::NotLinks, 2, 0, expNode), in TEST() 670 findNavigationReferences(ExpandType::NotLinks, 1, 0, expNode2).empty()); in TEST() 672 findNavigationReferences(ExpandType::NotLinks, 2, 0, expNode2).empty()); in TEST() [all …]
|
/openbmc/bmcweb/redfish-core/include/utils/ |
H A D | query_param.hpp | 54 NotLinks, enumerator 268 query.expandType = ExpandType::NotLinks; in getExpandType() 673 if (localInLinks && eType == ExpandType::NotLinks) in findNavigationReferencesInObjectRecursive() 725 case ExpandType::NotLinks: in formatQueryForExpand()
|