Home
last modified time | relevance | path

Searched refs:objectMapperPath (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-debug-collector/
H A Ddump_utils.cpp24 constexpr auto objectMapperPath = "/xyz/openbmc_project/object_mapper"; in getService() local
26 auto method = bus.new_method_call(objectMapperName, objectMapperPath, in getService()
/openbmc/openpower-hw-diags/util/
H A Ddbus.cpp14 constexpr auto objectMapperPath = "/xyz/openbmc_project/object_mapper"; variable
31 auto method = bus.new_method_call(objectMapperService, objectMapperPath, in find()
75 auto method = bus.new_method_call(objectMapperService, objectMapperPath, in findService()
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dconstants.hpp154 constexpr auto objectMapperPath = "/xyz/openbmc_project/object_mapper";
149 constexpr auto objectMapperPath = "/xyz/openbmc_project/object_mapper"; global() variable
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Ddbus_utility.hpp146 constants::objectMapperService, constants::objectMapperPath, in getObjectSubTree()