Home
last modified time | relevance | path

Searched refs:mapperPath (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-time-manager/
H A Dutils.cpp11 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 Dsettings.cpp16 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 DdbusUtils.cpp7 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 Dmdrv2.hpp55 static constexpr const char* mapperPath = "/xyz/openbmc_project/object_mapper"; variable
/openbmc/smbios-mdr/src/
H A Dmdrv2.cpp413 auto method = bus->new_method_call(mapperBusName, mapperPath, in systemInfoUpdate()