Symbol: HandleError
headers/private/shared/JsonEventListener.h
28
virtual void HandleError(status_t status, int32 line,
headers/private/shared/JsonWriter.h
22
void HandleError(status_t status, int32 line,
src/apps/haikudepot/server/StandardMetaDataJsonEventListener.cpp
187
HandleError(B_NOT_ALLOWED, JSON_EVENT_LISTENER_ANY_LINE,
src/apps/haikudepot/server/StandardMetaDataJsonEventListener.cpp
24
void HandleError(status_t status, int32 line,
src/apps/haikudepot/server/StandardMetaDataJsonEventListener.cpp
284
HandleError(B_NOT_ALLOWED, JSON_EVENT_LISTENER_ANY_LINE,
src/apps/haikudepot/server/StandardMetaDataJsonEventListener.cpp
320
HandleError(B_BAD_VALUE, JSON_EVENT_LISTENER_ANY_LINE,
src/apps/haikudepot/server/StandardMetaDataJsonEventListener.cpp
324
HandleError(B_BAD_VALUE, JSON_EVENT_LISTENER_ANY_LINE,
src/apps/haikudepot/server/StandardMetaDataJsonEventListener.cpp
373
HandleError(B_BAD_DATA, JSON_EVENT_LISTENER_ANY_LINE,
src/apps/haikudepot/server/StandardMetaDataJsonEventListener.cpp
96
fMainListener->HandleError(status, line, message);
src/apps/haikudepot/server/StandardMetaDataJsonEventListener.h
27
void HandleError(status_t status, int32 line,
src/apps/tv/Controller.cpp
276
HandleError("GetNodeFor failed", err);
src/apps/tv/Controller.cpp
281
HandleError("GetAudioMixer failed", err);
src/apps/tv/Controller.cpp
291
HandleError("Can't find free audio output", err);
src/apps/tv/Controller.cpp
293
HandleError("No free audio output", -1);
src/apps/tv/Controller.cpp
296
HandleError("Can't find free audio input", err);
src/apps/tv/Controller.cpp
298
HandleError("No free audio input", -1);
src/apps/tv/Controller.cpp
301
HandleError("Can't connect audio", err);
src/apps/tv/Controller.cpp
306
HandleError("Can't find free video output", err);
src/apps/tv/Controller.cpp
308
HandleError("No free video output", -1);
src/apps/tv/Controller.cpp
311
HandleError("Can't find free video input", err);
src/apps/tv/Controller.cpp
313
HandleError("No free video input", -1);
src/apps/tv/Controller.cpp
344
HandleError("Can't connect video", err);
src/apps/tv/Controller.cpp
349
HandleError("Can't get time source", err);
src/apps/tv/Controller.cpp
354
HandleError("Can't set dvb time source", err);
src/apps/tv/Controller.cpp
357
HandleError("Can't set audio mixer time source", err);
src/apps/tv/Controller.cpp
360
HandleError("Can't set video window time source", err);
src/apps/tv/Controller.cpp
369
HandleError("Can't set DVB producer delay", err);
src/apps/tv/Controller.cpp
378
HandleError("Can't start dvb node", err);
src/apps/tv/Controller.cpp
381
HandleError("Can't start audio mixer node", err);
src/apps/tv/Controller.cpp
384
HandleError("Can't start video window node", err);
src/apps/tv/Controller.cpp
407
HandleError("Can't stop dvb node", err);
src/apps/tv/Controller.cpp
410
HandleError("Can't stop audio mixer node", err);
src/apps/tv/Controller.cpp
413
HandleError("Can't stop video window node", err);
src/apps/tv/Controller.cpp
418
HandleError("Can't disconnect video", err);
src/apps/tv/Controller.cpp
421
HandleError("Can't disconnect audio", err);
src/apps/tv/Controller.cpp
430
HandleError("Can't release audio mixer node", err);
src/apps/tv/Controller.cpp
441
HandleError("Can't release DVB node", err);
src/kits/shared/Json.cpp
330
jsonParseContext.Listener()->HandleError(B_BAD_DATA,
src/kits/shared/Json.cpp
337
jsonParseContext.Listener()->HandleError(result, -1,
src/kits/shared/Json.cpp
423
jsonParseContext.Listener()->HandleError(B_BAD_DATA,
src/kits/shared/Json.cpp
454
jsonParseContext.Listener()->HandleError(B_BAD_DATA,
src/kits/shared/Json.cpp
470
jsonParseContext.Listener()->HandleError(B_BAD_DATA,
src/kits/shared/Json.cpp
485
jsonParseContext.Listener()->HandleError(B_BAD_DATA,
src/kits/shared/Json.cpp
522
jsonParseContext.Listener()->HandleError(B_BAD_DATA,
src/kits/shared/Json.cpp
542
jsonParseContext.Listener()->HandleError(B_BAD_DATA,
src/kits/shared/Json.cpp
582
jsonParseContext.Listener()->HandleError(B_BAD_DATA,
src/kits/shared/Json.cpp
601
jsonParseContext.Listener()->HandleError(B_BAD_DATA,
src/kits/shared/Json.cpp
621
jsonParseContext.Listener()->HandleError(B_ERROR, jsonParseContext.LineNumber(),
src/kits/shared/Json.cpp
636
jsonParseContext.Listener()->HandleError(B_BAD_DATA, jsonParseContext.LineNumber(),
src/kits/shared/Json.cpp
646
jsonParseContext.Listener()->HandleError(result, jsonParseContext.LineNumber(),
src/kits/shared/Json.cpp
702
jsonParseContext.Listener()->HandleError(B_BAD_DATA,
src/kits/shared/Json.cpp
749
jsonParseContext.Listener()->HandleError(B_BAD_DATA,
src/kits/shared/Json.cpp
796
jsonParseContext.Listener()->HandleError(B_BAD_DATA,
src/kits/shared/Json.cpp
896
jsonParseContext.Listener()->HandleError(B_BAD_DATA,
src/kits/shared/Json.cpp
908
jsonParseContext.Listener()->HandleError(result, -1,
src/kits/shared/JsonMessageWriter.cpp
196
HandleError(B_NOT_ALLOWED, JSON_EVENT_LISTENER_ANY_LINE,
src/kits/shared/JsonMessageWriter.cpp
210
fWriter->HandleError(status, line, message);
src/kits/shared/JsonMessageWriter.cpp
218
HandleError(B_NOT_ALLOWED, JSON_EVENT_LISTENER_ANY_LINE,
src/kits/shared/JsonMessageWriter.cpp
31
void HandleError(status_t status, int32 line,
src/kits/shared/JsonMessageWriter.cpp
443
HandleError(B_NOT_ALLOWED, JSON_EVENT_LISTENER_ANY_LINE,
src/kits/shared/JsonMessageWriter.cpp
511
HandleError(B_NOT_ALLOWED, JSON_EVENT_LISTENER_ANY_LINE,
src/kits/shared/JsonMessageWriter.cpp
527
HandleError(B_BAD_DATA, JSON_EVENT_LISTENER_ANY_LINE,
src/kits/shared/JsonTextWriter.cpp
254
HandleError(B_NOT_ALLOWED, JSON_EVENT_LISTENER_ANY_LINE,
src/kits/shared/JsonTextWriter.cpp
263
HandleError(writeResult, JSON_EVENT_LISTENER_ANY_LINE,
src/kits/shared/JsonTextWriter.cpp
275
fWriter->HandleError(status, line, message);
src/kits/shared/JsonTextWriter.cpp
283
HandleError(JSON_EVENT_LISTENER_ANY_LINE, B_NOT_ALLOWED,
src/kits/shared/JsonTextWriter.cpp
428
HandleError(writeResult, JSON_EVENT_LISTENER_ANY_LINE,
src/kits/shared/JsonTextWriter.cpp
445
HandleError(B_IO_ERROR, JSON_EVENT_LISTENER_ANY_LINE,
src/kits/shared/JsonTextWriter.cpp
512
HandleError(writeResult, JSON_EVENT_LISTENER_ANY_LINE,
src/kits/shared/JsonTextWriter.cpp
569
HandleError(B_BAD_DATA, JSON_EVENT_LISTENER_ANY_LINE,
src/kits/shared/JsonTextWriter.cpp
86
void HandleError(status_t status, int32 line,
src/tests/kits/shared/ChecksumJsonEventListener.h
24
virtual void HandleError(status_t status, int32 line, const char* message);
src/tests/kits/shared/JsonErrorHandlingTest.cpp
26
void HandleError(status_t status, int32 line,