Searched refs:profileData (Results 1 – 1 of 1) sorted by relevance
1744 boost::container::flat_map<std::string, ipmi::DbusVariant> profileData; in ipmiOEMSetFanConfig() local1746 if (!getFanProfileInterface(*dbus, profileData)) in ipmiOEMSetFanConfig()1752 std::get_if<std::vector<std::string>>(&profileData["Supported"]); in ipmiOEMSetFanConfig()1817 boost::container::flat_map<std::string, ipmi::DbusVariant> profileData; in ipmiOEMGetFanConfig() local1820 if (!getFanProfileInterface(*dbus, profileData)) in ipmiOEMGetFanConfig()1825 std::string* current = std::get_if<std::string>(&profileData["Current"]); in ipmiOEMGetFanConfig()