Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Ddump_helper_test.cpp92 dumpHelper.AddErrorInfo(errorCode, errorInfo);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/dumper/include/
H A Ddump_helper.h56 API_EXPORT void AddErrorInfo(int32_t errorCode, const std::string &errorInfo);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/dumper/src/
H A Ddump_helper.cpp300 void DumpHelper::AddErrorInfo(int32_t errorCode, const std::string &errorInfo) in AddErrorInfo() function in OHOS::DistributedData::DumpHelper
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_data_service.cpp360 …DumpHelper::GetInstance().AddErrorInfo(SERVER_UNAVAILABLE, "StartService: Service publish failed."… in StartService()