Searched refs:subtreeInterfaces (Results 1 – 7 of 7) sorted by relevance
/openbmc/phosphor-objmgr/src/test/ |
H A D | handler.cpp | 445 std::vector<std::string> subtreeInterfaces = {"test_interface_1", in TEST_F() local 453 path, subtreeInterfaces, "descendent", in TEST_F() 465 path, subtreeInterfaces, "descendent", in TEST_F() 470 "grandchild", path, subtreeInterfaces, in TEST_F() 476 path, subtreeInterfaces, "dog", in TEST_F() 484 subtreeInterfaces, "descendent", in TEST_F() 517 std::vector<std::string> subtreeInterfaces = {"test_interface_1", in TEST_F() local 526 subtreeInterfaces, "descendent", endpointvalidInterfaces) in TEST_F() 538 subtreeInterfaces, "descendent", endpointinvalidInterfaces) in TEST_F() 543 subtreeInterfaces, "descendent", endpointvalidInterfaces) in TEST_F() [all …]
|
/openbmc/bmcweb/src/ |
H A D | dbus_utility.cpp | 176 std::span<const std::string_view> subtreeInterfaces, in getAssociatedSubTreeById() argument 189 path, subtreeInterfaces, association, endpointInterfaces); in getAssociatedSubTreeById() 194 std::span<const std::string_view> subtreeInterfaces, in getAssociatedSubTreePathsById() argument 209 path, subtreeInterfaces, association, endpointInterfaces); in getAssociatedSubTreePathsById()
|
/openbmc/phosphor-objmgr/src/ |
H A D | handler.hpp | 92 const std::string& objectPath, std::vector<std::string>& subtreeInterfaces, 116 const std::string& objectPath, std::vector<std::string>& subtreeInterfaces,
|
H A D | handler.cpp | 399 const std::string& objectPath, std::vector<std::string>& subtreeInterfaces, in getAssociatedSubTreeById() argument 404 getSubTreePathsById(interfaceMap, id, objectPath, subtreeInterfaces); in getAssociatedSubTreeById() 426 const std::string& objectPath, std::vector<std::string>& subtreeInterfaces, in getAssociatedSubTreePathsById() argument 431 getSubTreePathsById(interfaceMap, id, objectPath, subtreeInterfaces); in getAssociatedSubTreePathsById()
|
H A D | main.cpp | 622 std::vector<std::string>& subtreeInterfaces, in main() 626 objectPath, subtreeInterfaces, in main() 633 std::vector<std::string>& subtreeInterfaces, in main() argument 638 subtreeInterfaces, association, endpointInterfaces); in main()
|
/openbmc/bmcweb/include/ |
H A D | dbus_utility.hpp | 161 std::span<const std::string_view> subtreeInterfaces, 169 std::span<const std::string_view> subtreeInterfaces,
|
/openbmc/docs/architecture/ |
H A D | object-mapper.md | 206 - param: subtreeInterfaces - a list of interfaces to constrain the search to 363 - param: subtreeInterfaces - a list of interfaces to constrain the search to
|