Searched full:endpointinterfaces (Results 1 – 7 of 7) sorted by relevance
/openbmc/phosphor-objmgr/src/ |
H A D | handler.hpp | 81 * @param endpointInterfaces Interface filter for the endpoint association 94 std::vector<std::string>& endpointInterfaces); 105 * @param endpointInterfaces Interface filter for the endpoint association 118 std::vector<std::string>& endpointInterfaces);
|
H A D | handler.cpp | 414 std::vector<std::string>& endpointInterfaces) in getAssociatedSubTreeById() argument 428 objectPath, 0, endpointInterfaces); in getAssociatedSubTreeById() 441 std::vector<std::string>& endpointInterfaces) in getAssociatedSubTreePathsById() argument 454 endpointInterfaces); in getAssociatedSubTreePathsById()
|
H A D | main.cpp | 624 std::vector<std::string>& endpointInterfaces) { in main() argument 627 association, endpointInterfaces); in main() 635 std::vector<std::string>& endpointInterfaces) { in main() argument 638 subtreeInterfaces, association, endpointInterfaces); in main()
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/ |
H A D | ObjectMapper.interface.yaml | 170 the associationPath that implements the "endpointInterfaces". 192 - name: endpointInterfaces 217 associationPath that implements the "endpointInterfaces". 239 - name: endpointInterfaces
|
/openbmc/bmcweb/src/ |
H A D | dbus_utility.cpp | 178 std::span<const std::string_view> endpointInterfaces, in getAssociatedSubTreeById() argument 189 path, subtreeInterfaces, association, endpointInterfaces); in getAssociatedSubTreeById() 196 std::span<const std::string_view> endpointInterfaces, in getAssociatedSubTreePathsById() argument 209 path, subtreeInterfaces, association, endpointInterfaces); in getAssociatedSubTreePathsById()
|
/openbmc/bmcweb/include/ |
H A D | dbus_utility.hpp | 188 std::span<const std::string_view> endpointInterfaces, 196 std::span<const std::string_view> endpointInterfaces,
|
/openbmc/docs/architecture/ |
H A D | object-mapper.md | 209 - param: endpointInterfaces - An array of interfaces used to filter associated 366 - param: endpointInterfaces - An array of interfaces used to filter associated
|