Searched refs:ExpandNode (Results 1 – 2 of 2) sorted by relevance
| /openbmc/bmcweb/test/redfish-core/include/utils/ |
| H A D | query_param_test.cpp | 560 ExpandNode{json::json_pointer("/Foo"), "/foobar"})); in TEST() 566 ExpandNode{json::json_pointer("/Foo"), "/foobar"})); in TEST() 588 ExpandNode{json::json_pointer("/Foo"), "/foobar"})); in TEST() 605 ExpandNode{json::json_pointer("/Links/Sessions"), "/foobar"})); in TEST() 610 ExpandNode{json::json_pointer("/Links/Sessions"), "/foobar"})); in TEST() 661 ExpandNode{json::json_pointer("/Members/0/Sensors"), in TEST() 663 ExpandNode{json::json_pointer("/Members/1/Sensors"), in TEST() 677 ExpandNode{json::json_pointer("/Chassis/Members/0/Sensors"), in TEST() 679 ExpandNode{json::json_pointer("/Chassis/Members/1/Sensors"), in TEST() 707 ExpandNode{json::json_pointer("/Foo"), "/foo"}, in TEST() [all …]
|
| /openbmc/bmcweb/redfish-core/include/utils/ |
| H A D | query_param.hpp | 566 struct ExpandNode struct 571 bool operator==(const ExpandNode& other) const in operator ==() argument 580 bool inLinks, std::vector<ExpandNode>& out); 585 bool inLinks, std::vector<ExpandNode>& out); 596 bool inLinks, std::vector<ExpandNode>& out) in findNavigationReferencesRecursive() 624 bool inLinks, std::vector<ExpandNode>& out) in findNavigationReferencesInArrayRecursive() 641 bool inLinks, std::vector<ExpandNode>& out) in findNavigationReferencesInObjectRecursive() 723 inline std::vector<ExpandNode> findNavigationReferences( in findNavigationReferences() 726 std::vector<ExpandNode> ret; in findNavigationReferences() 813 std::vector<ExpandNode> nodes = findNavigationReferences( in startQuery() [all …]
|