Home
last modified time | relevance | path

Searched defs:flashId (Results 1 – 7 of 7) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dserialize.cpp26 void storePriority(const std::string& flashId, uint8_t priority) in storePriority()
47 void storePurpose(const std::string& flashId, VersionPurpose purpose) in storePurpose()
68 bool restorePriority(const std::string& flashId, uint8_t& priority) in restorePriority()
130 bool restorePurpose(const std::string& flashId, VersionPurpose& purpose) in restorePurpose()
152 void removePersistDataDirectory(const std::string& flashId) in removePersistDataDirectory()
H A Ditem_updater.cpp320 auto flashId = iter.path().native().substr(BMC_RO_PREFIX_LEN); in processBMCImage() local
528 auto flashId = it->second->path(); in erase() local
599 auto flashId = versions.find(versionId)->second->path(); in savePriority() local
666 auto flashId = versions.find(versionId)->second->path(); in removeReadOnlyPartition() local
817 auto flashId = it->second->path(); in updateUbootEnvVars() local
H A Dactivation.cpp190 auto flashId = parent.versions.find(versionId)->second->path(); in onFlashWriteSuccess() local
/openbmc/phosphor-bmc-code-mgmt/bmc/mmc/
H A Ditem_updater_helper.cpp37 void Helper::removeVersion(const std::string& flashId) in removeVersion()
51 void Helper::updateUbootVersionId(const std::string& flashId) in updateUbootVersionId()
H A Dflash.cpp37 auto flashId = parent.versions.find(versionId)->second->path(); in onStateChanges() local
/openbmc/phosphor-bmc-code-mgmt/bmc/ubi/
H A Ditem_updater_helper.cpp54 void Helper::removeVersion(const std::string& flashId) in removeVersion()
65 void Helper::updateUbootVersionId(const std::string& flashId) in updateUbootVersionId()
H A Dflash.cpp43 auto flashId = parent.versions.find(versionId)->second->path(); in onStateChanges() local