/openbmc/openpower-debug-collector/dump/ |
H A D | dump_utils.cpp | 129 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 D | util.hpp | 95 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 D | propertywatchimpl.hpp | 57 return DBusInterfaceType::template callMethodAndRead<GetObject>( in start() 58 MAPPER_BUSNAME, MAPPER_PATH, MAPPER_INTERFACE, "GetObject", in start() 65 return GetObject(); in start()
|
H A D | data_types.hpp | 79 /** @brief ObjectMapper.GetObject response signature alias. */ 80 using GetObject = std::map<MapperPath, std::vector<std::string>>; typedef
|
H A D | sdbusplus.hpp | 105 auto object = callMethodAndRead<GetObject>( in getBusName() 106 MAPPER_BUSNAME, MAPPER_PATH, MAPPER_INTERFACE, "GetObject", in getBusName()
|
/openbmc/phosphor-inventory-manager/ |
H A D | functor.cpp | 54 "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 D | core_manager.cpp | 59 MAPPER_INTERFACE, "GetObject"); in createHelper() 70 lg2::error("Failed to GetObject on Dump.Create: {ERROR}", "ERROR", e); in createHelper()
|
H A D | dump_utils.cpp | 27 objectMapperName, "GetObject"); in getService()
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/ |
H A D | ObjectMapper.interface.yaml | 8 - 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 D | settings.cpp | 105 ObjectMapper::interface, "GetObject"); in service() 118 error("Error in mapper GetObject: {ERROR}", "ERROR", e); in service()
|
/openbmc/phosphor-dbus-monitor/src/test/ |
H A D | propertywatchtest.hpp | 43 * 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 D | handler.cpp | 181 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 D | utils.cpp | 53 MAPPER_INTERFACE, "GetObject"); in getService() 72 log<level::ERR>("Mapper call failed", entry("METHOD=%d", "GetObject"), in getService()
|
/openbmc/witherspoon-pfault-analysis/ |
H A D | utility.cpp | 35 MAPPER_INTERFACE, "GetObject"); in getService()
|
/openbmc/phosphor-fan-presence/ |
H A D | sdbusplus.hpp | 278 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 D | utils.cpp | 24 mapperInterface, "GetObject"); in getService()
|
/openbmc/phosphor-host-ipmid/ |
H A D | settings.cpp | 56 bus.new_method_call(mapperService, mapperPath, mapperIntf, "GetObject"); in service()
|
/openbmc/openpower-proc-control/ |
H A D | ext_interface.cpp | 35 MAPPER_INTERFACE, "GetObject"); in getService()
|
/openbmc/openpower-vpd-parser/vpd-tool/include/ |
H A D | tool_types.hpp | 58 // Return type of ObjectMapper GetObject API
|
/openbmc/phosphor-objmgr/libmapper/ |
H A D | mapper.c | 168 "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 D | dbusUtils.cpp | 11 const char* methodGetObject = "GetObject";
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | virtual_media.hpp | 720 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 D | sst-info.sh | 35 trim_quotes "$(object_mapper_call GetObject sas "$1" "$2" "$3" \
|
/openbmc/phosphor-led-manager/ |
H A D | utils.cpp | 22 "GetObject"); in getService()
|
/openbmc/phosphor-bmc-code-mgmt/bmc/ |
H A D | utils.cpp | 16 MAPPER_BUSNAME, "GetObject"); in getService()
|