Lines Matching refs:Log

48Log("---------------------------------------------------------------------------------------------…  in TestBorderAgent()
49 Log("TestBorderAgent"); in TestBorderAgent()
66 Log("Check Border Agent initial state"); in TestBorderAgent()
73 Log("Establish a DTLS connection to Border Agent"); in TestBorderAgent()
91 Log("Disconnect from candidate side"); in TestBorderAgent()
101 Log("Establish a secure connection again"); in TestBorderAgent()
113 Log("Send `Commissioner Petition` TMF command to become full commissioner"); in TestBorderAgent()
125 Log("Send `Commissioner Keep Alive` and check timeout behavior"); in TestBorderAgent()
138 Log(" Wait for 49 seconds (TIMEOUT_LEAD_PET is 50 seconds) and check BA state"); in TestBorderAgent()
145Log(" Wait for additional 5 seconds (ensuring TIMEOUT_LEAD_PET and session disconnect guard time… in TestBorderAgent()
153 Log("Establish a secure session again and petition to become commissioner"); in TestBorderAgent()
180Log(" EphemeralKeyCallback() active:%u connected:%u", node->Get<MeshCoP::BorderAgent>().IsEphemer… in HandleEphemeralKeyChange()
197Log("---------------------------------------------------------------------------------------------… in TestBorderAgentEphemeralKey()
198 Log("TestBorderAgentEphemeralKey"); in TestBorderAgentEphemeralKey()
215 Log("Check Border Agent ephemeral key initial state"); in TestBorderAgentEphemeralKey()
222 Log("Set and start ephemeral key on Border Agent"); in TestBorderAgentEphemeralKey()
238 Log("Establish a secure connection with BA using the ephemeral key"); in TestBorderAgentEphemeralKey()
258 Log("Disconnect from candidate side, check that ephemeral key use is stopped"); in TestBorderAgentEphemeralKey()
275Log("Start using ephemeral key again with short timeout (20 seconds) and establish a connection"); in TestBorderAgentEphemeralKey()
293 Log(" Check the ephemeral key timeout behavior"); in TestBorderAgentEphemeralKey()
303 Log("Start using ephemeral key without any candidate connecting, check timeout"); in TestBorderAgentEphemeralKey()
311 Log(" Wait more than 120 seconds (default ephemeral key timeout)"); in TestBorderAgentEphemeralKey()
319 Log("Check that ephemeral key use is stopped after max failed connection attempts"); in TestBorderAgentEphemeralKey()
332 Log(" Attempt %u to connect with the wrong key", numAttempts); in TestBorderAgentEphemeralKey()
343Log(" Attempt 10 (final attempt) to connect with the wrong key, check that ephemeral key use is s… in TestBorderAgentEphemeralKey()