Home
last modified time | relevance | path

Searched refs:ExpandNode (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/test/redfish-core/include/utils/
H A Dquery_param_test.cpp560 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 Dquery_param.hpp542 struct ExpandNode struct
547 bool operator==(const ExpandNode& other) const in operator ==() argument
556 bool inLinks, std::vector<ExpandNode>& out);
561 bool inLinks, std::vector<ExpandNode>& out);
572 bool inLinks, std::vector<ExpandNode>& out) in findNavigationReferencesRecursive()
600 bool inLinks, std::vector<ExpandNode>& out) in findNavigationReferencesInArrayRecursive()
617 bool inLinks, std::vector<ExpandNode>& out) in findNavigationReferencesInObjectRecursive()
699 inline std::vector<ExpandNode> findNavigationReferences( in findNavigationReferences()
702 std::vector<ExpandNode> ret; in findNavigationReferences()
789 std::vector<ExpandNode> nodes = findNavigationReferences( in startQuery()
[all …]