Searched refs:setWidth (Results 1 – 1 of 1) sorted by relevance
75 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