Searched refs:profileData (Results 1 – 1 of 1) sorted by relevance
1745 boost::container::flat_map<std::string, ipmi::DbusVariant> profileData; in ipmiOEMSetFanConfig() local1747 if (!getFanProfileInterface(*dbus, profileData)) in ipmiOEMSetFanConfig()1753 std::get_if<std::vector<std::string>>(&profileData["Supported"]); in ipmiOEMSetFanConfig()1818 boost::container::flat_map<std::string, ipmi::DbusVariant> profileData; in ipmiOEMGetFanConfig() local1821 if (!getFanProfileInterface(*dbus, profileData)) in ipmiOEMGetFanConfig()1826 std::string* current = std::get_if<std::string>(&profileData["Current"]); in ipmiOEMGetFanConfig()