Searched refs:dbusPropValuesToDouble (Results 1 – 4 of 4) sorted by relevance
/openbmc/pldm/common/test/ |
H A D | pldm_utils_test.cpp | 1073 TEST(dbusPropValuesToDouble, goodTest) in TEST() argument 1077 dbusPropValuesToDouble("uint8_t", static_cast<uint8_t>(0x12), &value); in TEST() 1081 dbusPropValuesToDouble("int16_t", static_cast<int16_t>(0x1234), &value); in TEST() 1084 ret = dbusPropValuesToDouble("uint16_t", static_cast<uint16_t>(0x8234), in TEST() 1088 ret = dbusPropValuesToDouble("int32_t", static_cast<int32_t>(0x12345678), in TEST() 1092 ret = dbusPropValuesToDouble("uint32_t", static_cast<uint32_t>(0x82345678), in TEST() 1096 ret = dbusPropValuesToDouble( in TEST() 1100 ret = dbusPropValuesToDouble( in TEST() 1104 ret = dbusPropValuesToDouble("double", static_cast<double>(1234.5678), in TEST() 1110 TEST(dbusPropValuesToDouble, badTest) in TEST() argument [all …]
|
/openbmc/pldm/common/ |
H A D | utils.hpp | 595 bool dbusPropValuesToDouble(const std::string_view& type,
|
H A D | utils.cpp | 717 bool dbusPropValuesToDouble(const std::string_view& type, in dbusPropValuesToDouble() function
|
/openbmc/pldm/platform-mc/ |
H A D | dbus_to_terminus_effecters.cpp | 362 if (!pldm::utils::dbusPropValuesToDouble(propertyType, it->second, &val)) in processTerminusNumericEffecterChangeNotification()
|