Home
last modified time | relevance | path

Searched full:subtreeinterfaces (Results 1 – 8 of 8) sorted by relevance

/openbmc/phosphor-objmgr/src/test/
H A Dhandler.cpp445 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 Dhandler.hpp79 * @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 Dhandler.cpp419 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 Dmain.cpp624 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 DObjectMapper.interface.yaml165 "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 Ddbus_utility.cpp149 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 Ddbus_utility.hpp181 std::span<const std::string_view> subtreeInterfaces,
189 std::span<const std::string_view> subtreeInterfaces,
/openbmc/docs/architecture/
H A Dobject-mapper.md207 - param: subtreeInterfaces - a list of interfaces to constrain the search to
364 - param: subtreeInterfaces - a list of interfaces to constrain the search to