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.cpp191 "TID", tid, "NOW", pldm::utils::getCurrentSystemTime()); in doSensorPollingTask()
205 "TID", tid, "NOW", pldm::utils::getCurrentSystemTime()); in doSensorPollingTask()
229 "TID", tid, "NOW", pldm::utils::getCurrentSystemTime()); in doSensorPollingTask()
240 "TID", tid, "NOW", pldm::utils::getCurrentSystemTime()); in doSensorPollingTask()
314 "TID", tid, "NOW", pldm::utils::getCurrentSystemTime()); in getSensorReading()
H A Devent_manager.cpp584 "TID", tid, "NOW", pldm::utils::getCurrentSystemTime()); in pollForPlatformEventTask()
679 "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.hpp553 std::string getCurrentSystemTime();
H A Dutils.cpp654 std::string getCurrentSystemTime() in getCurrentSystemTime() function