Searched refs:objectInfo (Results 1 – 6 of 6) sorted by relevance
| /openbmc/intel-ipmi-oem/src/ |
| H A D | appcommands.cpp | 328 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 D | oemcommands.cpp | 1239 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 D | dcmihandler.cpp | 448 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 D | utils.cpp | 61 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 D | sw_utils.hpp | 503 const dbus::utility::MapperGetObject& objectInfo) in handleUpdateableObject() argument 512 if (objectInfo.empty()) in handleUpdateableObject()
|
| /openbmc/fb-ipmi-oem/src/ |
| H A D | oemcommands.cpp | 134 DbusObjectInfo objectInfo; in getIPObject() local 149 objectInfo = std::make_pair(object.first, object.second.begin()->first); in getIPObject() 161 return objectInfo; in getIPObject()
|