Searched refs:shutDownTimeNs (Results 1 – 1 of 1) sorted by relevance
1733 int64_t shutDownTimeNs = bucketStartTimeNs + 50 * NS_PER_SEC; in TEST_F() local1734 processor->WriteDataToDisk(DEVICE_SHUTDOWN, FAST, shutDownTimeNs); in TEST_F()1735 processor->SaveActiveConfigsToDisk(shutDownTimeNs); in TEST_F()1736 processor->SaveMetadataToDisk(getWallClockNs(), shutDownTimeNs); in TEST_F()1807 EXPECT_EQ(report.current_report_elapsed_nanos(), shutDownTimeNs); in TEST_F()1829 ValidateCountBucket(data.bucket_info(0), updateTimeNs, shutDownTimeNs, 1); in TEST_F()