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.cpp412 const std::string& objectPath, std::vector<std::string>& subtreeInterfaces, in getAssociatedSubTreeById() argument
417 getSubTreePathsById(interfaceMap, id, objectPath, subtreeInterfaces); in getAssociatedSubTreeById()
439 const std::string& objectPath, std::vector<std::string>& subtreeInterfaces, in getAssociatedSubTreePathsById() argument
444 getSubTreePathsById(interfaceMap, id, objectPath, subtreeInterfaces); in getAssociatedSubTreePathsById()
H A Dmain.cpp622 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/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.cpp176 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/bmcweb/include/
H A Ddbus_utility.hpp186 std::span<const std::string_view> subtreeInterfaces,
194 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