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

/haiku/src/apps/haikudepot/server/
H A DLocalRepositoryUpdateProcess.h56 void _NotifyError(const BString& error) const;
57 void _NotifyError(const BString& error,
H A DLocalRepositoryUpdateProcess.cpp87 _NotifyError(strerror(result));
147 _NotifyError(ex.Message(), ex.Details());
149 _NotifyError(ex.Message());
153 _NotifyError(strerror(result));
161 LocalRepositoryUpdateProcess::_NotifyError(const BString& error) const function in class:LocalRepositoryUpdateProcess
163 _NotifyError(error, "");
168 LocalRepositoryUpdateProcess::_NotifyError(const BString& error, function in class:LocalRepositoryUpdateProcess
H A DLocalPkgDataLoadProcess.h44 void _NotifyError(const BString& messageText) const;
H A DLocalPkgDataLoadProcess.cpp141 _NotifyError(message.String());
155 _NotifyError(message.String());
382 LocalPkgDataLoadProcess::_NotifyError(const BString& messageText) const function in class:LocalPkgDataLoadProcess
/haiku/src/kits/storage/
H A DCopyEngine.cpp106 _NotifyError(B_NO_MEMORY, "Failed to allocate buffer");
346 _NotifyError(bytesRead, "Failed to read from file \"%s\": %s\n",
357 _NotifyError(bytesWritten, "Failed to write to file \"%s\": %s\n",
363 _NotifyError(B_ERROR, "Failed to write all data to file \"%s\"\n",
393 _NotifyError(error, "Failed to get info of attribute \"%s\" "
463 BCopyEngine::_NotifyError(status_t error, const char* format, ...) function in class:BPrivate::BCopyEngine
/haiku/headers/private/storage/
H A DCopyEngine.h59 void _NotifyError(status_t error, const char* format,

Completed in 192 milliseconds