/openbmc/phosphor-objmgr/src/test/ |
H A D | handler.cpp | 445 std::vector<std::string> subtreeInterfaces = {"test_interface_1", in TEST_F() local 454 subtreeInterfaces, "descendent", in TEST_F() 458 // invalid subtreeInterfaces in TEST_F() 466 path, subtreeInterfaces, "descendent", in TEST_F() 471 "grandchild", path, subtreeInterfaces, in TEST_F() 477 path, subtreeInterfaces, "dog", in TEST_F() 485 subtreeInterfaces, "descendent", in TEST_F() 518 std::vector<std::string> subtreeInterfaces = {"test_interface_1", in TEST_F() local 527 path, subtreeInterfaces, "descendent", in TEST_F() 531 // invalid subtreeInterfaces in TEST_F() [all …]
|
/openbmc/phosphor-objmgr/src/ |
H A D | handler.hpp | 79 * @param subtreeInterfaces Interface filter for the subtree 92 const std::string& objectPath, std::vector<std::string>& subtreeInterfaces, 103 * @param subtreeInterfaces Interface filter for the subtree 116 const std::string& objectPath, std::vector<std::string>& subtreeInterfaces,
|
H A D | handler.cpp | 419 const std::string& objectPath, std::vector<std::string>& subtreeInterfaces, in getAssociatedSubTreeById() argument 424 getSubTreePathsById(interfaceMap, id, objectPath, subtreeInterfaces); in getAssociatedSubTreeById() 446 const std::string& objectPath, std::vector<std::string>& subtreeInterfaces, in getAssociatedSubTreePathsById() argument 451 getSubTreePathsById(interfaceMap, id, objectPath, subtreeInterfaces); in getAssociatedSubTreePathsById()
|
H A D | main.cpp | 624 std::vector<std::string>& subtreeInterfaces, in main() 628 objectPath, subtreeInterfaces, in main() 635 std::vector<std::string>& subtreeInterfaces, in main() argument 640 subtreeInterfaces, association, endpointInterfaces); in main()
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/ |
H A D | ObjectMapper.interface.yaml | 165 "subtreeInterfaces" and have the path endpoint "id". 183 - name: subtreeInterfaces 212 "subtreeInterfaces" and have the path endpoint "id". 230 - name: subtreeInterfaces
|
/openbmc/bmcweb/src/ |
H A D | dbus_utility.cpp | 149 std::span<const std::string_view> subtreeInterfaces, in getAssociatedSubTree() 162 path, subtreeInterfaces, association, endpointInterfaces); in getAssociatedSubTreePaths() 167 std::span<const std::string_view> subtreeInterfaces, in getAssociatedSubTreePaths() 182 path, subtreeInterfaces, association, endpointInterfaces); in getAssociatedSubTreeById() 176 getAssociatedSubTreeById(const std::string & id,const std::string & path,std::span<const std::string_view> subtreeInterfaces,std::string_view association,std::span<const std::string_view> endpointInterfaces,std::function<void (const boost::system::error_code &,const MapperGetSubTreeResponse &)> && callback) getAssociatedSubTreeById() argument 194 getAssociatedSubTreePathsById(const std::string & id,const std::string & path,std::span<const std::string_view> subtreeInterfaces,std::string_view association,std::span<const std::string_view> endpointInterfaces,std::function<void (const boost::system::error_code &,const MapperGetSubTreePathsResponse &)> && callback) getAssociatedSubTreePathsById() argument
|
/openbmc/bmcweb/include/ |
H A D | dbus_utility.hpp | 181 std::span<const std::string_view> subtreeInterfaces, 189 std::span<const std::string_view> subtreeInterfaces,
|
/openbmc/docs/architecture/ |
H A D | object-mapper.md | 207 - param: subtreeInterfaces - a list of interfaces to constrain the search to 364 - param: subtreeInterfaces - a list of interfaces to constrain the search to
|