/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | additional_data_test.cpp | 28 EXPECT_TRUE(ad.getValue("KEY1")); in TEST() 29 EXPECT_EQ(*(ad.getValue("KEY1")), "VALUE1"); in TEST() 31 EXPECT_TRUE(ad.getValue("KEY2")); in TEST() 32 EXPECT_EQ(*(ad.getValue("KEY2")), "VALUE2"); in TEST() 34 EXPECT_FALSE(ad.getValue("x")); in TEST() 36 auto value3 = ad.getValue("KEY3"); in TEST() 40 EXPECT_FALSE(ad.getValue("HELLOWORLD")); in TEST() 41 EXPECT_FALSE(ad.getValue("VALUE5")); in TEST() 48 EXPECT_FALSE(ad.getValue("KEY1")); in TEST() 56 EXPECT_EQ(*(ad.getValue("KEY1")), "VALUE1"); in TEST() [all …]
|
/openbmc/phosphor-power/phosphor-regulators/test/actions/ |
H A D | compare_vpd_action_tests.cpp | 49 EXPECT_EQ(action.getValue(), value); in TEST() 62 EXPECT_EQ(action.getValue(), value); in TEST() 78 EXPECT_CALL(vpd, getValue(fru, keyword)) in TEST() 115 EXPECT_CALL(vpd, getValue(fru, keyword)) in TEST() 144 EXPECT_CALL(vpd, getValue(fru, keyword)) in TEST() 209 EXPECT_EQ(action.getValue(), (std::vector<uint8_t>{0x1, 0x2, 0x3, 0x4})); in TEST()
|
H A D | i2c_compare_byte_action_tests.cpp | 47 EXPECT_EQ(action.getValue(), 0xDE); in TEST() 55 EXPECT_EQ(action.getValue(), 0x03); in TEST() 267 EXPECT_EQ(action.getValue(), 0x03); in TEST()
|
H A D | i2c_write_byte_action_tests.cpp | 48 EXPECT_EQ(action.getValue(), 0x0A); in TEST() 56 EXPECT_EQ(action.getValue(), 0xD6); in TEST() 269 EXPECT_EQ(action.getValue(), 0x03); in TEST()
|
H A D | compare_presence_action_tests.cpp | 46 EXPECT_EQ(action.getValue(), true); in TEST() 216 EXPECT_EQ(action.getValue(), false); in TEST()
|
H A D | i2c_compare_bit_action_tests.cpp | 49 EXPECT_EQ(action.getValue(), 0); in TEST() 239 EXPECT_EQ(action.getValue(), 1); in TEST()
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | user_header.cpp | 63 auto ss = additionalData.getValue("PEL_SUBSYSTEM"); in UserHeader() 68 pv::getValue(eventSubsystem, pel_values::subsystemValues); in UserHeader() 174 auto sevLevel = additionalData.getValue("SEVERITY_DETAIL"); in UserHeader() 259 severity = pv::getValue(_eventSeverity, pel_values::severityValues); in getJSON() 260 subsystem = pv::getValue(_eventSubsystem, pel_values::subsystemValues); in getJSON() 261 eventScope = pv::getValue(_eventScope, pel_values::eventScopeValues); in getJSON() 262 eventType = pv::getValue(_eventType, pel_values::eventTypeValues); in getJSON()
|
H A D | src.cpp | 361 auto ss = additionalData.getValue("PEL_SUBSYSTEM"); in SRC() 366 pv::getValue(eventSubsystem, pel_values::subsystemValues); in SRC() 408 auto value = ad.getValue(std::get<0>(adName)); in setUserDefinedHexWords() 631 pv::getValue(entry->priority(), in getCallouts() 832 auto item = additionalData.getValue("CALLOUT_INVENTORY_PATH"); in addCallouts() 833 auto priority = additionalData.getValue("CALLOUT_PRIORITY"); in addCallouts() 1105 auto i2cBus = additionalData.getValue("CALLOUT_IIC_BUS"); in addDevicePathCallouts() 1106 auto i2cAddr = additionalData.getValue("CALLOUT_IIC_ADDR"); in addDevicePathCallouts() 1107 auto devPath = additionalData.getValue("CALLOUT_DEVICE_PATH"); in addDevicePathCallouts()
|
/openbmc/dbus-sensors/src/ |
H A D | PwmSensor.cpp | 52 uint32_t pwmValue = getValue(false); in PwmSensor() 104 auto getInt = getValue(); in PwmSensor() 146 auto getInt = getValue(); in PwmSensor() 210 uint32_t PwmSensor::getValue(bool errThrow) in getValue() function in PwmSensor
|
/openbmc/gpioplus/src/gpioplus/ |
H A D | event.hpp | 48 virtual uint8_t getValue() const = 0; 93 uint8_t getValue() const override;
|
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | vpd.hpp | 66 virtual std::vector<uint8_t> getValue(const std::string& inventoryPath, 100 virtual std::vector<uint8_t> getValue(const std::string& inventoryPath,
|
/openbmc/phosphor-bmc-code-mgmt/bmc/ |
H A D | update_manager.cpp | 91 auto version = Version::getValue(manifestPath.string(), "version"); in processImage() 117 Version::getValue(manifestPath.string(), "MachineName"); in processImage() 141 auto purposeString = Version::getValue(manifestPath.string(), "purpose"); in processImage() 173 Version::getValue(manifestPath.string(), "ExtendedVersion"); in processImage()
|
H A D | image_manager.cpp | 128 auto version = Version::getValue(manifestPath.string(), "version"); in processImage() 151 Version::getValue(manifestPath.string(), "MachineName"); in processImage() 174 auto purposeString = Version::getValue(manifestPath.string(), "purpose"); in processImage() 197 Version::getValue(manifestPath.string(), "ExtendedVersion"); in processImage()
|
H A D | image_verify.cpp | 45 keyType = Version::getValue(file, keyTypeTag); in Signature() 46 hashType = Version::getValue(file, hashFunctionTag); in Signature() 49 auto purposeString = Version::getValue(file, "purpose"); in Signature() 273 auto hashFunc = Version::getValue(keyHashPair.first, hashFunctionTag); in systemLevelVerify()
|
/openbmc/openpower-occ-control/test/ |
H A D | occ_dbus_test.cpp | 42 retValue = OccDBusSensors::getOccDBus().getValue(tmpPath); in TEST() 45 ASSERT_THROW(OccDBusSensors::getOccDBus().getValue("/abcd/"), in TEST()
|
/openbmc/phosphor-mrw-tools/ |
H A D | gen_fru_properties.pl | 117 $value = getValue($item, $property, $value); 125 sub getValue subroutine
|
/openbmc/phosphor-fan-presence/control/json/actions/ |
H A D | timer_based_actions.cpp | 47 return group.getValue() == std::nullopt; in TimerBasedActions() 88 return group.getValue() == in run()
|
/openbmc/gpioplus/src/gpioplus/test/ |
H A D | event.hpp | 15 MOCK_CONST_METHOD0(getValue, uint8_t());
|
/openbmc/phosphor-bmc-code-mgmt/bmc/test/ |
H A D | utest.cpp | 61 EXPECT_EQ(Version::getValue(manifestFilePath, "version"), version); in TEST_F() 62 EXPECT_EQ(Version::getValue(manifestFilePath, "purpose"), purpose); in TEST_F() 98 EXPECT_EQ(Version::getValue(manifestFilePath, "version"), version); in TEST_F() 99 EXPECT_EQ(Version::getValue(manifestFilePath, "purpose"), purpose); in TEST_F()
|
/openbmc/phosphor-power/phosphor-regulators/test/ |
H A D | mock_vpd.hpp | 43 MOCK_METHOD(std::vector<uint8_t>, getValue,
|
/openbmc/skeleton/pytools/ |
H A D | gpioutil | 102 def getValue(self): 185 print gpio.getValue()
|
/openbmc/phosphor-power/phosphor-regulators/src/actions/ |
H A D | compare_presence_action.hpp | 83 bool getValue() const in getValue() function in phosphor::power::regulators::ComparePresenceAction
|
H A D | i2c_compare_byte_action.hpp | 95 uint8_t getValue() const in getValue() function in phosphor::power::regulators::I2CCompareByteAction
|
H A D | i2c_write_byte_action.hpp | 93 uint8_t getValue() const in getValue() function in phosphor::power::regulators::I2CWriteByteAction
|
/openbmc/telemetry/tests/src/stubs/ |
H A D | dbus_sensor_object.hpp | 23 double getValue() const;
|