Home
last modified time | relevance | path

Searched refs:entityId (Results 1 – 12 of 12) sorted by relevance

/openbmc/google-ipmi-sys/test/
H A Dentity_unittest.cpp48 std::uint8_t entityId = 3; in TEST() local
50 std::vector<std::uint8_t> request = {entityId, entityInstance}; in TEST()
54 EXPECT_CALL(hMock, getEntityName(entityId, entityInstance)) in TEST()
/openbmc/openbmc-tools/sensor_yaml_config/
H A Dsensor_yaml_config.py11 entityId: int
374 entityId, namePattern = getEntityIdAndNamePattern(path, intfs, m)
375 y[i]["entityID"] = entityId
376 y[i]["entityInstance"] = getEntityInstance(entityId)
381 entityId,
437 entityId = y[i]["entityID"]
440 "entityID": entityId,
/openbmc/google-ipmi-sys/
H A Dentity_name.cpp47 uint8_t entityId; member
66 handler->getEntityName(request.entityId, request.entityInstance); in getEntityName()
/openbmc/intel-ipmi-oem/include/
H A Dsdrutils.hpp542 const std::string& path, const SensorMap& sensorMap, uint8_t& entityId, in updateIpmiFromAssociation() argument
604 entityId = in updateIpmiFromAssociation()
650 entityId = in updateIpmiFromAssociation()
666 path.c_str(), entityId, entityInstance); in updateIpmiFromAssociation()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp1856 uint8_t entityId = 0; in constructSensorSdr() local
1861 updateIpmiFromAssociation(path, ipmiDecoratorPaths, sensorMap, entityId, in constructSensorSdr()
1864 record.body.entityId = entityId; in constructSensorSdr()
2031 record.body.entityId = sensor->second.entityType; in constructStaticSensorSdr()
2078 record.body.entityId = 0x00; in constructEventSdrHeaderKey()
2102 record.body.entityId, record.body.entityInstance); in constructVrSdr()
2524 getSensorsByEntityId(ipmi::Context::ptr ctx, uint8_t entityId, in getSensorsByEntityId() argument
2529 auto match = ipmi::dcmi::validEntityId.find(entityId); in getSensorsByEntityId()
2696 getSensorInfo(ipmi::Context::ptr ctx, uint8_t sensorType, uint8_t entityId, in getSensorInfo() argument
2699 auto match = ipmi::dcmi::validEntityId.find(entityId); in getSensorInfo()
[all …]
H A Dsdrutils.cpp517 const DbusInterfaceMap& sensorMap, uint8_t& entityId, in updateIpmiFromAssociation() argument
583 entityId = static_cast<uint8_t>( in updateIpmiFromAssociation()
638 entityId = in updateIpmiFromAssociation()
654 path.c_str(), entityId, entityInstance); in updateIpmiFromAssociation()
/openbmc/phosphor-host-ipmid/include/dbus-sdr/
H A Dsensorcommands.hpp157 uint8_t entityId; member
H A Dsdrutils.hpp361 const DbusInterfaceMap& sensorMap, uint8_t& entityId,
/openbmc/phosphor-host-ipmid/
H A Dsensorhandler.hpp224 uint8_t entityId; member
269 uint8_t entityId; member
296 uint8_t entityId; member
H A Ddcmihandler.cpp1168 uint8_t entityId, uint8_t entityInstance, in getTempReadings() argument
1171 auto it = dcmi::entityIdToName.find(entityId); in getTempReadings()
1174 lg2::error("Unknown Entity ID: {ENTITY_ID}", "ENTITY_ID", entityId); in getTempReadings()
1474 getSensorInfo(uint8_t sensorType, uint8_t entityId, uint8_t entityInstance, in getSensorInfo() argument
1477 auto it = dcmi::entityIdToName.find(entityId); in getSensorInfo()
1480 lg2::error("Unknown Entity ID: {ENTITY_ID}", "ENTITY_ID", entityId); in getSensorInfo()
H A Dsensorhandler.cpp1382 record.body.entityId = sensor->second.entityType; in ipmiSensorGetSdr()
/openbmc/pldm/host-bmc/
H A Dhost_pdr_handler.cpp156 for (const auto& [path, entityId] : objPathMap) in setPresenceFrus()