Lines Matching full:eid
30 // Determine the inventory board path for this EID. If Entity-Manager
36 auto& eid = softwareIdentifier.first;
37 const auto inventoryPath = getInventoryPath(eid);
57 void FirmwareInventoryManager::deleteFirmwareEntry(const pldm::eid& eid)
60 [&](const auto& pair) { return pair.first.first == eid; });
63 return softwareIdentifier.first == eid;
96 const pldm::eid& eid) const
100 if (std::get<pldm::eid>(configMctpInfo) == eid)
105 warning("No inventory path found for EID {EID}", "EID", eid);