Home
last modified time | relevance | path

Searched refs:setDateTime (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-webui/app/configuration/controllers/
H A Ddate-time-controller.js98 .then($timeout(setDateTime, 20000));
118 const setDateTime = function() { function
/openbmc/pldm/libpldmresponder/
H A Dbios.hpp84 Response setDateTime(const pldm_msg* request, size_t payloadLength);
H A Dbios.cpp81 return this->setDateTime(request, payloadLength); in Handler()
157 Response Handler::setDateTime(const pldm_msg* request, size_t payloadLength) in setDateTime() function in pldm::responder::bios::Handler
/openbmc/bmcweb/redfish-core/lib/
H A Dmanagers.hpp534 inline void setDateTime(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in setDateTime() function
974 setDateTime(asyncResp, *datetime); in requestRoutesManager()
/openbmc/pldm/pldmtool/
H A Dpldm_bios_cmd.cpp961 auto setDateTime = in registerCommand()
964 std::make_unique<SetDateTime>("bios", "setDateTime", setDateTime)); in registerCommand()
965 auto setDateTime = registerCommand() local