Searched refs:GetBIOSTable (Results 1 – 5 of 5) sorted by relevance
/openbmc/pldm/pldmtool/ |
H A D | pldm_bios_cmd.cpp | 445 class GetBIOSTable : public GetBIOSTableHandler class 448 ~GetBIOSTable() = default; 449 GetBIOSTable() = delete; 450 GetBIOSTable(const GetBIOSTable&) = delete; 451 GetBIOSTable(GetBIOSTable&&) = delete; 452 GetBIOSTable& operator=(const GetBIOSTable&) = delete; 453 GetBIOSTable& operator=(GetBIOSTable&&) = delete; 457 explicit GetBIOSTable(const char* type, const char* name, CLI::App* app) : in GetBIOSTable() function in pldmtool::bios::GetBIOSTable 968 std::make_unique<GetBIOSTable>("bios", "GetBIOSTable", getBIOSTable)); in registerCommand()
|
/openbmc/openbmc-test-automation/pldm/ |
H A D | test_pldm_bios.robot | 72 Verify GetBIOSTable For AttributeValueTable 74 ... GetBIOSTable with table type attribute value table. 118 ${pldm_output}= Pldmtool bios GetBIOSTable --type AttributeTable
|
H A D | test_redfish_bios_attributes.robot | 168 ${pldm_output}= Pldmtool bios GetBIOSTable --type AttributeTable
|
H A D | test_pldm_bios_attributes.robot | 197 ${pldm_output}= Pldmtool bios GetBIOSTable --type AttributeTable
|
/openbmc/libpldm/tests/dsp/ |
H A D | bios.cpp | 348 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
|