Home
last modified time | relevance | path

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

/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/dumper/include/
H A Ddump_helper.h52 std::string errorTime; member
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
H A Dlib_event_handler_event_queue_test.cpp144 auto errorTime = handleTime + std::chrono::milliseconds(static_cast<int64_t>(maxDelta)); in DelayTest() local
145 EXPECT_LE(now, errorTime); in DelayTest()