Searched refs:GetPDR (Results 1 – 5 of 5) sorted by relevance
20 Verify GetPDR21 [Documentation] Verify GetPDR (Platform Descpritor Record) response message.28 ${next_record_handle}= Run Keyword Verify GetPDR For Record Handle ${record_handle}62 Verify GetPDR For Record Handle63 [Documentation] Verify GetPDR (Platform Descpritor Record) for given input
9 pldmtool platform GetPDR -d $i >> $pdrdump_file
135 class GetPDR : public CommandInterface class138 ~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) : in GetPDR() function in pldmtool::platform::GetPDR2300 commands.push_back(std::make_unique<GetPDR>("platform", "getPDR", getPDR)); in registerCommand()2340 auto getPDR = dynamic_cast<GetPDR*>(command.get()); in parseGetPDROption()
3 The `pldmtool` for `GetPDR` command lacks to display all PDRs at once. It
487 Sensor PDRs by PDR Repository commands (`GetPDRRepositoryInfo`, `GetPDR`) for