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.cpp707 ExpandNode{json::json_pointer("/Foo"), "/foobar"})); in TEST()
713 ExpandNode{json::json_pointer("/Foo"), "/foobar"})); in TEST()
735 ExpandNode{json::json_pointer("/Foo"), "/foobar"})); in TEST()
808 ExpandNode{json::json_pointer("/Members/0/Sensors"), in TEST()
810 ExpandNode{json::json_pointer("/Members/1/Sensors"), in TEST()
854 ExpandNode{json::json_pointer("/Foo"), "/foo"}, in TEST()
902 ExpandNode{json::json_pointer("/Members/0"), in TEST()
904 ExpandNode{json::json_pointer("/Members/1/Sensors"), in TEST()
920 ExpandNode{json::json_pointer("/Chassis/Members/0"), in TEST()
927 ExpandNode{json::json_pointer("/Chassis/Members/0"), in TEST()
[all …]
/openbmc/bmcweb/redfish-core/include/utils/
H A Dquery_param.hpp544 struct ExpandNode struct
549 bool operator==(const ExpandNode& other) const in operator ==() argument
558 bool inLinks, std::vector<ExpandNode>& out);
563 bool inLinks, std::vector<ExpandNode>& out);
574 bool inLinks, std::vector<ExpandNode>& out) in findNavigationReferencesRecursive()
602 bool inLinks, std::vector<ExpandNode>& out) in findNavigationReferencesInArrayRecursive()
619 bool inLinks, std::vector<ExpandNode>& out) in findNavigationReferencesInObjectRecursive()
701 inline std::vector<ExpandNode>
705 std::vector<ExpandNode> ret; in findNavigationReferences()
864 std::vector<ExpandNode> nodes = findNavigationReferences( in startQuery()
[all …]