Searched refs:birthTime (Results 1 – 8 of 8) sorted by relevance
429 componentStatus.birthTime = std::chrono::system_clock::now(); in reportComponentBirth()473 compStatus.birthTime.time_since_epoch()); in dump()474 std::time_t birthTime = std::chrono::system_clock::to_time_t( in dump() local475 compStatus.birthTime); in dump()476 std::tm tm = *std::localtime(&birthTime); in dump()
410 componentStatus.birthTime = std::chrono::system_clock::now(); in reportComponentBirth()454 compStatus.birthTime.time_since_epoch()); in dump()455 std::time_t birthTime = std::chrono::system_clock::to_time_t( in dump() local456 compStatus.birthTime); in dump()457 std::tm tm = *std::localtime(&birthTime); in dump()
447 componentStatus.birthTime = std::chrono::system_clock::now(); in reportComponentBirth()491 compStatus.birthTime.time_since_epoch()); in dump()492 std::time_t birthTime = std::chrono::system_clock::to_time_t( in dump() local493 compStatus.birthTime); in dump()494 std::tm tm = *std::localtime(&birthTime); in dump()
481 componentStatus.birthTime = std::chrono::system_clock::now(); in reportComponentBirth()525 compStatus.birthTime.time_since_epoch()); in dump()526 std::time_t birthTime = std::chrono::system_clock::to_time_t( in dump() local527 compStatus.birthTime); in dump()528 std::tm tm = *std::localtime(&birthTime); in dump()
132 std::chrono::system_clock::time_point birthTime; member
136 std::chrono::system_clock::time_point birthTime; member
144 std::chrono::system_clock::time_point birthTime; member
151 std::chrono::system_clock::time_point birthTime; member