Searched refs:GetPLDMCommands (Results 1 – 4 of 4) sorted by relevance
292 class GetPLDMCommands : public CommandInterface class295 ~GetPLDMCommands() = default;296 GetPLDMCommands() = delete;297 GetPLDMCommands(const GetPLDMCommands&) = delete;298 GetPLDMCommands(GetPLDMCommands&&) = default;299 GetPLDMCommands& operator=(const GetPLDMCommands&) = delete;300 GetPLDMCommands& operator=(GetPLDMCommands&&) = delete;302 explicit GetPLDMCommands(const char* type, const char* name, in GetPLDMCommands() function in pldmtool::base::GetPLDMCommands484 commands.push_back(std::make_unique<GetPLDMCommands>( in registerCommand()
92 GetPLDMCommands get supported commands of pldm type
84 Verify GetPLDMCommands85 [Documentation] Verify GetPLDMCommands response message.87 [Template] Verify GetPLDMCommands For PLDM Type152 Verify GetPLDMCommands For PLDM Type153 [Documentation] Verify GetPLDMCommands for given input pldm type with expected pldm cmds.163 # Supported Commands : 2(GetTID) 3(GetPLDMVersion) 4(GetPLDMTypes) 5(GetPLDMCommands)165 ${pldm_output}= Pldmtool base GetPLDMCommands -t ${pldm_type}
199 TEST(GetPLDMCommands, testEncodeRequest) in TEST() argument215 TEST(GetPLDMCommands, testDecodeRequest) in TEST() argument237 TEST(GetPLDMCommands, testEncodeResponse) in TEST() argument327 TEST(GetPLDMCommands, testGoodDecodeResponse) in TEST() argument351 TEST(GetPLDMCommands, testBadDecodeResponse) in TEST() argument