Searched refs:setAttrValueOnDbus (Results 1 – 12 of 12) sorted by relevance
/openbmc/pldm/libpldmresponder/test/ |
H A D | libpldmresponder_bios_string_attribute_test.cpp | 164 TEST_F(TestBIOSStringAttribute, setAttrValueOnDbus) in TEST_F() argument 199 stringReadWrite.setAttrValueOnDbus(entry, nullptr, biosStringTable); in TEST_F()
|
H A D | libpldmresponder_bios_integer_attribute_test.cpp | 173 TEST_F(TestBIOSIntegerAttribute, setAttrValueOnDbus) in TEST_F() argument 207 integerReadWrite.setAttrValueOnDbus(entry, nullptr, biosStringTable); in TEST_F()
|
H A D | libpldmresponder_bios_enum_attribute_test.cpp | 182 TEST_F(TestBIOSEnumAttribute, setAttrValueOnDbus) in TEST_F() argument 235 enumReadWrite.setAttrValueOnDbus( in TEST_F()
|
H A D | libpldmresponder_bios_attribute_test.cpp | 17 void setAttrValueOnDbus(const pldm_bios_attr_val_table_entry*, in setAttrValueOnDbus() function in TestAttribute
|
/openbmc/pldm/libpldmresponder/ |
H A D | bios_integer_attribute.hpp | 37 void setAttrValueOnDbus(
|
H A D | bios_string_attribute.hpp | 60 void setAttrValueOnDbus(
|
H A D | bios_attribute.hpp | 51 virtual void setAttrValueOnDbus(
|
H A D | bios_enum_attribute.hpp | 41 void setAttrValueOnDbus(
|
H A D | bios_string_attribute.cpp | 64 void BIOSStringAttribute::setAttrValueOnDbus( in setAttrValueOnDbus() function in pldm::responder::bios::BIOSStringAttribute
|
H A D | bios_integer_attribute.cpp | 49 void BIOSIntegerAttribute::setAttrValueOnDbus( in setAttrValueOnDbus() function in pldm::responder::bios::BIOSIntegerAttribute
|
H A D | bios_enum_attribute.cpp | 170 void BIOSEnumAttribute::setAttrValueOnDbus( in setAttrValueOnDbus() function in pldm::responder::bios::BIOSEnumAttribute
|
H A D | bios_config.cpp | 943 (*iter)->setAttrValueOnDbus(attrValueEntry, attrEntry, in setAttrValue()
|