Lines Matching refs:Log

86     Log("   node%u: HandleReceive(aLength:%u)", node->GetId(), aLength);  in HandleReceive()
104 Log(" node%u: HandleConnectEvent(%s)", node->GetId(), ConnectEventToString(aEvent)); in HandleConnectEvent()
115 Log(" node%u: HandleAutoClose()", node->GetId()); in HandleAutoClose()
160Log(" node%u: HandleAccept(), %s", mNode.GetId(), (session != nullptr) ? "accepted" : "rejected"… in HandleAccept()
202 Log(" node%u: HandleAccept()", transport->mNode.GetId()); in HandleAccept()
220 Log(" node%u: HandleRemoveSession()", transport->mNode.GetId()); in HandleRemoveSession()
239Log("---------------------------------------------------------------------------------------------… in TestDtlsSingleSession()
240 Log("TestDtlsSingleSession"); in TestDtlsSingleSession()
267 Log("Start DTLS (server) on node0 bound to port %u", kUdpPort); in TestDtlsSingleSession()
284 Log("Try to establish a DTLS connection from node 1 using a wrong PSK multiple times"); in TestDtlsSingleSession()
306 Log("Establish a DTLS connection from node1 with node0 using the correct PSK"); in TestDtlsSingleSession()
325 Log("Send message (random data and length) over DTLS session from node0 to node1"); in TestDtlsSingleSession()
339 Log("Now send from node1 to node0"); in TestDtlsSingleSession()
353 Log("Disconnect from node1 - validate the disconnect events (local/peer)"); in TestDtlsSingleSession()
366 Log("Establish a DTLS connection again"); in TestDtlsSingleSession()
379Log("Try to connect from node2 - validate that it fails to connect since already connected"); in TestDtlsSingleSession()
394 Log("Disconnect from node0 - validate the disconnect events"); in TestDtlsSingleSession()
415Log("Start DTLS (server) on node0 bound to port %u with auto-close max attempt %u", kUdpPort, kMax… in TestDtlsSingleSession()
432Log("Using wrong PSK try to establish DTLS connection with node0 %u times", kMaxAttempts - 1); in TestDtlsSingleSession()
454 Log("Using wrong PSK try one last time, validate the auto-close behavior"); in TestDtlsSingleSession()
481Log("---------------------------------------------------------------------------------------------… in TestDtlsMultiSession()
482 Log("TestDtlsMultiSession"); in TestDtlsMultiSession()
510 Log("Start DTLS (server) on node0 bound to port %u", kUdpPort); in TestDtlsMultiSession()
524 Log("Establish a DTLS connection with node 0 from node1"); in TestDtlsMultiSession()
553 Log("Establish a second DTLS connection with node0 from node2"); in TestDtlsMultiSession()
582 Log("Disconnect from node1 - validate the disconnect events"); in TestDtlsMultiSession()
605 Log("Disconnect session with node2 from node0 (server) - validate the disconnect events"); in TestDtlsMultiSession()
622 Log("Establish two DTLS connections from node1 and node2 at the same time"); in TestDtlsMultiSession()