Searched refs:mapperBusName (Results 1 – 8 of 8) sorted by relevance
/openbmc/phosphor-virtual-sensor/ |
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/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/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-host-ipmid/ |
H A D | selutility.hpp | 18 static constexpr auto mapperBusName = "xyz.openbmc_project.ObjectMapper"; variable
|
H A D | selutility.cpp | 377 auto mapperCall = bus.new_method_call(mapperBusName, mapperObjPath, in readLoggingObjectPaths()
|
/openbmc/smbios-mdr/include/ |
H A D | mdrv2.hpp | 54 static constexpr const char* mapperBusName = "xyz.openbmc_project.ObjectMapper"; variable
|
/openbmc/smbios-mdr/src/ |
H A D | mdrv2.cpp | 413 auto method = bus->new_method_call(mapperBusName, mapperPath, in systemInfoUpdate()
|