Home
last modified time | relevance | path

Searched refs:mapperBusName (Results 1 – 8 of 8) sorted by relevance

/openbmc/phosphor-virtual-sensor/
H A DdbusUtils.cpp6 const char* mapperBusName = "xyz.openbmc_project.ObjectMapper"; variable
21 auto mapper = bus.new_method_call(mapperBusName, mapperPath, mapperIntf, in getService()
/openbmc/phosphor-led-manager/fault-monitor/
H A Dfru-fault-monitor.cpp22 static constexpr auto mapperBusName = "xyz.openbmc_project.ObjectMapper"; variable
51 auto mapper = bus.new_method_call(mapperBusName, mapperObjPath, mapperIntf, in getService()
184 auto mapperCall = bus.new_method_call(mapperBusName, mapperObjPath, in getLoggingSubTree()
/openbmc/phosphor-led-manager/
H A Dutils.cpp21 auto mapper = bus.new_method_call(mapperBusName, mapperObjPath, mapperIntf, in getService()
112 auto method = bus.new_method_call(mapperBusName, mapperObjPath, mapperIntf, in getSubTreePaths()
H A Dutils.hpp12 static constexpr auto mapperBusName = "xyz.openbmc_project.ObjectMapper"; variable
/openbmc/phosphor-host-ipmid/
H A Dselutility.hpp18 static constexpr auto mapperBusName = "xyz.openbmc_project.ObjectMapper"; variable
H A Dselutility.cpp377 auto mapperCall = bus.new_method_call(mapperBusName, mapperObjPath, in readLoggingObjectPaths()
/openbmc/smbios-mdr/include/
H A Dmdrv2.hpp54 static constexpr const char* mapperBusName = "xyz.openbmc_project.ObjectMapper"; variable
/openbmc/smbios-mdr/src/
H A Dmdrv2.cpp413 auto method = bus->new_method_call(mapperBusName, mapperPath, in systemInfoUpdate()