| /openthread-latest/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-latest/src/core/common/ |
| D | uptime.cpp | 116 uint16_t seconds; in UptimeToString() local 127 seconds = DivideAndGetRemainder(remainder, Time::kOneSecondInMsec); in UptimeToString() 129 aWriter.Append("%02u:%02u:%02u", hours, minutes, seconds); in UptimeToString()
|
| /openthread-latest/src/cli/ |
| D | README_BR.md | 245 …seconds, if the duration is less than 24 hours. If the duration is 24 hours or more, the format is… 260 …seconds, if the duration is less than 24 hours. If the duration is 24 hours or more, the format is… 279 - Prefix lifetime in seconds 280 - Preferred lifetime in seconds only if prefix is on-link 400 …seconds, if the duration is less than 24 hours. If the duration is 24 hours or more, the format is…
|
| D | README_DATASET.md | 240 …that the delay timer is counting down, display the Pending Operational Dataset after a few seconds. 381 Get active timestamp seconds. It represents a "Unix time", in number of seconds since Jan 1st, 1970. 389 Set active timestamp seconds. 656 Get pending timestamp seconds. It represents a "Unix time", in number of seconds since Jan 1st, 197… 664 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 | 147 Duration is formatted as `{hh}:{mm}:{ss}` for hours, minutes, and seconds if it is less than one da… 214 Add a Multicast Listener with a given IPv6 multicast address and timeout (in seconds). 340 Show jitter (in seconds) for Backbone Router registration for Thread 1.2 FTD. 352 Set jitter (in seconds) for Backbone Router registration for Thread 1.2 FTD. 637 Set the channel change delay (in seconds). 649 Set the auto-channel-selection interval (in seconds). 1165 Set the CSL timeout in seconds. 1220 Get the minimal delay timer (in seconds). 1230 Set the minimal delay timer (in seconds). 2366 - Timeout (in seconds) [all …]
|
| D | README_COMMISSIONER.md | 97 - 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-latest/tools/tcat_ble_client/dataset/ |
| D | dataset_entries.py | 62 self.seconds = 0 75 self.seconds = (value >> 16) & 0xFFFF 78 value = (self.seconds << 16) | (self.ticks << 1) | self.ubit 88 self.seconds = 0 101 self.seconds = (value >> 16) & 0xFFFF 104 value = (self.seconds << 16) | (self.ticks << 1) | self.ubit
|
| /openthread-latest/third_party/mbedtls/repo/programs/test/ |
| D | benchmark.c | 85 void mbedtls_set_alarm(int seconds); 89 static void mbedtls_set_alarm(int seconds); 415 static void mbedtls_set_alarm(int seconds) in mbedtls_set_alarm() argument 417 if (seconds == 0) { in mbedtls_set_alarm() 425 alarmMs = seconds * 1000; in mbedtls_set_alarm() 437 static void mbedtls_set_alarm(int seconds) in mbedtls_set_alarm() argument 441 alarm(seconds); in mbedtls_set_alarm() 442 if (seconds == 0) { in mbedtls_set_alarm()
|
| /openthread-latest/examples/apps/cli/ |
| D | README.md | 56 Wait a few seconds and verify that the device has become a Thread Leader: 107 Wait a few seconds and verify that the device has become a Thread Child or Router:
|
| /openthread-latest/third_party/mbedtls/repo/tests/suites/ |
| D | test_suite_platform.data | 5 Time: get seconds
|
| D | test_suite_platform.function | 105 * of seconds since the Epoch. And it is affected by discontinuous changes
|
| D | test_suite_x509parse.data | 3230 X509 Get time (UTC without seconds) 3234 X509 Get time (UTC without seconds and with invalid time zone #1)
|
| /openthread-latest/tests/toranj/ |
| D | README_NCP.md | 252 - `timeout` gives amount of time (in seconds) to wait for all operations to finish. (default is 20 …
|
| /openthread-latest/etc/cmake/ |
| D | options.cmake | 340 …TX_WAIT_TIME_SECS OPENTHREAD_SPINEL_CONFIG_RCP_TX_WAIT_TIME_SECS "set RCP TX wait TIME in seconds")
|
| /openthread-latest/third_party/mbedtls/repo/ |
| D | ChangeLog | 191 instead of seconds. That avoids rounding errors when computing the age of 702 Mbed TLS ticket timestamps (in seconds) to compute a ticket age smaller
|