Home
last modified time | relevance | path

Searched refs:objectInfo (Results 1 – 6 of 6) sorted by relevance

/openbmc/intel-ipmi-oem/src/
H A Dappcommands.cpp328 ipmi::DbusObjectInfo objectInfo{}; in ipmiAppGetSystemGuid() local
330 ipmi::getDbusObject(ctx, uuidInterface, objectInfo); in ipmiAppGetSystemGuid()
343 ec = ipmi::getDbusProperty(ctx, objectInfo.second, objectInfo.first, in ipmiAppGetSystemGuid()
H A Doemcommands.cpp1239 auto objectInfo = in isDHCPIPv6Enabled() local
1241 auto properties = getAllDbusProperties(*dbus, objectInfo.second, in isDHCPIPv6Enabled()
1242 objectInfo.first, networkIPIntf); in isDHCPIPv6Enabled()
/openbmc/phosphor-host-ipmid/
H A Ddcmihandler.cpp448 ipmi::DbusObjectInfo objectInfo; in readAssetTag() local
450 ctx, dcmi::assetTagIntf, ipmi::sensor::inventoryRoot, "", objectInfo); in readAssetTag()
458 ipmi::getDbusProperty(ctx, objectInfo.second, objectInfo.first, in readAssetTag()
475 ipmi::DbusObjectInfo objectInfo; in writeAssetTag() local
477 ctx, dcmi::assetTagIntf, ipmi::sensor::inventoryRoot, "", objectInfo); in writeAssetTag()
484 ipmi::setDbusProperty(ctx, objectInfo.second, objectInfo.first, in writeAssetTag()
/openbmc/phosphor-host-ipmid/libipmid/
H A Dutils.cpp61 DbusObjectInfo objectInfo; in getDbusObject() local
66 objectInfo = std::make_pair( in getDbusObject()
69 return objectInfo; in getDbusObject()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dsw_utils.hpp503 const dbus::utility::MapperGetObject& objectInfo) in handleUpdateableObject() argument
512 if (objectInfo.empty()) in handleUpdateableObject()
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp134 DbusObjectInfo objectInfo; in getIPObject() local
149 objectInfo = std::make_pair(object.first, object.second.begin()->first); in getIPObject()
161 return objectInfo; in getIPObject()