Searched refs:AddErrorInfo (Results 1 – 4 of 4) sorted by relevance
92 dumpHelper.AddErrorInfo(errorCode, errorInfo);
56 API_EXPORT void AddErrorInfo(int32_t errorCode, const std::string &errorInfo);
300 void DumpHelper::AddErrorInfo(int32_t errorCode, const std::string &errorInfo) in AddErrorInfo() function in OHOS::DistributedData::DumpHelper
360 …DumpHelper::GetInstance().AddErrorInfo(SERVER_UNAVAILABLE, "StartService: Service publish failed."… in StartService()