Home
last modified time | relevance | path

Searched refs:errorOccurTime (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dkv_hiview_reporter.cpp51 std::string errorOccurTime; member
72 eventInfo.errorOccurTime = GetCurrentMicrosecondTimeFormat(); in ReportKVDBCorruptedFault()
92 eventInfo.errorOccurTime = GetCurrentMicrosecondTimeFormat(); in ReportKVDBRebuild()
169 char *errorOccurTime = const_cast<char *>(eventInfo.errorOccurTime.c_str()); in ReportCommonFault() local
182 … { .name = "ERROR_TIME", .t = HISYSEVENT_STRING, .v = { .s = errorOccurTime }, .arraySize = 0 }, in ReportCommonFault()
H A Dkv_hiview_reporter_mock.cpp33 std::string errorOccurTime; member
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/dfx/src/
H A Drdb_fault_hiview_reporter.cpp84 std::string occurTime = GetTimeWithMilliseconds(eventInfo.errorOccurTime, 0); in Report()
85 char *errorOccurTime = occurTime.data(); in Report() local
98 … { .name = "ERROR_TIME", .t = HISYSEVENT_STRING, .v = { .s = errorOccurTime }, .arraySize = 0 }, in Report()
185 eventInfo.errorOccurTime = time(nullptr); in Create()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/dfx/include/
H A Drdb_fault_hiview_reporter.h42 time_t errorOccurTime; member