Searched refs:weighting (Results 1 – 3 of 3) sorted by relevance
| /openthread-latest/tests/scripts/thread-cert/ |
| D | mle.py | 426 weighting, argument 432 self._weighting = weighting 442 def weighting(self): member in LeaderData 460 return (self.partition_id == other.partition_id and self.weighting == other.weighting and 467 self.weighting, 478 weighting = ord(data.read(1)) 484 weighting,
|
| D | test_mle.py | 854 weighting = any_weighting() 856 …leader_data = mle.LeaderData(any_partition_id(), weighting, any_data_version(), any_stable_data_ve… 860 actual_weighting = leader_data.weighting 863 self.assertEqual(weighting, actual_weighting) 910 weighting = any_weighting() 918 bytearray([weighting, data_version, stable_data_version, leader_router_id]) 926 self.assertEqual(weighting, actual_leader_data.weighting) 1790 weighting=64,
|
| /openthread-latest/tests/scripts/thread-cert/pktverify/ |
| D | test_layer_fields.py | 112 self.assertIsInstanceOrNull(mle.tlv.leader_data.weighting, int)
|