Searched refs:errorTime (Results 1 – 4 of 4) sorted by relevance
196 info.append(it.errorTime).append(errorCode).append(it.errorInfo).append("\n"); in DumpErrorInfo()319 std::string errorTime = date; in AddErrorInfo() local320 errorTime.resize(FORMAT_BLANK_SIZE, FORMAT_BLANK_SPACE); in AddErrorInfo()321 error.errorTime = errorTime; in AddErrorInfo()
198 struct timespec errorTime; in NetlinkErrorHandle() local199 if (clock_gettime(CLOCK_MONOTONIC, &errorTime) != 0) { in NetlinkErrorHandle()204 long currErrorTimeS = errorTime.tv_sec; in NetlinkErrorHandle()
52 std::string errorTime; member
144 auto errorTime = handleTime + std::chrono::milliseconds(static_cast<int64_t>(maxDelta)); in DelayTest() local145 EXPECT_LE(now, errorTime); in DelayTest()