Searched refs:valueName (Results 1 – 3 of 3) sorted by relevance
/openbmc/bmcweb/redfish-core/include/utils/ |
H A D | sensor_utils.hpp | 632 for (const auto& [valueName, valueVariant] : propertiesDict) in objectPropertiesToJson() 634 if (valueName != std::get<1>(p)) in objectPropertiesToJson() 651 if (valueName == "Value") in objectPropertiesToJson() 659 valueName, *doubleValue); in objectPropertiesToJson()
|
/openbmc/qemu/qga/vss-win32/ |
H A D | requester.cpp | 257 static DWORD get_reg_dword_value(HKEY baseKey, LPCSTR subKey, LPCSTR valueName, in get_reg_dword_value() argument 266 regGetValueError = RegGetValue(baseKey, subKey, valueName, RRF_RT_DWORD, in get_reg_dword_value()
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | sensors.hpp | 1202 for (const auto& [valueName, value] : values) in getInventoryItemAssociations() 1204 if (valueName == "endpoints") in getInventoryItemAssociations() 1249 for (const auto& [valueName, value] : values) in getInventoryItemAssociations() 1251 if (valueName == "endpoints") in getInventoryItemAssociations()
|