Home
last modified time | relevance | path

Searched full:getobject (Results 1 – 25 of 70) sorted by relevance

123

/openbmc/openpower-debug-collector/dump/
H A Ddump_utils.cpp129 MAPPER_INTERFACE, "GetObject"); in getService()
140 "Empty mapper response for GetObject interface({INTERFACE}), " in getService()
144 throw std::runtime_error("Empty mapper response for GetObject"); in getService()
151 "Mapper call failed for GetObject errorMsg({ERROR}), path({PATH})," in getService()
/openbmc/phosphor-dbus-monitor/mslverify/
H A Dutil.hpp95 using GetObject = std::map<std::string, std::vector<std::string>>; in getService() typedef
97 auto mapperResp = callMethodAndRead<GetObject>( in getService()
100 "xyz.openbmc_project.ObjectMapper"s, "GetObject"s, path, in getService()
101 GetObject::mapped_type{interface}); in getService()
/openbmc/phosphor-dbus-monitor/src/
H A Dpropertywatchimpl.hpp57 return DBusInterfaceType::template callMethodAndRead<GetObject>( in start()
58 MAPPER_BUSNAME, MAPPER_PATH, MAPPER_INTERFACE, "GetObject", in start()
65 return GetObject(); in start()
H A Ddata_types.hpp79 /** @brief ObjectMapper.GetObject response signature alias. */
80 using GetObject = std::map<MapperPath, std::vector<std::string>>; typedef
H A Dsdbusplus.hpp105 auto object = callMethodAndRead<GetObject>( in getBusName()
106 MAPPER_BUSNAME, MAPPER_PATH, MAPPER_INTERFACE, "GetObject", in getBusName()
/openbmc/phosphor-inventory-manager/
H A Dfunctor.cpp54 "xyz.openbmc_project.ObjectMapper", "GetObject"); in operator ()()
66 lg2::error("Failed to execute GetObject method: {ERROR}", "ERROR", in operator ()()
/openbmc/phosphor-debug-collector/
H A Dcore_manager.cpp59 MAPPER_INTERFACE, "GetObject"); in createHelper()
70 lg2::error("Failed to GetObject on Dump.Create: {ERROR}", "ERROR", e); in createHelper()
H A Ddump_utils.cpp27 objectMapperName, "GetObject"); in getService()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/
H A DObjectMapper.interface.yaml8 - name: GetObject
31 ancestor of path and services is of the type returned by the GetObject
52 services is of the type returned by the GetObject method.
/openbmc/phosphor-state-manager/
H A Dsettings.cpp105 ObjectMapper::interface, "GetObject"); in service()
118 error("Error in mapper GetObject: {ERROR}", "ERROR", e); in service()
/openbmc/phosphor-dbus-monitor/src/test/
H A Dpropertywatchtest.hpp43 * xyz.openbmc_project.ObjectMapper.GetObject. */
45 struct CallMethodAndRead<DBusInterfaceType, GetObject, const MapperPath&,
48 static GetObject op(DBusInterfaceType& dbus, const std::string& busName, in op()
209 GetObject(const std::string&, const std::string&,
/openbmc/phosphor-objmgr/src/test/
H A Dhandler.cpp181 getObject(interfaceMap, path, interfaces), in TEST_F()
186 getObject(interfaceMap, path, interfaces), in TEST_F()
191 getObject(interfaceMap, path, interfaces), in TEST_F()
200 ConnectionNames connection = getObject(interfaceMap, path, interfaces); in TEST_F()
206 connection = getObject(interfaceMap, path, interfaces); in TEST_F()
/openbmc/openpower-pnor-code-mgmt/
H A Dutils.cpp53 MAPPER_INTERFACE, "GetObject"); in getService()
72 log<level::ERR>("Mapper call failed", entry("METHOD=%d", "GetObject"), in getService()
/openbmc/witherspoon-pfault-analysis/
H A Dutility.cpp35 MAPPER_INTERFACE, "GetObject"); in getService()
/openbmc/phosphor-fan-presence/
H A Dsdbusplus.hpp278 using GetObject = std::map<std::string, std::vector<std::string>>; in getServiceRaw() typedef
280 return callMethodAndRead<GetObject>( in getServiceRaw()
283 "xyz.openbmc_project.ObjectMapper"s, "GetObject"s, path, in getServiceRaw()
284 GetObject::mapped_type{interface}); in getServiceRaw()
/openbmc/phosphor-time-manager/
H A Dutils.cpp24 mapperInterface, "GetObject"); in getService()
/openbmc/phosphor-host-ipmid/
H A Dsettings.cpp56 bus.new_method_call(mapperService, mapperPath, mapperIntf, "GetObject"); in service()
/openbmc/openpower-proc-control/
H A Dext_interface.cpp35 MAPPER_INTERFACE, "GetObject"); in getService()
/openbmc/openpower-vpd-parser/vpd-tool/include/
H A Dtool_types.hpp58 // Return type of ObjectMapper GetObject API
/openbmc/phosphor-objmgr/libmapper/
H A Dmapper.c168 "xyz.openbmc_project.ObjectMapper", "GetObject", in async_wait_timeout_callback()
267 "xyz.openbmc_project.ObjectMapper", "GetObject", in async_wait_get_objects()
656 "xyz.openbmc_project.ObjectMapper", "GetObject"); in mapper_get_object()
/openbmc/phosphor-virtual-sensor/
H A DdbusUtils.cpp11 const char* methodGetObject = "GetObject";
/openbmc/bmcweb/redfish-core/lib/
H A Dvirtual_media.hpp720 BMCWEB_LOG_ERROR("ObjectMapper::GetObject call failed: {}", ec); in handleManagersVirtualMediaActionInsertPost()
790 BMCWEB_LOG_ERROR("ObjectMapper::GetObject call failed: {}", in handleManagersVirtualMediaActionEject()
860 BMCWEB_LOG_ERROR("ObjectMapper::GetObject call failed: {}", ec); in handleManagersVirtualMediaCollectionGet()
895 BMCWEB_LOG_ERROR("ObjectMapper::GetObject call failed: {}", ec); in handleVirtualMediaGet()
/openbmc/smbios-mdr/tools/
H A Dsst-info.sh35 trim_quotes "$(object_mapper_call GetObject sas "$1" "$2" "$3" \
/openbmc/phosphor-led-manager/
H A Dutils.cpp22 "GetObject"); in getService()
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dutils.cpp16 MAPPER_BUSNAME, "GetObject"); in getService()

123