Home
last modified time | relevance | path

Searched refs:compatibleNames (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dversion.hpp86 const std::vector<std::string>& compatibleNames, eraseFunc callback, in Version() argument
98 names(compatibleNames); in Version()
H A Dupdate_manager.cpp176 std::vector<std::string> compatibleNames = in processImage() local
190 compatibleNames); in processImage()
H A Dimage_manager.cpp200 std::vector<std::string> compatibleNames = in processImage() local
228 imageDirPath.string(), compatibleNames, in processImage()
H A Ditem_updater.cpp58 std::vector<std::string> compatibleNames; in createActivation() local
111 compatibleNames = in createActivation()
136 extendedVersion, filePath, compatibleNames); in createActivation()
161 std ::string& filePath, std::vector<std::string>& compatibleNames) in verifyAndCreateObjects() argument
187 bus, path, version, purpose, extendedVersion, filePath, compatibleNames, in verifyAndCreateObjects()
H A Ditem_updater.hpp162 std ::string& filePath, std::vector<std::string>& compatibleNames);