Home
last modified time | relevance | path

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

/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_timing.function40 void timing_set_alarm( int seconds )
42 if( seconds == 0 )
44 mbedtls_set_alarm( seconds );
49 mbedtls_set_alarm( seconds );
Dtest_suite_x509parse.data2715 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/
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-3.4.0/src/core/common/
Duptime.cpp119 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/
Dtiming.c273 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/
Dtiming.h106 void mbedtls_set_alarm( int seconds );
/openthread-3.4.0/examples/apps/cli/
DREADME.md57 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/
DREADME_DATASET.md202 Get active timestamp seconds.
210 Set active timestamp seconds.
463 Get pending timestamp seconds.
471 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.md188 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 …]
DREADME_COMMISSIONER.md93 - 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-3.4.0/third_party/nlbuild-autotools/repo/
DCommon.mak112 # seconds and failure before trying the removal again.
/openthread-3.4.0/third_party/nlbuild-autotools/repo/make/host/tools/
Dtools.mak68 # seconds and failure before trying the removal again.
/openthread-3.4.0/tests/toranj/
DREADME_NCP.md252 - `timeout` gives amount of time (in seconds) to wait for all operations to finish. (default is 20