Home
last modified time | relevance | path

Searched refs:seconds (Results 1 – 19 of 19) sorted by relevance

/openthread-latest/tests/scripts/thread-cert/
Dtest_network_layer.py302 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)
Dnetwork_layer.py189 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)
Dmle.py967 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/
Duptime.cpp116 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/
DREADME_BR.md245seconds, if the duration is less than 24 hours. If the duration is 24 hours or more, the format is…
260seconds, 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
400seconds, if the duration is less than 24 hours. If the duration is 24 hours or more, the format is…
DREADME_DATASET.md240 …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.
DREADME_SRP_CLIENT.md256 Get the key lease interval (in seconds).
276 Get the lease interval (in seconds).
442 Get the TTL (in seconds).
DREADME.md147 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 …]
DREADME_COMMISSIONER.md97 - timeout: joiner timeout in seconds.
DREADME_HISTORY.md39 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/
Ddataset_entries.py62 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/
Dbenchmark.c85 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/
DREADME.md56 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/
Dtest_suite_platform.data5 Time: get seconds
Dtest_suite_platform.function105 * of seconds since the Epoch. And it is affected by discontinuous changes
Dtest_suite_x509parse.data3230 X509 Get time (UTC without seconds)
3234 X509 Get time (UTC without seconds and with invalid time zone #1)
/openthread-latest/tests/toranj/
DREADME_NCP.md252 - `timeout` gives amount of time (in seconds) to wait for all operations to finish. (default is 20
/openthread-latest/etc/cmake/
Doptions.cmake340 …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/
DChangeLog191 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