Searched refs:HandleError (Results 1 - 13 of 13) sorted by relevance

/haiku/src/apps/tv/
H A DController.cpp55 HandleError(const char *text, status_t err) function
276 HandleError("GetNodeFor failed", err);
281 HandleError("GetAudioMixer failed", err);
291 HandleError("Can't find free audio output", err);
293 HandleError("No free audio output", -1);
296 HandleError("Can't find free audio input", err);
298 HandleError("No free audio input", -1);
301 HandleError("Can't connect audio", err);
306 HandleError("Can't find free video output", err);
308 HandleError("N
[all...]
/haiku/headers/private/shared/
H A DJsonEventListener.h28 virtual void HandleError(status_t status, int32 line,
H A DJsonWriter.h22 void HandleError(status_t status, int32 line,
/haiku/src/apps/haikudepot/server/
H A DStandardMetaDataJsonEventListener.cpp24 void HandleError(status_t status, int32 line,
93 SmdStackedEventListener::HandleError(status_t status, int32 line, function in class:SmdStackedEventListener
96 fMainListener->HandleError(status, line, message);
187 HandleError(B_NOT_ALLOWED, JSON_EVENT_LISTENER_ANY_LINE,
284 HandleError(B_NOT_ALLOWED, JSON_EVENT_LISTENER_ANY_LINE,
320 HandleError(B_BAD_VALUE, JSON_EVENT_LISTENER_ANY_LINE,
324 HandleError(B_BAD_VALUE, JSON_EVENT_LISTENER_ANY_LINE,
373 HandleError(B_BAD_DATA, JSON_EVENT_LISTENER_ANY_LINE,
384 StandardMetaDataJsonEventListener::HandleError(status_t status, int32 line, function in class:StandardMetaDataJsonEventListener
H A DStandardMetaDataJsonEventListener.h27 void HandleError(status_t status, int32 line,
/haiku/src/kits/shared/
H A DJson.cpp330 jsonParseContext.Listener()->HandleError(B_BAD_DATA,
337 jsonParseContext.Listener()->HandleError(result, -1,
423 jsonParseContext.Listener()->HandleError(B_BAD_DATA,
454 jsonParseContext.Listener()->HandleError(B_BAD_DATA,
470 jsonParseContext.Listener()->HandleError(B_BAD_DATA,
485 jsonParseContext.Listener()->HandleError(B_BAD_DATA,
522 jsonParseContext.Listener()->HandleError(B_BAD_DATA,
542 jsonParseContext.Listener()->HandleError(B_BAD_DATA,
582 jsonParseContext.Listener()->HandleError(B_BAD_DATA,
601 jsonParseContext.Listener()->HandleError(B_BAD_DAT
[all...]
H A DJsonMessageWriter.cpp31 void HandleError(status_t status, int32 line,
196 HandleError(B_NOT_ALLOWED, JSON_EVENT_LISTENER_ANY_LINE,
207 BStackedMessageEventListener::HandleError(status_t status, int32 line, function in class:BStackedMessageEventListener
210 fWriter->HandleError(status, line, message);
218 HandleError(JSON_EVENT_LISTENER_ANY_LINE, B_NOT_ALLOWED,
443 HandleError(B_NOT_ALLOWED, JSON_EVENT_LISTENER_ANY_LINE,
511 HandleError(B_NOT_ALLOWED, JSON_EVENT_LISTENER_ANY_LINE,
527 HandleError(B_BAD_DATA, JSON_EVENT_LISTENER_ANY_LINE,
H A DJsonTextWriter.cpp86 void HandleError(status_t status, int32 line,
254 HandleError(B_NOT_ALLOWED, JSON_EVENT_LISTENER_ANY_LINE,
263 HandleError(writeResult, JSON_EVENT_LISTENER_ANY_LINE,
272 BJsonTextWriterStackedEventListener::HandleError(status_t status, int32 line, function in class:BJsonTextWriterStackedEventListener
275 fWriter->HandleError(status, line, message);
283 HandleError(JSON_EVENT_LISTENER_ANY_LINE, B_NOT_ALLOWED,
428 HandleError(writeResult, JSON_EVENT_LISTENER_ANY_LINE,
445 HandleError(B_IO_ERROR, JSON_EVENT_LISTENER_ANY_LINE,
512 HandleError(writeResult, JSON_EVENT_LISTENER_ANY_LINE,
569 HandleError(B_BAD_DAT
[all...]
H A DJsonWriter.cpp28 BJsonWriter::HandleError(status_t status, int32 line, function in class:BJsonWriter
/haiku/src/tests/kits/shared/
H A DChecksumJsonEventListener.h24 virtual void HandleError(status_t status, int32 line, const char* message);
H A DChecksumJsonEventListener.cpp54 ChecksumJsonEventListener::HandleError(status_t status, int32 line, const char* message) function in class:ChecksumJsonEventListener
H A DJsonErrorHandlingTest.cpp26 void HandleError(status_t status, int32 line,
127 ErrorCapturingListener::HandleError(status_t status, int32 line, function in class:ErrorCapturingListener
/haiku/src/apps/mediaplayer/
H A DController.cpp76 HandleError(const char *text, status_t err) function

Completed in 591 milliseconds