Home
last modified time | relevance | path

Searched refs:pending_timestamp (Results 1 – 14 of 14) sorted by relevance

/openthread-latest/tests/scripts/thread-cert/
DCert_9_2_15_PendingPartition.py116 pending_timestamp=10,
132 pending_timestamp=20,
DCert_9_2_16_ActivePendingPartition.py117 pending_timestamp=10,
133 pending_timestamp=20,
DCert_9_2_18_RollBackActiveTimestamp.py139 pending_timestamp=20,
147 pending_timestamp=20,
DCert_9_2_07_DelayTimer.py109 pending_timestamp=ROUTER_PENDING_TIMESTAMP,
116 pending_timestamp=COMMISSIONER_PENDING_TIMESTAMP,
DCert_9_2_11_NetworkKey.py163 pending_timestamp=10,
180 pending_timestamp=20,
Dcommand.py328 pending_timestamp=CheckType.OPTIONAL, argument
346 check_mle_optional_tlv(command_msg, pending_timestamp, mle.PendingTimestamp)
359 pending_timestamp=CheckType.OPTIONAL, argument
374 check_mle_optional_tlv(command_msg, pending_timestamp, mle.PendingTimestamp)
DCert_9_2_19_PendingDatasetGet.py100 pending_timestamp=30,
Dtest_mle.py1657 pending_timestamp = factory.parse(io.BytesIO(data), dict())
1660 self.assertTrue(isinstance(pending_timestamp, mle.PendingTimestamp))
1661 self.assertEqual(timestamp_seconds, pending_timestamp.timestamp_seconds)
1662 self.assertEqual(timestamp_ticks, pending_timestamp.timestamp_ticks)
1663 self.assertEqual(u, pending_timestamp.u)
DCert_9_2_09_PendingPartition.py152 pending_timestamp=COMM_PENDING_TIMESTAMP,
182 pending_timestamp=ROUTER2_PENDING_TIMESTAMP,
DCert_9_2_08_PersistentDatasets.py134 pending_timestamp=COMMISSIONER_PENDING_TIMESTAMP,
DCert_9_2_10_PendingPartition.py125 pending_timestamp=30,
DCert_9_2_06_DatasetDissemination.py186 pending_timestamp=COMM_PENDING_TIMESTAMP,
Dnode.py2930 pending_timestamp=None, argument
2940 if pending_timestamp is not None:
2941 cmd += 'pendingtimestamp %d ' % pending_timestamp
/openthread-latest/tools/otci/otci/
Dotci.py1844 pending_timestamp: Optional[int] = None):
1880 if pending_timestamp is not None:
2838 pending_timestamp: Optional[int] = None,
2844 … network_key, network_name, panid, pskc, security_policy, pending_timestamp)