Lines Matching defs:GetPLDMCommands
39 {"GetPLDMCommands", PLDM_GET_PLDM_COMMANDS},
296 class GetPLDMCommands : public CommandInterface
299 ~GetPLDMCommands() = default;
300 GetPLDMCommands() = delete;
301 GetPLDMCommands(const GetPLDMCommands&) = delete;
302 GetPLDMCommands(GetPLDMCommands&&) = default;
303 GetPLDMCommands& operator=(const GetPLDMCommands&) = delete;
304 GetPLDMCommands& operator=(GetPLDMCommands&&) = delete;
306 explicit GetPLDMCommands(const char* type, const char* name,
493 "GetPLDMCommands", "get supported commands of pldm type");
494 commands.push_back(std::make_unique<GetPLDMCommands>(
495 "base", "GetPLDMCommands", getPLDMCommands));