HomeSort by relevance Sort by last modified time
    Searched full:request_pending (Results 1 - 11 of 11) sorted by null

  /external/nist-sip/java/javax/sip/message/
Response.java 46 int REQUEST_PENDING = 491;
  /external/chromium/chrome/browser/chromeos/login/
authenticator.h 54 // |request_pending| is true if we still plan to call consumer_ with the
59 bool request_pending) = 0;
mock_authenticator.h 66 bool request_pending) {
72 request_pending);
parallel_authenticator.cc 127 bool request_pending) {
143 request_pending);
264 bool request_pending = false; local
362 request_pending = !current_state_->online_complete();
371 current_state_->credentials(), request_pending));
google_authenticator.cc 274 bool request_pending) {
292 request_pending);
google_authenticator.h 89 bool request_pending);
parallel_authenticator.h 128 bool request_pending);
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPResponse.java 237 case REQUEST_PENDING :
  /external/nist-sip/java/gov/nist/javax/sip/
DialogFilter.java 110 SIPResponse sipResponse = sipRequest.createResponse(Response.REQUEST_PENDING);
    [all...]
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipSessionGroup.java     [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPDialog.java 283 * re-INVITE otherwise the othr end will respond with a REQUEST_PENDING. We want to avoid this
    [all...]

Completed in 854 milliseconds