Lines Matching full:objectmapper
10 #include <xyz/openbmc_project/ObjectMapper/client.hpp>
30 using ObjectMapper = sdbusplus::client::xyz::openbmc_project::ObjectMapper<>; typedef
236 auto mapper = bus.new_method_call(ObjectMapper::default_service, in getService()
237 ObjectMapper::instance_path, in getService()
238 ObjectMapper::interface, "GetObject"); in getService()
259 auto method = bus.new_method_call(ObjectMapper::default_service, in getSubtree()
260 ObjectMapper::instance_path, in getSubtree()
261 ObjectMapper::interface, "GetSubTree"); in getSubtree()
276 ObjectMapper::default_service, ObjectMapper::instance_path, in getSubTreePaths()
277 ObjectMapper::interface, "GetSubTreePaths"); in getSubTreePaths()
289 auto method = bus.new_method_call(ObjectMapper::default_service, in getAncestors()
290 ObjectMapper::instance_path, in getAncestors()
291 ObjectMapper::interface, "GetAncestors"); in getAncestors()
418 ObjectMapper::default_service, ObjectMapper::instance_path, in getAssociatedSubTree()
419 ObjectMapper::interface, "GetAssociatedSubTree"); in getAssociatedSubTree()