Lines Matching refs:GetPLDMVersion
37 {"GetPLDMVersion", PLDM_GET_PLDM_VERSION},
192 class GetPLDMVersion : public CommandInterface
195 ~GetPLDMVersion() = default;
196 GetPLDMVersion() = delete;
197 GetPLDMVersion(const GetPLDMVersion&) = delete;
198 GetPLDMVersion(GetPLDMVersion&&) = default;
199 GetPLDMVersion& operator=(const GetPLDMVersion&) = delete;
200 GetPLDMVersion& operator=(GetPLDMVersion&&) = delete;
202 explicit GetPLDMVersion(const char* type, const char* name, CLI::App* app) :
314 "Set PLDM type version. Which is got from GetPLDMVersion\n"
485 base->add_subcommand("GetPLDMVersion", "get version of a certain type");
486 commands.push_back(std::make_unique<GetPLDMVersion>(
487 "base", "GetPLDMVersion", getPLDMVersion));