Home
last modified time | relevance | path

Searched refs:mapperIntf (Results 1 – 9 of 9) sorted by relevance

/openbmc/phosphor-host-ipmid/
H A Dsettings.cpp17 constexpr auto mapperIntf = "xyz.openbmc_project.ObjectMapper"; variable
56 bus.new_method_call(mapperService, mapperPath, mapperIntf, "GetObject"); in service()
H A Dselutility.hpp20 static constexpr auto mapperIntf = "xyz.openbmc_project.ObjectMapper"; variable
H A Dselutility.cpp378 mapperIntf, "GetSubTreePaths"); in readLoggingObjectPaths()
/openbmc/phosphor-virtual-sensor/
H A DdbusUtils.cpp8 const char* mapperIntf = variable
21 auto mapper = bus.new_method_call(mapperBusName, mapperPath, mapperIntf, in getService()
/openbmc/phosphor-led-manager/fault-monitor/
H A Dfru-fault-monitor.cpp24 static constexpr auto mapperIntf = "xyz.openbmc_project.ObjectMapper"; variable
51 auto mapper = bus.new_method_call(mapperBusName, mapperObjPath, mapperIntf, in getService()
185 mapperIntf, "GetSubTree"); in getLoggingSubTree()
/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.hpp14 static constexpr auto mapperIntf = "xyz.openbmc_project.ObjectMapper"; variable
/openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/
H A Dhyp_network_manager.cpp101 constexpr auto mapperIntf = "xyz.openbmc_project.ObjectMapper"; in setBIOSTableAttrs() local
108 bus.new_method_call(mapperBus, mapperObj, mapperIntf, "GetSubTree"); in setBIOSTableAttrs()
/openbmc/phosphor-networkd/src/
H A Dinventory_mac.cpp43 constexpr auto mapperIntf = "xyz.openbmc_project.ObjectMapper"; variable
90 bus.new_method_call(mapperBus, mapperObj, mapperIntf, "GetSubTree"); in getfromInventory()