Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/
H A Dsensor_utils.hpp632 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 Drequester.cpp257 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 Dsensors.hpp1202 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()