Searched refs:mapperBusName (Results 1 – 7 of 7) sorted by relevance
| /openbmc/phosphor-virtual-sensor/src/ |
| H A D | dbusUtils.cpp | 6 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 D | utils.cpp | 21 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 D | utils.hpp | 12 static constexpr auto mapperBusName = "xyz.openbmc_project.ObjectMapper"; variable
|
| /openbmc/phosphor-led-manager/fault-monitor/ |
| H A D | fru-fault-monitor.cpp | 22 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 D | mdrv2.hpp | 56 static constexpr const char* mapperBusName = "xyz.openbmc_project.ObjectMapper"; variable
|
| /openbmc/smbios-mdr/src/ |
| H A D | firmware_inventory.cpp | 24 phosphor::smbios::mapperBusName, phosphor::smbios::mapperPath, in getExistingVersionPaths()
|
| H A D | mdrv2.cpp | 405 auto method = bus->new_method_call(mapperBusName, mapperPath, in systemInfoUpdate()
|