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