Searched refs:mapperIntf (Results 1 – 9 of 9) sorted by relevance
/openbmc/phosphor-host-ipmid/ |
H A D | settings.cpp | 17 constexpr auto mapperIntf = "xyz.openbmc_project.ObjectMapper"; variable 56 bus.new_method_call(mapperService, mapperPath, mapperIntf, "GetObject"); in service()
|
H A D | selutility.hpp | 20 static constexpr auto mapperIntf = "xyz.openbmc_project.ObjectMapper"; variable
|
H A D | selutility.cpp | 378 mapperIntf, "GetSubTreePaths"); in readLoggingObjectPaths()
|
/openbmc/phosphor-virtual-sensor/ |
H A D | dbusUtils.cpp | 8 const char* mapperIntf = 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 | 24 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 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 | 14 static constexpr auto mapperIntf = "xyz.openbmc_project.ObjectMapper"; variable
|
/openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/ |
H A D | hyp_network_manager.cpp | 101 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 D | inventory_mac.cpp | 43 constexpr auto mapperIntf = "xyz.openbmc_project.ObjectMapper"; variable 90 bus.new_method_call(mapperBus, mapperObj, mapperIntf, "GetSubTree"); in getfromInventory()
|