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 | 421 std::vector<std::string>& endpointInterfaces) in getAssociatedSubTreeById() argument 435 objectPath, 0, endpointInterfaces); in getAssociatedSubTreeById() 448 std::vector<std::string>& endpointInterfaces) in getAssociatedSubTreePathsById() argument 461 endpointInterfaces); in getAssociatedSubTreePathsById()
|
H A D | main.cpp | 626 std::vector<std::string>& endpointInterfaces) { in main() argument 629 association, endpointInterfaces); in main() 637 std::vector<std::string>& endpointInterfaces) { in main() argument 640 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 | 151 std::span<const std::string_view> endpointInterfaces, in getAssociatedSubTree() 162 path, subtreeInterfaces, association, endpointInterfaces); in getAssociatedSubTreePaths() 169 std::span<const std::string_view> endpointInterfaces, in getAssociatedSubTreePaths() 182 path, subtreeInterfaces, association, endpointInterfaces); in getAssociatedSubTreeById() 178 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 196 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 | 183 std::span<const std::string_view> endpointInterfaces, 191 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
|