/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/ |
D | CredentialsCache.java | 30 String callId; field in CredentialsCache.TimeoutTask 61 void cacheAuthorizationHeader(String callId, in cacheAuthorizationHeader() 114 public void removeAuthenticationHeader(String callId) { in removeAuthenticationHeader()
|
D | AuthenticationHelper.java | 74 public abstract void removeCachedAuthenticationHeaders(String callId); in removeCachedAuthenticationHeaders()
|
D | AuthenticationHelperImpl.java | 438 String callId = sipRequest.getCallId().getCallId(); in setAuthenticationHeaders() local 461 public void removeCachedAuthenticationHeaders(String callId) { in removeCachedAuthenticationHeaders()
|
/external/nist-sip/java/javax/sip/message/ |
D | MessageFactory.java | 16 Request createRequest(URI requestURI, String method, CallIdHeader callId, in createRequest() 21 Request createRequest(URI requestURI, String method, CallIdHeader callId, in createRequest() 26 Request createRequest(URI requestURI, String method, CallIdHeader callId, in createRequest() 32 Response createResponse(int statusCode, CallIdHeader callId, in createResponse() 37 Response createResponse(int statusCode, CallIdHeader callId, in createResponse() 42 Response createResponse(int statusCode, CallIdHeader callId, in createResponse()
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | InReplyTo.java | 51 protected CallIdentifier callId; field in InReplyTo 75 public void setCallId(String callId) throws ParseException { in setCallId()
|
D | HeaderFactoryExt.java | 78 public ReplacesHeader createReplacesHeader(String callId, String toTag, in createReplacesHeader() 234 public JoinHeader createJoinHeader(String callId, String toTag, in createJoinHeader()
|
D | CallID.java | 136 public CallID(String callId) throws IllegalArgumentException { in CallID()
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
D | MessageFactoryImpl.java | 122 String method, CallIdHeader callId, CSeqHeader cSeq, in createRequest() 179 CallIdHeader callId, CSeqHeader cSeq, FromHeader from, ToHeader to, in createRequest() 232 CallIdHeader callId, CSeqHeader cSeq, FromHeader from, ToHeader to, in createRequest() 286 public Response createResponse(int statusCode, CallIdHeader callId, in createResponse() 343 public Response createResponse(int statusCode, CallIdHeader callId, in createResponse() 390 public Response createResponse(int statusCode, CallIdHeader callId, in createResponse() 545 String method, CallIdHeader callId, CSeqHeader cSeq, in createRequest() 598 public Response createResponse(int statusCode, CallIdHeader callId, in createResponse() 654 public Response createResponse(int statusCode, CallIdHeader callId, in createResponse()
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
D | MessageLog.java | 61 private String callId; field in MessageLog 90 String callId, in MessageLog() 123 String callId, in MessageLog()
|
D | DefaultMessageLogFactory.java | 17 String firstLine, String tid, String callId, long tsHeaderValue) { in createLogRecord() 24 String firstLine, String tid, String callId, long timestampVal) { in createLogRecord()
|
D | ServerLog.java | 323 String callId, String firstLine, String status, String tid, long time, in logMessage() 346 String callId = null; in logMessage() local 371 String callId = null; in logMessage() local
|
/external/nist-sip/java/gov/nist/javax/sip/header/extensions/ |
D | References.java | 15 private String callId; field in References 37 public void setCallId(String callId) { in setCallId()
|
D | Join.java | 37 public String callId; field in Join 50 public Join(String callId) throws IllegalArgumentException { in Join()
|
D | Replaces.java | 37 public String callId; field in Replaces 50 public Replaces(String callId) throws IllegalArgumentException { in Replaces()
|
D | ReplacesHeader.java | 31 void setCallId(String callId) throws ParseException; in setCallId()
|
D | JoinHeader.java | 199 public void setCallId(String callId) throws ParseException; in setCallId()
|
D | ReferencesHeader.java | 30 public void setCallId(String callId) throws ParseException; in setCallId()
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | TestController.js | 31 WebInspector.evaluateForTestInFrontend = function(callId, script) argument
|
/external/nist-sip/java/javax/sip/header/ |
D | CallIdHeader.java | 9 void setCallId(String callId) throws ParseException; in setCallId()
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/ |
D | HeapSnapshotProxy.js | 57 …this._postMessage({callId: this._nextCallId++, disposition: "create", objectId: objectId, methodNa… property 70 this._postMessage({callId: this._nextCallId++, disposition: "dispose", objectId: objectId}); property 77 this._postMessage({callId: callId, disposition: "evaluateForTest", source: script}); property 104 …this._postMessage({callId: callId, disposition: "factory", objectId: objectId, methodName: methodN… property 107 …this._postMessage({callId: callId, disposition: "factory", objectId: objectId, methodName: methodN… property 123 …this._postMessage({callId: callId, disposition: "method", objectId: objectId, methodName: methodNa… property
|
/external/nist-sip/java/gov/nist/javax/sip/parser/extensions/ |
D | ReferencesParser.java | 46 String callId = lexer.byteStringNoSemicolon(); in parse() local
|
D | JoinParser.java | 50 String callId = lexer.byteStringNoSemicolon(); in parse() local
|
D | ReplacesParser.java | 52 String callId = lexer.byteStringNoSemicolon(); in parse() local
|
/external/nist-sip/java/gov/nist/javax/sip/ |
D | LogRecordFactory.java | 35 String firstLine, String tid, String callId, long timestampVal); in createLogRecord()
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/ |
D | HeapSnapshotWorkerDispatcher.js | 63 var response = {callId: data.callId}; property
|