Home
last modified time | relevance | path

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

/openbmc/pldm/platform-mc/
H A Dsensor_manager.cpp190 "TID", tid, "NOW", pldm::utils::getCurrentSystemTime()); in doSensorPollingTask()
204 "TID", tid, "NOW", pldm::utils::getCurrentSystemTime()); in doSensorPollingTask()
228 "TID", tid, "NOW", pldm::utils::getCurrentSystemTime()); in doSensorPollingTask()
239 "TID", tid, "NOW", pldm::utils::getCurrentSystemTime()); in doSensorPollingTask()
313 "TID", tid, "NOW", pldm::utils::getCurrentSystemTime()); in getSensorReading()
H A Devent_manager.cpp510 "TID", tid, "NOW", pldm::utils::getCurrentSystemTime()); in pollForPlatformEventTask()
605 "TID", tid, "NOW", pldm::utils::getCurrentSystemTime()); in pollForPlatformEventMessage()
/openbmc/pldm/common/
H A Dflight_recorder.hpp79 pldm::utils::getCurrentSystemTime(), isRequest, buffer); in saveRecord()
H A Dutils.hpp636 std::string getCurrentSystemTime();
H A Dutils.cpp684 std::string getCurrentSystemTime() in getCurrentSystemTime() function