Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/dumper/src/
H A Ddump_helper.cpp196 info.append(it.errorTime).append(errorCode).append(it.errorInfo).append("\n"); in DumpErrorInfo()
319 std::string errorTime = date; in AddErrorInfo() local
320 errorTime.resize(FORMAT_BLANK_SIZE, FORMAT_BLANK_SPACE); in AddErrorInfo()
321 error.errorTime = errorTime; in AddErrorInfo()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_smartgenius.c198 struct timespec errorTime; in NetlinkErrorHandle() local
199 if (clock_gettime(CLOCK_MONOTONIC, &errorTime) != 0) { in NetlinkErrorHandle()
204 long currErrorTimeS = errorTime.tv_sec; in NetlinkErrorHandle()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/dumper/include/
H A Ddump_helper.h52 std::string errorTime; member

Completed in 3 milliseconds