Searched refs:mapperPath (Results 1 – 5 of 5) sorted by relevance
/openbmc/phosphor-time-manager/ |
H A D | utils.cpp | 11 constexpr auto mapperPath = "/xyz/openbmc_project/object_mapper"; variable 23 auto mapper = bus.new_method_call(mapperBusname, mapperPath, in getService() 54 auto mapperCall = bus.new_method_call(mapperBusname, mapperPath, in getSubTree()
|
/openbmc/phosphor-host-ipmid/ |
H A D | settings.cpp | 16 constexpr auto mapperPath = "/xyz/openbmc_project/object_mapper"; variable 56 bus.new_method_call(mapperService, mapperPath, mapperIntf, "GetObject"); in service()
|
/openbmc/phosphor-virtual-sensor/ |
H A D | dbusUtils.cpp | 7 const char* mapperPath = "/xyz/openbmc_project/object_mapper"; variable 21 auto mapper = bus.new_method_call(mapperBusName, mapperPath, mapperIntf, in getService()
|
/openbmc/smbios-mdr/include/ |
H A D | mdrv2.hpp | 55 static constexpr const char* mapperPath = "/xyz/openbmc_project/object_mapper"; variable
|
/openbmc/smbios-mdr/src/ |
H A D | mdrv2.cpp | 413 auto method = bus->new_method_call(mapperBusName, mapperPath, in systemInfoUpdate()
|