Home
last modified time | relevance | path

Searched refs:emConfigTypes (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/i2c-vr/
H A Di2cvr_software_manager.cpp23 const std::vector<std::string> emConfigTypes = { variable
36 configIntfs.reserve(emConfigTypes.size()); in start()
37 for (auto& name : emConfigTypes) in start()
/openbmc/phosphor-bmc-code-mgmt/eeprom-device/
H A Deeprom_device_software_manager.cpp18 const std::vector<std::string> emConfigTypes = {"PT5161LFirmware"}; variable
23 configIntfs.reserve(emConfigTypes.size()); in start()
25 std::transform(emConfigTypes.begin(), emConfigTypes.end(), in start()