Home
last modified time | relevance | path

Searched refs:MAX_RECORED_ERROR (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/dumper/include/
H A Ddump_helper.h80 static constexpr int32_t MAX_RECORED_ERROR = 10; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/dumper/src/
H A Ddump_helper.cpp324 if (errorInfo_.size() + 1 > MAX_RECORED_ERROR) { in AddErrorInfo()