Searched refs:getDateTime (Results 1 – 3 of 3) sorted by relevance
51 Response getDateTime(const pldm_msg* request, size_t payloadLength);
86 return this->getDateTime(request, payloadLength); in Handler()111 Response Handler::getDateTime(const pldm_msg* request, size_t /*payloadLength*/) in getDateTime() function in pldm::responder::bios::Handler
961 auto getDateTime = bios->add_subcommand("GetDateTime", "get date time"); in registerCommand() local963 std::make_unique<GetDateTime>("bios", "GetDateTime", getDateTime)); in registerCommand()