Home
last modified time | relevance | path

Searched refs:getPDR (Results 1 – 7 of 7) sorted by relevance

/openbmc/pldm/libpldmresponder/test/
H A Dlibpldmresponder_platform_test.cpp27 TEST(getPDR, testGoodPath) in TEST() argument
49 auto response = handler.getPDR(req, requestPayloadLength); in TEST()
65 TEST(getPDR, testShortRead) in TEST() argument
87 auto response = handler.getPDR(req, requestPayloadLength); in TEST()
96 TEST(getPDR, testBadRecordHandle) in TEST() argument
119 auto response = handler.getPDR(req, requestPayloadLength); in TEST()
127 TEST(getPDR, testNoNextRecord) in TEST() argument
149 auto response = handler.getPDR(req, requestPayloadLength); in TEST()
159 TEST(getPDR, testFindPDR) in TEST() argument
181 auto response = handler.getPDR(req, requestPayloadLength); in TEST()
[all …]
H A Dlibpldmresponder_pdr_sensor_test.cpp40 handler.getPDR(req, requestPayloadLength); in TEST()
91 handler.getPDR(req, requestPayloadLength); in TEST()
/openbmc/pldm/platform-mc/
H A Dplatform_manager.hpp75 exec::task<int> getPDR(
H A Dplatform_manager.cpp275 co_await getPDR(tid, recordHndl, 0, PLDM_GET_FIRSTPART, recvBufSize, in getPDRs()
305 rc = co_await getPDR( in getPDRs()
337 exec::task<int> PlatformManager::getPDR( in getPDR() function in pldm::platform_mc::PlatformManager
/openbmc/pldm/libpldmresponder/
H A Dplatform.hpp78 return this->getPDR(request, payloadLength); in __anon58b9ed2e0102()
244 Response getPDR(const pldm_msg* request, size_t payloadLength);
H A Dplatform.cpp164 Response Handler::getPDR(const pldm_msg* request, size_t payloadLength) in getPDR() function in pldm::responder::platform::Handler
/openbmc/pldm/pldmtool/
H A Dpldm_platform_cmd.cpp2228 auto getPDR = in registerCommand() local
2230 commands.push_back(std::make_unique<GetPDR>("platform", "getPDR", getPDR)); in registerCommand()
2270 auto getPDR = dynamic_cast<GetPDR*>(command.get()); in parseGetPDROption() local
2271 getPDR->parseGetPDROptions(); in parseGetPDROption()