Lines Matching refs:GetPDR
135 class GetPDR : public CommandInterface
138 ~GetPDR() = default;
139 GetPDR() = delete;
140 GetPDR(const GetPDR&) = delete;
141 GetPDR(GetPDR&&) = default;
142 GetPDR& operator=(const GetPDR&) = delete;
143 GetPDR& operator=(GetPDR&&) = delete;
147 explicit GetPDR(const char* type, const char* name, CLI::App* app) :
2287 platform->add_subcommand("GetPDR", "get platform descriptor records");
2288 commands.push_back(std::make_unique<GetPDR>("platform", "getPDR", getPDR));
2328 auto getPDR = dynamic_cast<GetPDR*>(command.get());