Home
last modified time | relevance | path

Searched refs:logDebug (Results 1 – 25 of 32) sorted by relevance

12

/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
DPairingSession.java215 logDebug(message); in PairingSession()
219 logDebug(message); in PairingSession()
234 logDebug("Starting reader"); in PairingSession()
239 logDebug("Received: " + message.getClass()); in PairingSession()
242 logDebug("Exception while getting message: " + exception); in PairingSession()
246 logDebug("Exception while getting message: " + exception); in PairingSession()
252 logDebug("Interrupted: " + ie); in PairingSession()
254 logDebug("Reader is done"); in PairingSession()
285 public void logDebug(String message) { in logDebug() method in PairingSession
372 logDebug("Protocol started (SERVER mode)"); in doPair()
[all …]
DClientPairingSession.java69 logDebug("Sending PairingRequest... " + mServiceName + " " + mClientName); in doInitializationPhase()
73 logDebug("Waiting for PairingRequestAck ..."); in doInitializationPhase()
79 logDebug("Got PairingRequestAck with server name = " + mPeerName); in doInitializationPhase()
84 logDebug("Sending Options ..."); in doInitializationPhase()
87 logDebug("Waiting for Options..."); in doInitializationPhase()
92 logDebug("Local config = " + mLocalOptions); in doInitializationPhase()
93 logDebug("Server options = " + serverOptions); in doInitializationPhase()
99 logDebug("Sending Configuration..."); in doConfigurationPhase()
101 logDebug("Waiting for ConfigurationAck..."); in doConfigurationPhase()
DServerPairingSession.java54 logDebug("Waiting for PairingRequest..."); in doInitializationPhase()
58 logDebug("Requested service to pair: " + request.getServiceName()); in doInitializationPhase()
62 logDebug("Client name: " + request.getClientName()); in doInitializationPhase()
68 logDebug("Sending PairingRequestAck ..."); in doInitializationPhase()
72 logDebug("Waiting for Options ..."); in doInitializationPhase()
77 logDebug("Sending Options..."); in doInitializationPhase()
83 logDebug("Waiting for Configuration..."); in doConfigurationPhase()
105 logDebug("Sending ConfigurationAck..."); in doConfigurationPhase()
DPoloChallengeResponse.java87 logDebug("getAlpha, nonce=" + PoloUtil.bytesToHexString(nonce)); in getAlpha()
136 logDebug("Generated hash: " + PoloUtil.bytesToHexString(digestBytes)); in getAlpha()
187 logDebug("Illegal nonce value."); in checkGamma()
190 logDebug("Nonce is: " + PoloUtil.bytesToHexString(nonce)); in checkGamma()
191 logDebug("User gamma is: " + PoloUtil.bytesToHexString(gamma)); in checkGamma()
192 logDebug("Generated gamma is: " + PoloUtil.bytesToHexString(getGamma(nonce))); in checkGamma()
214 private void logDebug(String message) { in logDebug() method in PoloChallengeResponse
/external/nist-sip/java/gov/nist/javax/sip/
DEventScanner.java82 sipStack.getStackLogger().logDebug("addEvent " + eventWrapper); in addEvent()
130 sipStack.getStackLogger().logDebug( in deliverEvent()
149 sipStack.getStackLogger().logDebug( in deliverEvent()
188 .logDebug( in deliverEvent()
192 sipStack.getStackLogger().logDebug( in deliverEvent()
198 sipStack.getStackLogger().logDebug( in deliverEvent()
217 .logDebug( in deliverEvent()
220 sipStack.getStackLogger().logDebug( in deliverEvent()
227 sipStack.getStackLogger().logDebug( in deliverEvent()
247 sipStack.getStackLogger().logDebug( in deliverEvent()
[all …]
DDialogFilter.java232 .logDebug("Sending 500 response for out of sequence message"); in sendServerInternalErrorResponse()
263 sipStack.getStackLogger().logDebug( in processRequest()
269 sipStack.getStackLogger().logDebug( in processRequest()
279 sipStack.getStackLogger().logDebug("No provider - dropping !!"); in processRequest()
291 sipStack.getStackLogger().logDebug( in processRequest()
323 sipStack.getStackLogger().logDebug( in processRequest()
355 sipStack.getStackLogger().logDebug("dialogId = " + dialogId); in processRequest()
356 sipStack.getStackLogger().logDebug("dialog = " + dialog); in processRequest()
445 sipStack.getStackLogger().logDebug("Processing ACK for INVITE Tx "); in processRequest()
449 sipStack.getStackLogger().logDebug("Processing ACK for dialog " + dialog); in processRequest()
[all …]
DNistSipMessageFactoryImpl.java84 sipStack.getStackLogger().logDebug( in newSIPServerRequest()
108 sipStack.getStackLogger().logDebug( in newSIPServerResponse()
118 sipStack.getStackLogger().logDebug( in newSIPServerResponse()
125 sipStack.getStackLogger().logDebug( in newSIPServerResponse()
DSipProviderImpl.java137 sipStack.getStackLogger().logDebug("Exiting provider"); in stop()
170 sipStack.getStackLogger().logDebug( in handleEvent()
177 … if ( sipStack.isLoggingEnabled()) sipStack.getStackLogger().logDebug("Dialog = " + dialog); in handleEvent()
180 … if (sipStack.isLoggingEnabled() ) sipStack.getStackLogger().logDebug("Dialog = " + dialog); in handleEvent()
233 sipStack.getStackLogger().logDebug("add SipListener " + sipListener); in addSipListener()
337 sipStack.getStackLogger().logDebug( in getNewClientTransaction()
729 sipStack.getStackLogger().logDebug( in sendRequest()
908 sipStack.getStackLogger().logDebug( in transactionErrorEvent()
990 sipStack.getStackLogger().logDebug( in dialogErrorEvent()
DSipStackImpl.java1002 getStackLogger().logDebug( in SipStackImpl()
1065 getStackLogger().logDebug( in createListeningPoint()
1101 this.getStackLogger().logDebug( in createListeningPoint()
1133 this.getStackLogger().logDebug( in createSipProvider()
1274 getStackLogger().logDebug("stopStack -- stoppping the stack"); in stop()
/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPDialog.java353 sipStack.getStackLogger().logDebug("Interrupted sleep"); in run()
360 sipStack.getStackLogger().logDebug("re-INVITE successfully sent"); in run()
401 sipStack.getStackLogger().logDebug("Running dialog timer"); in runTask()
446 stack.getStackLogger().logDebug("resend 200 response from " + dialog); in runTask()
586 sipStack.getStackLogger().logDebug("Creating a dialog : " + this); in SIPDialog()
587 sipStack.getStackLogger().logDebug( in SIPDialog()
626 sipStack.getStackLogger().logDebug("Creating a dialog : " + this); in SIPDialog()
641 sipStack.getStackLogger().logDebug("this : " + this); in printRouteList()
642 sipStack.getStackLogger().logDebug("printRouteList : " + this.routeList.encode()); in printRouteList()
728 sipStack.getStackLogger().logDebug("settingRemoteParty " + this.remoteParty); in setRemoteParty()
[all …]
DServerLog.java223 .logDebug("Here are the stack configuration properties \n" in checkLogFile()
251 stackLogger.logDebug(" ]]> "); in checkLogFile()
252 stackLogger.logDebug("</debug>"); in checkLogFile()
253 stackLogger.logDebug("<description\n logDescription=\"" + description in checkLogFile()
256 stackLogger.logDebug("<debug>"); in checkLogFile()
257 stackLogger.logDebug("<![CDATA[ "); in checkLogFile()
262 stackLogger.logDebug("Here are the stack configuration properties \n" in checkLogFile()
264 stackLogger.logDebug(" ]]>"); in checkLogFile()
265 stackLogger.logDebug("</debug>"); in checkLogFile()
266 stackLogger.logDebug("<description\n logDescription=\"" + description in checkLogFile()
[all …]
DUDPMessageChannel.java236 this.sipStack.getStackLogger().logDebug("Creating message channel " in UDPMessageChannel()
328 .logDebug("UDPMessageChannel: processIncomingDataPacket : peerAddress = " in processIncomingDataPacket()
342 this.sipStack.getStackLogger().logDebug("Rejecting message ! " in processIncomingDataPacket()
344 this.sipStack.getStackLogger().logDebug("error message " in processIncomingDataPacket()
358 sipStack.getStackLogger().logDebug( in processIncomingDataPacket()
360 sipStack.getStackLogger().logDebug(badReqRes); in processIncomingDataPacket()
372 .logDebug( in processIncomingDataPacket()
386 … this.sipStack.getStackLogger().logDebug("Rejecting message ! + Null message parsed."); in processIncomingDataPacket()
494 this.sipStack.getStackLogger().logDebug("About to process " in processMessage()
507 this.sipStack.getStackLogger().logDebug("Done processing " in processMessage()
[all …]
DTCPMessageProcessor.java135 getSIPStack().getStackLogger().logDebug("Accepting new connection!"); in run()
203 sipStack.getStackLogger().logDebug(Thread.currentThread() + " removing " + key); in remove()
225 sipStack.getStackLogger().logDebug("key " + key); in createMessageChannel()
226 sipStack.getStackLogger().logDebug("Creating " + retval); in createMessageChannel()
237 sipStack.getStackLogger().logDebug("Closing " + key); in cacheMessageChannel()
241 sipStack.getStackLogger().logDebug("Caching " + key); in cacheMessageChannel()
257 sipStack.getStackLogger().logDebug("key " + key); in createMessageChannel()
258 sipStack.getStackLogger().logDebug("Creating " + retval); in createMessageChannel()
DTLSMessageProcessor.java150 sipStack.getStackLogger().logDebug("Accepting new connection!"); in run()
220 sipStack.getStackLogger().logDebug(Thread.currentThread() + " removing " + key); in remove()
241 sipStack.getStackLogger().logDebug("key " + key); in createMessageChannel()
242 sipStack.getStackLogger().logDebug("Creating " + retval); in createMessageChannel()
253 sipStack.getStackLogger().logDebug("Closing " + key); in cacheMessageChannel()
257 sipStack.getStackLogger().logDebug("Caching " + key); in cacheMessageChannel()
273 sipStack.getStackLogger().logDebug("key " + key); in createMessageChannel()
274 sipStack.getStackLogger().logDebug("Creating " + retval); in createMessageChannel()
DSIPTransactionStack.java483 stackLogger.logDebug("Re-initializing !"); in reInit()
558 this.getStackLogger().logDebug("dialog table = " + this.dialogTable); in printDialogTable()
591 stackLogger.logDebug("NOTIFY Supported Natively"); in addExtensionMethod()
607 stackLogger.logDebug("putDialog: dialog already exists" + dialogId + " in table = " in putDialog()
613 stackLogger.logDebug("putDialog dialogId=" + dialogId + " dialog = " + dialog); in putDialog()
756 stackLogger.logDebug("getDialog(" + dialogId + ") : returning " + sipDialog); in getDialog()
793 stackLogger.logDebug("ct table size = " + clientTransactionTable.size()); in findSubscribeTransaction()
801 stackLogger.logDebug("event Header is null -- returning null"); in findSubscribeTransaction()
819 stackLogger.logDebug("ct.fromTag = " + fromTag); in findSubscribeTransaction()
820 stackLogger.logDebug("thisToTag = " + thisToTag); in findSubscribeTransaction()
[all …]
DDefaultRouter.java205 .logDebug("Route post processing fixed strict routing"); in getNextHop()
211 .logDebug("NextHop based on Route:" + hop); in getNextHop()
222 .logDebug("Using request URI maddr to route the request = " in getNextHop()
233 .logDebug("Using outbound proxy to route the request = " in getNextHop()
239 sipStack.getStackLogger().logDebug("Used request-URI for nextHop = " in getNextHop()
243 .logDebug("returning null hop -- loop detected"); in getNextHop()
277 sipStack.getStackLogger().logDebug("post: fixStrictRouting" + req); in fixStrictRouting()
DTCPMessageChannel.java123 sipStack.getStackLogger().logDebug("creating new TCPMessageChannel "); in TCPMessageChannel()
157 sipStack.getStackLogger().logDebug("creating new TCPMessageChannel "); in TCPMessageChannel()
190 sipStack.getStackLogger().logDebug("Closing message Channel " + this); in close()
193 sipStack.getStackLogger().logDebug("Error closing socket " + ex); in close()
372 sipStack.getStackLogger().logDebug( in handleException()
384 sipStack.getStackLogger().logDebug("Sending automatic 400 Bad Request:"); in handleException()
385 sipStack.getStackLogger().logDebug(badReqRes); in handleException()
395 sipStack.getStackLogger().logDebug( in handleException()
423 sipStack.getStackLogger().logDebug(">>> Dropped Bad Msg"); in processMessage()
424 sipStack.getStackLogger().logDebug(badmsg); in processMessage()
[all …]
DSIPTransaction.java278 sipStack.getStackLogger().logDebug("LingerTimer : " in LingerTimer()
290 sipStack.getStackLogger().logDebug("LingerTimer: run() : " in runTask()
301 sipStack.getStackLogger().logDebug("removing" + transaction); in runTask()
312 sipStack.getStackLogger().logDebug("Use Count = " + useCount); in runTask()
350 .logDebug("use count for encapsulated channel" in SIPTransaction()
408 sipStack.getStackLogger().logDebug("Setting Branch id : " + newBranch); in setOriginalRequest()
416 sipStack.getStackLogger().logDebug("Branch id is null - compute TID!" in setOriginalRequest()
542 sipStack.getStackLogger().logDebug("Transaction:setState " + newState in setState()
602 sipStack.getStackLogger().logDebug("enableTimeoutTimer " + this in enableTimeoutTimer()
977 sipStack.getStackLogger().logDebug("returning true"); in doesCancelMatchTransaction()
[all …]
DTLSMessageChannel.java127 sipStack.getStackLogger().logDebug("creating new TLSMessageChannel (incoming)"); in TLSMessageChannel()
172 sipStack.getStackLogger().logDebug("creating new TLSMessageChannel (outgoing)"); in TLSMessageChannel()
202 sipStack.getStackLogger().logDebug("Closing message Channel " + this); in close()
205 sipStack.getStackLogger().logDebug("Error closing socket " + ex); in close()
352 sipStack.getStackLogger().logDebug("Encountered bad message \n" + message); in handleException()
360 sipStack.getStackLogger().logDebug("Sending automatic 400 Bad Request:"); in handleException()
361 sipStack.getStackLogger().logDebug(badReqRes); in handleException()
371 sipStack.getStackLogger().logDebug( in handleException()
455 sipStack.getStackLogger().logDebug("----Processing Message---"); in processMessage()
530 this.sipStack.getStackLogger().logDebug("Message size exceeded"); in processMessage()
[all …]
DSIPClientTransaction.java226 sipStack.getStackLogger().logDebug( in runTask()
263 sipStack.getStackLogger().logDebug("Client Use Count = " + useCount); in runTask()
303 sipStack.getStackLogger().logDebug("Creating clientTransaction " + this); in SIPClientTransaction()
317 sipStack.getStackLogger().logDebug( in setResponseInterface()
321 sipStack.getStackLogger().logDebug("WARNING -- setting to null!"); in setResponseInterface()
418 sipStack.getStackLogger().logDebug("Sending Message " + messageToSend); in sendMessage()
419 sipStack.getStackLogger().logDebug("TransactionState " + this.getState()); in sendMessage()
516 sipStack.getStackLogger().logDebug( in processResponse()
519 sipStack.getStackLogger().logDebug("dialog = " + dialog); in processResponse()
659 sipStack.getStackLogger().logDebug( in nonInviteClientTransaction()
[all …]
DIOHandler.java167 sipStack.getStackLogger().logDebug(
195 sipStack.getStackLogger().logDebug("inaddr = " + receiverAddress);
196 sipStack.getStackLogger().logDebug("port = " + contactPort);
217 sipStack.getStackLogger().logDebug(
238 sipStack.getStackLogger().logDebug(this.socketTable.toString());
265 sipStack.getStackLogger().logDebug("inaddr = " + receiverAddress);
266 sipStack.getStackLogger().logDebug("port = " + contactPort);
DUDPMessageProcessor.java206 … sipStack.getStackLogger().logDebug("Dropping message -- queue length exceeded"); in run()
217 … sipStack.getStackLogger().logDebug("Dropping message with probability " + (1.0 - threshold)); in run()
251 .logDebug("UDPMessageProcessor: Stopping"); in run()
263 .logDebug("UDPMessageProcessor: Got an IO Exception"); in run()
267 .logDebug("UDPMessageProcessor: Unexpected Exception - quitting"); in run()
DSIPServerTransaction.java325 … sipStack.getStackLogger().logDebug("scheduled timer for " + SIPServerTransaction.this); in SendTrying()
336 sipStack.getStackLogger().logDebug(" sending Trying current state = " in runTask()
342 sipStack.getStackLogger().logDebug(" trying sent " in runTask()
357 sipStack.getStackLogger().logDebug("TransactionTimer() : " + getTransactionId()); in TransactionTimer()
513 sipStack.getStackLogger().logDebug("Creating Server Transaction" + this.getBranchId()); in SIPServerTransaction()
716 … sipStack.getStackLogger().logDebug("processRequest: " + transactionRequest.getFirstLine()); in processRequest()
717 sipStack.getStackLogger().logDebug("tx state = " + this.getRealState()); in processRequest()
769 sipStack.getStackLogger().logDebug("ACK received for server Tx " in processRequest()
802 sipStack.getStackLogger().logDebug("completed processing retransmitted request : " in processRequest()
846 sipStack.getStackLogger().logDebug("Too late to cancel Transaction"); in processRequest()
[all …]
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
DAuthenticationHelperImpl.java130 sipStack.getStackLogger().logDebug("handleChallenge: " + challenge); in handleChallenge()
256 sipStack.getStackLogger().logDebug( in handleChallenge()
267 sipStack.getStackLogger().logDebug( in handleChallenge()
445 sipStack.getStackLogger().logDebug( in setAuthenticationHeaders()
DMessageDigestAlgorithm.java43 stackLogger.logDebug("trying to authenticate using : " + algorithm + ", "+ in calculateResponse()
119 stackLogger.logDebug("trying to authenticate using : " + algorithm + ", " in calculateResponse()

12