Home
last modified time | relevance | path

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

/openbmc/phosphor-virtual-sensor/src/
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/
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-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/smbios-mdr/include/
H A Dmdrv2.hpp56 static constexpr const char* mapperBusName = "xyz.openbmc_project.ObjectMapper"; variable
/openbmc/smbios-mdr/src/
H A Dfirmware_inventory.cpp24 phosphor::smbios::mapperBusName, phosphor::smbios::mapperPath, in getExistingVersionPaths()
H A Dmdrv2.cpp405 auto method = bus->new_method_call(mapperBusName, mapperPath, in systemInfoUpdate()