Searched refs:tpms (Results 1 – 2 of 2) sorted by relevance
631 if (*num < tpms.size()) in systemInfoUpdate()633 tpms.resize(*num); in systemInfoUpdate()640 if (index + 1 > tpms.size()) in systemInfoUpdate()642 tpms.emplace_back(std::make_unique<phosphor::smbios::Tpm>( in systemInfoUpdate()648 tpms[index]->tpmInfoUpdate( in systemInfoUpdate()
196 std::vector<std::unique_ptr<Tpm>> tpms; member in phosphor::smbios::MDRV2