Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dtask.hpp173 if (!endTime) in populateResp()
224 endTime = std::chrono::system_clock::to_time_t( in finishTask()
361 std::optional<time_t> endTime; member
452 if (ptr->endTime) in requestRoutesTask()
456 *(ptr->endTime)); in requestRoutesTask()
/openbmc/pldm/fw-update/
H A Dupdate_manager.cpp250 auto endTime = std::chrono::steady_clock::now(); in updateDeviceCompletion() local
252 std::chrono::duration<double, std::milli>(endTime - startTime) in updateDeviceCompletion()
/openbmc/phosphor-bmc-code-mgmt/cpld/lattice/
H A Dlattice_xo5_cpld.cpp48 const auto endTime = std::chrono::steady_clock::now() + timeout; in waitUntilReady() local
65 while (std::chrono::steady_clock::now() < endTime) in waitUntilReady()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/
H A D0001-Eliminate-old-style-function-declarations.patch2804 time_t endTime, startTime;