Searched refs:mapperService (Results 1 – 5 of 5) sorted by relevance
/openbmc/phosphor-host-ipmid/ |
H A D | settings.cpp | 15 constexpr auto mapperService = "xyz.openbmc_project.ObjectMapper"; variable 56 bus.new_method_call(mapperService, mapperPath, mapperIntf, "GetObject"); in service()
|
/openbmc/pldm/oem/ibm/libpldmresponder/ |
H A D | inband_code_update.cpp | 155 static constexpr auto mapperService = "xyz.openbmc_project.ObjectMapper"; in setVersions() local 165 auto method = bus.new_method_call(mapperService, functionalObjPath, in setVersions() 176 bus.new_method_call(mapperService, activeObjPath, propIntf, "Get"); in setVersions()
|
/openbmc/phosphor-buttons/src/ |
H A D | button_handler.cpp | 46 constexpr auto mapperService = "xyz.openbmc_project.ObjectMapper"; variable 223 auto method = bus.new_method_call(mapperService, mapperObjPath, mapperIface, in getService()
|
/openbmc/pldm/common/ |
H A D | utils.hpp | 73 constexpr auto mapperService = ObjectMapper::default_service; variable
|
/openbmc/pldm/libpldmresponder/ |
H A D | fru.cpp | 234 bus.new_method_call(pldm::utils::mapperService, fwFunctionalObjPath, in populatefwVersion()
|