Searched refs:birthTime (Results 1 – 4 of 4) sorted by relevance
336 componentStatus.birthTime = std::chrono::system_clock::now(); in reportComponentBirth()380 compStatus.birthTime.time_since_epoch()); in dump()381 std::time_t birthTime = std::chrono::system_clock::to_time_t( in dump() local382 compStatus.birthTime); in dump()383 std::tm tm = *std::localtime(&birthTime); in dump()
369 componentStatus.birthTime = std::chrono::system_clock::now(); in reportComponentBirth()413 compStatus.birthTime.time_since_epoch()); in dump()414 std::time_t birthTime = std::chrono::system_clock::to_time_t( in dump() local415 compStatus.birthTime); in dump()416 std::tm tm = *std::localtime(&birthTime); in dump()
134 std::chrono::system_clock::time_point birthTime; member
126 std::chrono::system_clock::time_point birthTime; member