/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_timing.function | 40 void timing_set_alarm( int seconds ) 42 if( seconds == 0 ) 44 mbedtls_set_alarm( seconds ); 49 mbedtls_set_alarm( seconds );
|
D | test_suite_x509parse.data | 2715 X509 Get time (UTC without seconds) 2719 X509 Get time (UTC without seconds and with invalid time zone #1)
|
/openthread-3.4.0/tests/scripts/thread-cert/ |
D | test_network_layer.py | 302 seconds = any_seconds() 304 time_since_last_transaction = network_layer.TimeSinceLastTransaction(seconds) 307 actual_seconds = time_since_last_transaction.seconds 310 self.assertEqual(seconds, actual_seconds) 314 seconds = any_seconds() 316 time_since_last_transaction = network_layer.TimeSinceLastTransaction(seconds) 321 network_layer.TimeSinceLastTransaction(seconds), 329 seconds = any_seconds() 333 data = bytearray(struct.pack(">L", seconds)) 343 self.assertEqual(seconds, time_since_last_transaction.seconds)
|
D | network_layer.py | 189 def __init__(self, seconds): argument 190 self._seconds = seconds 193 def seconds(self): member in TimeSinceLastTransaction 198 return self.seconds == other.seconds 201 return "TimeSinceLastTransaction(seconds={})".format(self.seconds) 207 seconds = struct.unpack(">L", data.read(4))[0] 209 return TimeSinceLastTransaction(seconds)
|
D | mle.py | 967 seconds = bytearray([0x00, 0x00]) + bytearray(data.read(6)) 970 timestamp_seconds = struct.unpack(">Q", bytes(seconds))[0] 1009 seconds = bytearray([0x00, 0x00]) + bytearray(data.read(6)) 1012 timestamp_seconds = struct.unpack(">Q", bytes(seconds))[0]
|
/openthread-3.4.0/src/core/common/ |
D | uptime.cpp | 119 uint16_t seconds; in UptimeToString() local 130 seconds = DivideAndGetRemainder(remainder, Time::kOneSecondInMsec); in UptimeToString() 132 aWriter.Append("%02u:%02u:%02u", hours, minutes, seconds); in UptimeToString()
|
/openthread-3.4.0/third_party/mbedtls/repo/library/ |
D | timing.c | 273 void mbedtls_set_alarm( int seconds ) in mbedtls_set_alarm() argument 275 if( seconds == 0 ) in mbedtls_set_alarm() 284 alarmMs = seconds * 1000; in mbedtls_set_alarm() 316 void mbedtls_set_alarm( int seconds ) in mbedtls_set_alarm() argument 320 alarm( seconds ); in mbedtls_set_alarm() 321 if( seconds == 0 ) in mbedtls_set_alarm()
|
/openthread-3.4.0/third_party/mbedtls/repo/include/mbedtls/ |
D | timing.h | 106 void mbedtls_set_alarm( int seconds );
|
/openthread-3.4.0/examples/apps/cli/ |
D | README.md | 57 Wait a few seconds and verify that the device has become a Thread Leader: 108 Wait a few seconds and verify that the device has become a Thread Child or Router:
|
/openthread-3.4.0/src/cli/ |
D | README_DATASET.md | 202 Get active timestamp seconds. 210 Set active timestamp seconds. 463 Get pending timestamp seconds. 471 Set pending timestamp seconds.
|
D | README_SRP_CLIENT.md | 256 Get the key lease interval (in seconds). 276 Get the lease interval (in seconds). 442 Get the TTL (in seconds).
|
D | README.md | 188 Add a Multicast Listener with a given IPv6 multicast address and timeout (in seconds). 314 Show jitter (in seconds) for Backbone Router registration for Thread 1.2 FTD. 326 Set jitter (in seconds) for Backbone Router registration for Thread 1.2 FTD. 488 Set the channel change delay (in seconds). 500 Set the auto-channel-selection interval (in seconds). 1011 Set the CSL timeout in seconds. 1034 - timesyncperiod: The time synchronization period, in seconds. 1044 Get the minimal delay timer (in seconds). 1054 Set the minimal delay timer (in seconds). 2065 Register Multicast Listeners to Primary Backbone Router, with an optional `timeout` (in seconds). [all …]
|
D | README_COMMISSIONER.md | 93 - timeout: joiner timeout in seconds.
|
D | README_HISTORY.md | 39 For example `02:31:50.628` indicates the event was recorded "2 hours, 31 minutes, 50 seconds, and 6…
|
/openthread-3.4.0/third_party/nlbuild-autotools/repo/ |
D | Common.mak | 112 # seconds and failure before trying the removal again.
|
/openthread-3.4.0/third_party/nlbuild-autotools/repo/make/host/tools/ |
D | tools.mak | 68 # seconds and failure before trying the removal again.
|
/openthread-3.4.0/tests/toranj/ |
D | README_NCP.md | 252 - `timeout` gives amount of time (in seconds) to wait for all operations to finish. (default is 20 …
|