Home
last modified time | relevance | path

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

/openbmc/pldm/pldmtool/
H A Dpldm_bios_cmd.cpp75 dt << bcd2dec16(year) << "-" << setWidth(month) << "-" << setWidth(day) in parseResponseMsg()
76 << " " << setWidth(hours) << ":" << setWidth(minutes) << ":" in parseResponseMsg()
77 << setWidth(seconds); in parseResponseMsg()
83 static std::string setWidth(uint8_t data) in setWidth() function in pldmtool::bios::GetDateTime