Home
last modified time | relevance | path

Searched refs:stringToEnum (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/i2c-vr/
H A Dvr.hpp64 bool stringToEnum(std::string& vrStr, VRType& vrType);
H A Dvr.cpp49 bool stringToEnum(std::string& vrStr, VRType& vrType) in stringToEnum() function
H A Di2cvr_software_manager.cpp68 if (!VR::stringToEnum(vrChipType.value(), vrType)) in initDevice()