Searched refs:valueName (Results 1 – 3 of 3) sorted by relevance
| /openbmc/bmcweb/redfish-core/include/utils/ |
| H A D | sensor_utils.hpp | 838 for (const auto& [valueName, valueVariant] : propertiesDict) in objectPropertiesToJson() 840 if (valueName != std::get<1>(p)) in objectPropertiesToJson() 857 if (valueName == "Value") in objectPropertiesToJson() 865 valueName, *doubleValue); in objectPropertiesToJson()
|
| /openbmc/qemu/qga/vss-win32/ |
| H A D | requester.cpp | 258 static DWORD get_reg_dword_value(HKEY baseKey, LPCSTR subKey, LPCSTR valueName, in get_reg_dword_value() argument 267 regGetValueError = RegGetValue(baseKey, subKey, valueName, RRF_RT_DWORD, in get_reg_dword_value()
|
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | sensors.hpp | 1232 for (const auto& [valueName, value] : values) in getInventoryItemAssociations() 1234 if (valueName == "endpoints") in getInventoryItemAssociations() 1279 for (const auto& [valueName, value] : values) in getInventoryItemAssociations() 1281 if (valueName == "endpoints") in getInventoryItemAssociations()
|