Home
last modified time | relevance | path

Searched refs:errorInfo_ (Results 1 - 6 of 6) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/dumper/src/
H A Ddump_helper.cpp193 for (const auto &it : errorInfo_) { in DumpErrorInfo()
324 if (errorInfo_.size() + 1 > MAX_RECORED_ERROR) { in AddErrorInfo()
325 errorInfo_.pop_front(); in AddErrorInfo()
326 errorInfo_.push_back(error); in AddErrorInfo()
328 errorInfo_.push_back(error); in AddErrorInfo()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Ddump_helper_test.cpp95 const OHOS::DistributedData::DumpHelper::ErrorInfo& lastError = dumpHelper.errorInfo_.back(); in HWTEST_F()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_clone_test/src/
H A Dmedialibrary_backup_clone_test.cpp403 restoreService->errorInfo_.clear(); in ClearRestoreExInfo()
479 restoreService->errorInfo_.c_str()); in HWTEST_F()
480 EXPECT_GT(restoreService->errorInfo_.size(), 0); in HWTEST_F()
489 restoreService->errorInfo_.c_str()); in HWTEST_F()
490 EXPECT_EQ(restoreService->errorInfo_.size(), 0); in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/dumper/include/
H A Ddump_helper.h91 std::list<ErrorInfo> errorInfo_; member in OHOS::DistributedData::DumpHelper
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/
H A Dbase_restore.h157 std::string errorInfo_; member in OHOS::Media::BaseRestore
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dbase_restore.cpp760 { STAT_KEY_ERROR_INFO, errorInfo_ } in GetErrorInfoJson()
837 errorInfo_ = ""; in SetErrorCode()
840 errorInfo_ = iter->second; in SetErrorCode()

Completed in 6 milliseconds