/openbmc/phosphor-power/ |
H A D | utility.cpp | 29 constexpr auto MAPPER_BUSNAME = "xyz.openbmc_project.ObjectMapper"; variable 39 auto method = bus.new_method_call(MAPPER_BUSNAME, MAPPER_PATH, in getService() 100 auto mapperCall = bus.new_method_call(MAPPER_BUSNAME, MAPPER_PATH, in getSubTree() 120 bus.new_method_call(MAPPER_BUSNAME, MAPPER_PATH, MAPPER_INTERFACE, in getAssociatedSubTreePaths() 208 auto method = bus.new_method_call(MAPPER_BUSNAME, MAPPER_PATH, in getPSUInventoryPaths()
|
/openbmc/witherspoon-pfault-analysis/ |
H A D | utility.cpp | 25 constexpr auto MAPPER_BUSNAME = "xyz.openbmc_project.ObjectMapper"; variable 34 auto method = bus.new_method_call(MAPPER_BUSNAME, MAPPER_PATH, in getService()
|
/openbmc/openpower-proc-control/ |
H A D | ext_interface.cpp | 8 constexpr auto MAPPER_BUSNAME = "xyz.openbmc_project.ObjectMapper"; variable 34 auto mapper = bus.new_method_call(MAPPER_BUSNAME, MAPPER_PATH, in getService()
|
/openbmc/phosphor-debug-collector/ |
H A D | core_manager.cpp | 52 constexpr auto MAPPER_BUSNAME = "xyz.openbmc_project.ObjectMapper"; in createHelper() local 58 auto mapper = b.new_method_call(MAPPER_BUSNAME, MAPPER_PATH, in createHelper()
|
H A D | ramoops_manager.cpp | 78 constexpr auto MAPPER_BUSNAME = "xyz.openbmc_project.ObjectMapper"; in createHelper() local 84 auto mapper = b.new_method_call(MAPPER_BUSNAME, MAPPER_PATH, in createHelper()
|
/openbmc/ibm-logging/ |
H A D | dbus.cpp | 25 constexpr auto MAPPER_BUSNAME = "xyz.openbmc_project.ObjectMapper"; variable 71 auto method = bus.new_method_call(MAPPER_BUSNAME, MAPPER_PATH, MAPPER_IFACE, in getSubtree()
|
/openbmc/openpower-occ-control/ |
H A D | utils.cpp | 37 auto mapper = bus.new_method_call(MAPPER_BUSNAME, MAPPER_OBJ_PATH, in getService() 126 auto method = bus.new_method_call(MAPPER_BUSNAME, MAPPER_OBJ_PATH, in getSubtreePaths() 149 auto method = bus.new_method_call(MAPPER_BUSNAME, MAPPER_OBJ_PATH, in getServiceUsingSubTree()
|
H A D | utils.hpp | 16 constexpr auto MAPPER_BUSNAME = "xyz.openbmc_project.ObjectMapper"; variable
|
/openbmc/phosphor-psu-code-mgmt/src/ |
H A D | utils.cpp | 23 constexpr auto MAPPER_BUSNAME = "xyz.openbmc_project.ObjectMapper"; variable 94 auto method = bus.new_method_call(MAPPER_BUSNAME, MAPPER_PATH, in getPSUInventoryPaths() 128 auto mapper = bus.new_method_call(MAPPER_BUSNAME, MAPPER_PATH, in getServices()
|
/openbmc/phosphor-bmc-code-mgmt/bmc/ |
H A D | utils.cpp | 15 auto method = bus.new_method_call(MAPPER_BUSNAME, MAPPER_PATH, in getService() 16 MAPPER_BUSNAME, "GetObject"); in getService()
|
H A D | activation.cpp | 233 auto method = this->bus.new_method_call(MAPPER_BUSNAME, MAPPER_PATH, in deleteImageManagerObject() 234 MAPPER_BUSNAME, "GetObject"); in deleteImageManagerObject()
|
H A D | image_manager.cpp | 70 auto method = bus.new_method_call(MAPPER_BUSNAME, MAPPER_PATH, in getSoftwareObjects()
|
H A D | meson.build | 12 conf.set_quoted('MAPPER_BUSNAME', 'xyz.openbmc_project.ObjectMapper')
|
/openbmc/openpower-debug-collector/dump/ |
H A D | dump_utils.cpp | 123 constexpr auto MAPPER_BUSNAME = "xyz.openbmc_project.ObjectMapper"; in getService() local 128 auto mapper = bus.new_method_call(MAPPER_BUSNAME, MAPPER_PATH, in getService()
|
/openbmc/phosphor-gpio-monitor/multi-presence/ |
H A D | gpio_presence.cpp | 38 constexpr auto MAPPER_BUSNAME = "xyz.openbmc_project.ObjectMapper"; variable 45 auto mapperCall = bus.new_method_call(MAPPER_BUSNAME, MAPPER_PATH, in getService()
|
/openbmc/phosphor-gpio-monitor/presence/ |
H A D | gpio_presence.cpp | 27 constexpr auto MAPPER_BUSNAME = "xyz.openbmc_project.ObjectMapper"; variable 34 auto mapperCall = bus.new_method_call(MAPPER_BUSNAME, MAPPER_PATH, in getService()
|
/openbmc/phosphor-fan-presence/ |
H A D | utility.hpp | 25 constexpr auto MAPPER_BUSNAME = "xyz.openbmc_project.ObjectMapper"; variable
|
/openbmc/phosphor-dbus-monitor/src/ |
H A D | data_types.hpp | 20 constexpr auto MAPPER_BUSNAME = "xyz.openbmc_project.ObjectMapper"; variable
|
H A D | sdbusplus.hpp | 106 MAPPER_BUSNAME, MAPPER_PATH, MAPPER_INTERFACE, "GetObject", in getBusName()
|
H A D | propertywatchimpl.hpp | 58 MAPPER_BUSNAME, MAPPER_PATH, MAPPER_INTERFACE, "GetObject", in start()
|
/openbmc/openpower-pnor-code-mgmt/ |
H A D | utils.cpp | 52 auto mapper = bus.new_method_call(MAPPER_BUSNAME, MAPPER_PATH, in getService()
|
H A D | activation.cpp | 101 auto method = this->bus.new_method_call(MAPPER_BUSNAME, MAPPER_PATH, in deleteImageManagerObject()
|
H A D | item_updater.cpp | 218 auto mapperCall = bus.new_method_call(MAPPER_BUSNAME, MAPPER_PATH, in isChassisOn()
|
H A D | meson.build | 73 subs.set_quoted('MAPPER_BUSNAME', 'xyz.openbmc_project.ObjectMapper')
|
/openbmc/phosphor-dbus-monitor/src/test/ |
H A D | propertywatchtest.cpp | 270 EXPECT_CALL(dbus, mapperGetObject(MAPPER_BUSNAME, MAPPER_PATH, in testStart()
|