Searched refs:errorOccurTime (Results 1 – 4 of 4) sorted by relevance
51 std::string errorOccurTime; member72 eventInfo.errorOccurTime = GetCurrentMicrosecondTimeFormat(); in ReportKVDBCorruptedFault()92 eventInfo.errorOccurTime = GetCurrentMicrosecondTimeFormat(); in ReportKVDBRebuild()169 char *errorOccurTime = const_cast<char *>(eventInfo.errorOccurTime.c_str()); in ReportCommonFault() local182 … { .name = "ERROR_TIME", .t = HISYSEVENT_STRING, .v = { .s = errorOccurTime }, .arraySize = 0 }, in ReportCommonFault()
33 std::string errorOccurTime; member
84 std::string occurTime = GetTimeWithMilliseconds(eventInfo.errorOccurTime, 0); in Report()85 char *errorOccurTime = occurTime.data(); in Report() local98 … { .name = "ERROR_TIME", .t = HISYSEVENT_STRING, .v = { .s = errorOccurTime }, .arraySize = 0 }, in Report()185 eventInfo.errorOccurTime = time(nullptr); in Create()
42 time_t errorOccurTime; member