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.hpp539 struct ExpandNode struct
544 bool operator==(const ExpandNode& other) const in operator ==() argument
553 bool inLinks, std::vector<ExpandNode>& out);
558 bool inLinks, std::vector<ExpandNode>& out);
569 bool inLinks, std::vector<ExpandNode>& out) in findNavigationReferencesRecursive()
597 bool inLinks, std::vector<ExpandNode>& out) in findNavigationReferencesInArrayRecursive()
614 bool inLinks, std::vector<ExpandNode>& out) in findNavigationReferencesInObjectRecursive()
696 inline std::vector<ExpandNode> findNavigationReferences( in findNavigationReferences()
699 std::vector<ExpandNode> ret; in findNavigationReferences()
779 std::vector<ExpandNode> nodes = findNavigationReferences( in startQuery()
[all …]