Searched full:subtreeinterfaces (Results 1 – 8 of 8) 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 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 | 412 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 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/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 | 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/bmcweb/include/ |
H A D | dbus_utility.hpp | 186 std::span<const std::string_view> subtreeInterfaces, 194 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
|