Lines Matching refs:Log
53 #define Log(...) … macro
64 Log(" otPlatAlarmMilliStartAt(time:%u.%03u, dt:%u.%03u)", sAlarmTime / 1000, sAlarmTime % 1000, in otPlatAlarmMilliStartAt()
76 Log(" AdvanceTime for %u.%03u", aDuration / 1000, aDuration % 1000); in AdvanceTime()
220 Log(" ProcessRequestMessage(primaryTlv:0x%04x) on %s", aPrimaryTlvType, mName); in ProcessRequestMessage()
233 Log(" ProcessUnidirectionalMessage(primaryTlv:0x%04x) on %s", aPrimaryTlvType, mName); in ProcessUnidirectionalMessage()
253 …Log(" ProcessResponseMessage(responseTlv:0x%04x) on %s (response-Code:%u) ", aResponseTlvType, mNa… in ProcessResponseMessage()
372 Log(" otPlatDsoEnableListening(%s)", aEnable ? "true" : "false"); in otPlatDsoEnableListening()
382 Log(" otPlatDsoConnect(%s, aPeer:0x%04x)", conn.GetName(), peerSockAddr.GetPort()); in otPlatDsoConnect()
389 Log(" Server is not listening"); in otPlatDsoConnect()
397 Log(" Request rejected"); in otPlatDsoConnect()
401 Log(" Request accepted"); in otPlatDsoConnect()
404 Log(" Signalling `Connected` on peer connection (%s)", peerConn->GetName()); in otPlatDsoConnect()
407 Log(" Signalling `Connected` on connection (%s)", conn.GetName()); in otPlatDsoConnect()
419 Log(" otPlatDsoSend(%s), message-len:%u", conn.GetName(), AsCoreType(aMessage).GetLength()); in otPlatDsoSend()
433 Log(" Sending the message to peer connection (%s)", peerConn->GetName()); in otPlatDsoSend()
440 Log(" Dropping the message"); in otPlatDsoSend()
449 Log(" otPlatDsoDisconnect(%s, mode:%s)", conn.GetName(), in otPlatDsoDisconnect()
460 Log(" No peer connection found"); in otPlatDsoDisconnect()
464 Log(" Peer connection (%s) already disconnected", peerConn->GetName()); in otPlatDsoDisconnect()
468 Log(" Signaling `Disconnected` on peer connection (%s)", peerConn->GetName()); in otPlatDsoDisconnect()
482 Log(" AcceptConnection(peer:0x%04x)", aPeerSockAddr.GetPort()); in AcceptConnection()
496 Log(" Accepting and returning connection %s", rval->GetName()); in AcceptConnection()
500 Log(" Rejecting"); in AcceptConnection()
515 Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -"); in VerifyKeepAliveExchange()
516 Log("Test Keep Alive message exchange, iter %d", n + 1); in VerifyKeepAliveExchange()
524 Log("No message before keep alive timeout"); in VerifyKeepAliveExchange()
529 Log("KeepAlive message exchanged after keep alive time elapses"); in VerifyKeepAliveExchange()
571 …Log("-------------------------------------------------------------------------------------------"); in TestDso()
572 Log("Connect from client to server"); in TestDso()
599 Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -"); in TestDso()
600 Log("Send keep alive message to establish connection"); in TestDso()
623 Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -"); in TestDso()
624 Log("Close connection"); in TestDso()
650 …Log("-------------------------------------------------------------------------------------------"); in TestDso()
651 Log("Connection timeout when server is not listening"); in TestDso()
673 …Log("-------------------------------------------------------------------------------------------"); in TestDso()
674 Log("Keep Alive Timeout behavior"); in TestDso()
697 Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -"); in TestDso()
698 Log("Change Keep Alive interval on server"); in TestDso()
716 Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -"); in TestDso()
717 Log("Keep Alive timer clear on message send or receive"); in TestDso()
730 Log("Sent unidirectional message (client->server) at half the keep alive interval"); in TestDso()
744 Log("Sent unidirectional message (server->client) at half the keep alive interval"); in TestDso()
747 Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -"); in TestDso()
748 Log("Keep Alive timeout on server"); in TestDso()
753 Log("Drop all sent message (drop Keep Alive msg from client->server)"); in TestDso()
762 Log("Sever waits for twice the interval before Keep Alive timeout"); in TestDso()
770 Log("Server aborted connection on Keep Alive timeout"); in TestDso()
773 …Log("-------------------------------------------------------------------------------------------"); in TestDso()
774 Log("Inactivity Timeout behavior"); in TestDso()
791 Log("Sending a unidirectional message should clear inactivity timer"); in TestDso()
798 Log("Client keeps the connection up to the inactivity timeout"); in TestDso()
805 Log("Client closes the connection gracefully on inactivity timeout"); in TestDso()
807 Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -"); in TestDso()
808 Log("Increasing inactivity timeout in middle"); in TestDso()
816 Log("After 10 sec elapses, change the inactivity timeout from 15 to 20 sec"); in TestDso()
822 Log("Client keeps the connection up to new 20 sec inactivity timeout"); in TestDso()
829 Log("Client closes the connection gracefully on inactivity timeout of 20 sec"); in TestDso()
831 Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -"); in TestDso()
832 Log("Decreasing inactivity timeout in middle"); in TestDso()
840 Log("After 10 sec elapses, change the inactivity timeout from 15 to 10 sec"); in TestDso()
848 Log("Client closes the connection gracefully on new shorter inactivity timeout of 10 sec"); in TestDso()
850 Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -"); in TestDso()
851 Log("Changing inactivity timeout from infinite to finite"); in TestDso()
860 Log("After 6 sec, change the inactivity to infinite"); in TestDso()
864 Log("After 4 sec, change the inactivity timeout from infinite to 20 sec"); in TestDso()
876 Log("Client closes the connection gracefully after 20 sec since last activity"); in TestDso()
878 Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -"); in TestDso()
879 Log("Tracking activity while inactivity timeout is infinite"); in TestDso()
888 Log("After 7 sec, send a test message, this clears inactivity timer"); in TestDso()
892 Log("After 10 sec, change the inactivity timeout from infinite to 15 sec"); in TestDso()
904 Log("Client closes the connection gracefully after 15 sec since last activity"); in TestDso()
906 Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -"); in TestDso()
907 Log("Inactivity timeout on server"); in TestDso()
916 Log("Wait for inactivity timeout and ensure client disconnect"); in TestDso()
917 Log("Configure test for client not to signal its disconnect to server"); in TestDso()
926 Log("Server should disconnect after twice the inactivity timeout"); in TestDso()
933 Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -"); in TestDso()
934 Log("Server reducing inactivity timeout to expired (on server)"); in TestDso()
943 Log("After 11 sec elapses, change the inactivity timeout from 15 to 2 sec"); in TestDso()
951 Log("Client closes the connection gracefully on expired timeout"); in TestDso()
952 Log("Configure test for client not to signal its disconnect to server"); in TestDso()
959 Log("Server wait for kMinServerInactivityWaitTime (5 sec) before closing on expired timeout"); in TestDso()
961 Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -"); in TestDso()
962 Log("Long-lived operation"); in TestDso()
982 …Log("-------------------------------------------------------------------------------------------"); in TestDso()
983 Log("Request, response, and unidirectional message exchange"); in TestDso()
994 Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -"); in TestDso()
995 Log("Establish connection using test message request/response"); in TestDso()
1003 Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -"); in TestDso()
1004 Log("Send unidirectional test message"); in TestDso()
1016 Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -"); in TestDso()
1017 Log("Exchange request and response"); in TestDso()
1042 Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -"); in TestDso()
1043 Log("Send unknown TLV request"); in TestDso()
1059 Log("Received a response with DSO Type Unknown error code"); in TestDso()
1064 Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -"); in TestDso()
1065 Log("Send unknown TLV unidirectional"); in TestDso()
1076 Log("Unknown TLV unidirectional is correctly ignored"); in TestDso()
1080 Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -"); in TestDso()
1081 Log("Send malformed/invalid request"); in TestDso()
1098 Log("Client aborted on invalid request message"); in TestDso()
1100 Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -"); in TestDso()
1101 Log("Response timeout during session establishment"); in TestDso()
1125 Log("Client disconnected after response timeout"); in TestDso()
1131 Log("Server disconnected after twice the inactivity timeout"); in TestDso()
1133 Log("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -"); in TestDso()
1134 Log("Response timeout after session establishment"); in TestDso()
1192 …Log("-------------------------------------------------------------------------------------------"); in TestDso()
1193 Log("Retry Delay message"); in TestDso()
1216 Log("End of test"); in TestDso()