Home
last modified time | relevance | path

Searched refs:GetBIOSTable (Results 1 – 5 of 5) sorted by relevance

/openbmc/pldm/pldmtool/
H A Dpldm_bios_cmd.cpp446 class GetBIOSTable : public GetBIOSTableHandler class
449 ~GetBIOSTable() = default;
450 GetBIOSTable() = delete;
451 GetBIOSTable(const GetBIOSTable&) = delete;
452 GetBIOSTable(GetBIOSTable&&) = delete;
453 GetBIOSTable& operator=(const GetBIOSTable&) = delete;
454 GetBIOSTable& operator=(GetBIOSTable&&) = delete;
458 explicit GetBIOSTable(const char* type, const char* name, CLI::App* app) : in GetBIOSTable() function in pldmtool::bios::GetBIOSTable
972 std::make_unique<GetBIOSTable>("bios", "GetBIOSTable", getBIOSTable)); in registerCommand()
/openbmc/openbmc-test-automation/pldm/
H A Dtest_pldm_bios.robot72 Verify GetBIOSTable For AttributeValueTable
74 ... GetBIOSTable with table type attribute value table.
118 ${pldm_output}= Pldmtool bios GetBIOSTable --type AttributeTable
H A Dtest_redfish_bios_attributes.robot168 ${pldm_output}= Pldmtool bios GetBIOSTable --type AttributeTable
H A Dtest_pldm_bios_attributes.robot197 ${pldm_output}= Pldmtool bios GetBIOSTable --type AttributeTable
/openbmc/libpldm/tests/dsp/
H A Dbios.cpp348 TEST(GetBIOSTable, testGoodEncodeResponse) in TEST() argument
377 TEST(GetBIOSTable, testBadEncodeResponse) in TEST() argument
389 TEST(GetBIOSTable, testGoodEncodeRequest) in TEST() argument
412 TEST(GetBIOSTable, testBadEncodeRequest) in TEST() argument
424 TEST(GetBIOSTable, testGoodDecodeRequest) in TEST() argument
454 TEST(GetBIOSTable, testBadDecodeRequest) in TEST() argument
875 TEST(GetBIOSTable, testDecodeResponse) in TEST() argument