Home
last modified time | relevance | path

Searched refs:ErrorMessage (Results 1 – 8 of 8) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_deleter.cpp60 ErrorMessage("Delete_MultimediaSystemControlMessage: Illegal CHOICE index"); in Delete_MultimediaSystemControlMessage()
135 ErrorMessage("Delete_RequestMessage: Illegal CHOICE index"); in Delete_RequestMessage()
246 ErrorMessage("Delete_ResponseMessage: Illegal CHOICE index"); in Delete_ResponseMessage()
305 ErrorMessage("Delete_CommandMessage: Illegal CHOICE index"); in Delete_CommandMessage()
408 ErrorMessage("Delete_IndicationMessage: Illegal CHOICE index"); in Delete_IndicationMessage()
470 ErrorMessage("Delete_NonStandardIdentifier: Illegal CHOICE index"); in Delete_NonStandardIdentifier()
518 ErrorMessage("Delete_Decision: Illegal CHOICE index"); in Delete_Decision()
547 ErrorMessage("Delete_MsdRejectCause: Illegal CHOICE index"); in Delete_MsdRejectCause()
687 ErrorMessage("Delete_TcsRejectCause: Illegal CHOICE index"); in Delete_TcsRejectCause()
704 ErrorMessage("Delete_TableEntryCapacityExceeded: Illegal CHOICE index"); in Delete_TableEntryCapacityExceeded()
[all …]
Dh245_decoder.cpp61 ErrorMessage("Decode_MultimediaSystemControlMessage: Unsupported extension (skipping)"); in Decode_MultimediaSystemControlMessage()
146 ErrorMessage("Decode_RequestMessage: Unsupported extension (skipping)"); in Decode_RequestMessage()
269 ErrorMessage("Decode_ResponseMessage: Unsupported extension (skipping)"); in Decode_ResponseMessage()
338 ErrorMessage("Decode_CommandMessage: Unsupported extension (skipping)"); in Decode_CommandMessage()
459 ErrorMessage("Decode_IndicationMessage: Unsupported extension (skipping)"); in Decode_IndicationMessage()
522 ErrorMessage("Decode_NonStandardMessage: Unknown extensions (skipped)"); in Decode_NonStandardMessage()
586 ErrorMessage("Decode_MasterSlaveDetermination: Unknown extensions (skipped)"); in Decode_MasterSlaveDetermination()
609 ErrorMessage("Decode_MasterSlaveDeterminationAck: Unknown extensions (skipped)"); in Decode_MasterSlaveDeterminationAck()
651 ErrorMessage("Decode_MasterSlaveDeterminationReject: Unknown extensions (skipped)"); in Decode_MasterSlaveDeterminationReject()
671 ErrorMessage("Decode_MsdRejectCause: Unsupported extension (skipping)"); in Decode_MsdRejectCause()
[all …]
Dh245_analysis.cpp59 ErrorMessage("Analyze_MultimediaSystemControlMessage: Illegal CHOICE index"); in Analyze_MultimediaSystemControlMessage()
123 ErrorMessage("Analyze_RequestMessage: Illegal CHOICE index"); in Analyze_RequestMessage()
214 ErrorMessage("Analyze_ResponseMessage: Illegal CHOICE index"); in Analyze_ResponseMessage()
266 ErrorMessage("Analyze_CommandMessage: Illegal CHOICE index"); in Analyze_CommandMessage()
351 ErrorMessage("Analyze_IndicationMessage: Illegal CHOICE index"); in Analyze_IndicationMessage()
399 ErrorMessage("Analyze_NonStandardIdentifier: Illegal CHOICE index"); in Analyze_NonStandardIdentifier()
463 ErrorMessage("Analyze_Decision: Illegal CHOICE index"); in Analyze_Decision()
499 ErrorMessage("Analyze_MsdRejectCause: Illegal CHOICE index"); in Analyze_MsdRejectCause()
672 ErrorMessage("Analyze_TcsRejectCause: Illegal CHOICE index"); in Analyze_TcsRejectCause()
694 ErrorMessage("Analyze_TableEntryCapacityExceeded: Illegal CHOICE index"); in Analyze_TableEntryCapacityExceeded()
[all …]
Dper.cpp794 ErrorMessage("MultiSysCtrlMessage_decode: Unsupported extension (skipping)"); in MultiSysCtrlMessage_decode()
884 ErrorMessage("Decode_RequestMessage: Unsupported extension (skipping)"); in RequestMessage_decode()
1008 ErrorMessage("Decode_ResponseMessage: Unsupported extension (skipping)"); in ResponseMessage_decode()
1078 ErrorMessage("Decode_CommandMessage: Unsupported extension (skipping)"); in CommandMessage_decode()
1200 ErrorMessage("Decode_IndicationMessage: Unsupported extension (skipping)"); in IndicationMessage_decode()
1238 ErrorMessage("MultiSysCtrlMessage_analyze: Illegal CHOICE index"); in MultiSysCtrlMessage_analyze()
1301 ErrorMessage("RequestMessage_analyze: Illegal CHOICE index"); in RequestMessage_analyze()
1389 ErrorMessage("ResponseMessage_analyze: Illegal CHOICE index"); in ResponseMessage_analyze()
1438 ErrorMessage("CommandMessage_analyze: Illegal CHOICE index"); in CommandMessage_analyze()
1520 ErrorMessage("IndicationMessage_analyze: Illegal CHOICE index"); in IndicationMessage_analyze()
Dgenericper.cpp76 void ErrorMessage(const char *msg) in ErrorMessage() function
86 ErrorMessage(msg); in ErrorMessageAndLeave()
/external/tesseract/cutil/
Defio.cpp52 char ErrorMessage[MAXERRORMESSAGE]; in Efopen() local
56 sprintf (ErrorMessage, "Unable to open %s", Name); in Efopen()
57 DoError(FOPENERROR, ErrorMessage); in Efopen()
/external/webkit/V8Binding/v8/src/
Dmessages.js545 function ErrorMessage(type, args, startPos, endPos, script, stackTrace) { class
556 return new ErrorMessage(type, args, startPos, endPos, script, stackTrace);
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/include/
Dgenericper.h198 void ErrorMessage(const char *msg);