Home
last modified time | relevance | path

Searched refs:realTime (Results 1 - 3 of 3) sorted by relevance

/base/hiviewdfx/faultloggerd/test/performancetest/src/
H A Dfaultloggerd_performance_test.cpp128 double realTime = GetStopTime(befor) / PERFORMANCE_TEST_NUMBER_ONE_HUNDRED; in HWTEST_F() local
129 EXPECT_EQ(true, realTime < expectTime) << "FaultPerformanceTest001 Failed"; in HWTEST_F()
151 double realTime = (GetStopTime(befor) / PERFORMANCE_TEST_NUMBER_ONE_HUNDRED) - 0.2; // 0.2 : 200ms in HWTEST_F() local
152 EXPECT_EQ(true, realTime < expectTime) << "FaultPerformanceTest002 Failed"; in HWTEST_F()
173 double realTime = GetStopTime(befor) / PERFORMANCE_TEST_NUMBER_ONE_HUNDRED; in HWTEST_F() local
174 EXPECT_EQ(true, realTime < expectTime) << "FaultPerformanceTest003 Failed"; in HWTEST_F()
195 double realTime = GetStopTime(befor) / PERFORMANCE_TEST_NUMBER_ONE_HUNDRED; in HWTEST_F() local
196 EXPECT_EQ(true, realTime < expectTime) << "FaultPerformanceTest004 Failed"; in HWTEST_F()
220 double realTime = GetStopTime(befor) / PERFORMANCE_TEST_NUMBER_ONE_HUNDRED; in HWTEST_F() local
221 EXPECT_EQ(true, realTime < expectTim in HWTEST_F()
[all...]
/base/update/updater/services/log/
H A Dlog.cpp116 char realTime[MAX_TIME_SIZE] = {0}; in OutputUpdaterStage() local
117 GetFormatTime(realTime, sizeof(realTime)); in OutputUpdaterStage()
121 return g_updaterStage << realTime << " " << g_logTag << " "; in OutputUpdaterStage()
123 return g_updaterStage << realTime << " " << g_logTag << " status is : " << in OutputUpdaterStage()
163 char realTime[MAX_TIME_SIZE] = {0}; in OutputErrorCode() local
164 GetFormatTime(realTime, sizeof(realTime)); in OutputErrorCode()
166 return g_errorCode << realTime << " " << path << " " << line << " , error code is : " << code << std::endl; in OutputErrorCode()
/base/update/updater/utils/
H A Dutils.cpp504 char realTime[MAX_TIME_SIZE] = {0}; in CompressLogs() local
509 std::strftime(realTime, sizeof(realTime), "%Y%m%d%H%M%S", localTime); in CompressLogs()
513 "%s/%s_%s.zip", logPath.c_str(), realName.c_str(), realTime) == -1) { in CompressLogs()

Completed in 4 milliseconds