Home
last modified time | relevance | path

Searched refs:MAPPER_BUSNAME (Results 1 – 25 of 27) sorted by relevance

12

/openbmc/phosphor-power/
H A Dutility.cpp29 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 Dutility.cpp25 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 Dext_interface.cpp8 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 Dcore_manager.cpp52 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 Dramoops_manager.cpp78 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 Ddbus.cpp25 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 Dutils.cpp37 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 Dutils.hpp16 constexpr auto MAPPER_BUSNAME = "xyz.openbmc_project.ObjectMapper"; variable
/openbmc/phosphor-psu-code-mgmt/src/
H A Dutils.cpp23 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 Dutils.cpp15 auto method = bus.new_method_call(MAPPER_BUSNAME, MAPPER_PATH, in getService()
16 MAPPER_BUSNAME, "GetObject"); in getService()
H A Dactivation.cpp233 auto method = this->bus.new_method_call(MAPPER_BUSNAME, MAPPER_PATH, in deleteImageManagerObject()
234 MAPPER_BUSNAME, "GetObject"); in deleteImageManagerObject()
H A Dimage_manager.cpp70 auto method = bus.new_method_call(MAPPER_BUSNAME, MAPPER_PATH, in getSoftwareObjects()
H A Dmeson.build12 conf.set_quoted('MAPPER_BUSNAME', 'xyz.openbmc_project.ObjectMapper')
/openbmc/openpower-debug-collector/dump/
H A Ddump_utils.cpp123 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 Dgpio_presence.cpp38 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 Dgpio_presence.cpp27 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 Dutility.hpp25 constexpr auto MAPPER_BUSNAME = "xyz.openbmc_project.ObjectMapper"; variable
/openbmc/phosphor-dbus-monitor/src/
H A Ddata_types.hpp20 constexpr auto MAPPER_BUSNAME = "xyz.openbmc_project.ObjectMapper"; variable
H A Dsdbusplus.hpp106 MAPPER_BUSNAME, MAPPER_PATH, MAPPER_INTERFACE, "GetObject", in getBusName()
H A Dpropertywatchimpl.hpp58 MAPPER_BUSNAME, MAPPER_PATH, MAPPER_INTERFACE, "GetObject", in start()
/openbmc/openpower-pnor-code-mgmt/
H A Dutils.cpp52 auto mapper = bus.new_method_call(MAPPER_BUSNAME, MAPPER_PATH, in getService()
H A Dactivation.cpp101 auto method = this->bus.new_method_call(MAPPER_BUSNAME, MAPPER_PATH, in deleteImageManagerObject()
H A Ditem_updater.cpp218 auto mapperCall = bus.new_method_call(MAPPER_BUSNAME, MAPPER_PATH, in isChassisOn()
H A Dmeson.build73 subs.set_quoted('MAPPER_BUSNAME', 'xyz.openbmc_project.ObjectMapper')
/openbmc/phosphor-dbus-monitor/src/test/
H A Dpropertywatchtest.cpp270 EXPECT_CALL(dbus, mapperGetObject(MAPPER_BUSNAME, MAPPER_PATH, in testStart()

12