Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Ddcmihandler.cpp198 ipmi::DbusObjectInfo objectInfo; in readAssetTag() local
200 ctx, dcmi::assetTagIntf, ipmi::sensor::inventoryRoot, "", objectInfo); in readAssetTag()
207 ec = ipmi::getDbusProperty(ctx, objectInfo.second, objectInfo.first, in readAssetTag()
225 ipmi::DbusObjectInfo objectInfo; in writeAssetTag() local
227 ctx, dcmi::assetTagIntf, ipmi::sensor::inventoryRoot, "", objectInfo); in writeAssetTag()
233 ec = ipmi::setDbusProperty(ctx, objectInfo.second, objectInfo.first, in writeAssetTag()
H A Dapphandler.cpp856 ipmi::DbusObjectInfo objectInfo{}; in ipmiAppGetSystemGuid() local
858 objectInfo); in ipmiAppGetSystemGuid()
870 ec = ipmi::getDbusProperty(ctx, objectInfo.second, objectInfo.first, in ipmiAppGetSystemGuid()
/openbmc/phosphor-host-ipmid/libipmid/
H A Dutils.cpp58 DbusObjectInfo objectInfo; in getDbusObject() local
63 objectInfo = std::make_pair( in getDbusObject()
66 return objectInfo; in getDbusObject()
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp128 DbusObjectInfo objectInfo; in getIPObject() local
143 objectInfo = std::make_pair(object.first, object.second.begin()->first); in getIPObject()
155 return objectInfo; in getIPObject()
/openbmc/intel-ipmi-oem/src/
H A Doemcommands.cpp1242 auto objectInfo = getDbusObject(*dbus, networkIPIntf, networkRoot, in isDHCPIPv6Enabled() local
1244 auto properties = getAllDbusProperties(*dbus, objectInfo.second, in isDHCPIPv6Enabled()
1245 objectInfo.first, networkIPIntf); in isDHCPIPv6Enabled()