Lines Matching full:false

200     IsBorderRouter = False
201 IsHost = False
202 IsBeingTestedAsCommercialBBR = False
203 IsReference20200818 = False
206 _update_router_status = False
344 def __expect(self, expected, timeout=5, endswith=False):
412 self.AutoDUTEnable = False
413 self.isPowerDown = False
414 self._is_net = False # whether device is through ser2net
429 self.deviceConnected = False
535 False: fail to set the device mode
549 False: fail to set ROUTER_UPGRADE_THRESHOLD
564 False: fail to set ROUTER_DOWNGRADE_THRESHOLD
577 False: fail to set ROUTER_SELECTION_JITTER
587 False: fail to set address filter mode.
597 False: fail to start OpenThread stack
603 self.hasActiveDatasetToCommit = False
641 self.isPowerDown = False
650 False: OpenThread is not running
660 False: OpenThread is not running
737 joinSucceed = False
749 line = self.__readCliLine(ignoreLogs=False)
811 False: fail to set key switch guard time
818 return False
835 escapable_chars_present = False
855 False: fail to set the Thread Networkname
875 False: fail to set the channel
897 False: fail to set the extended address
909 return False
987 False: fail to set the Thread network key
1013 False: fail to add a given extended address to the denylist entry
1048 False: fail to add a given extended address to the allowlist entry
1074 False: fail to clear the denylist
1089 return False
1097 False: fail to clear the allowlist
1112 return False
1139 if self.AutoDUTEnable is False:
1145 if self.AutoDUTEnable is False:
1151 if self.AutoDUTEnable is False:
1163 self.setCSLsuspension(False)
1170 if self.AutoDUTEnable is False:
1197 def wait_for_attach_to_the_network(self, expected_role, timeout, raise_assert=False):
1209 return False
1224 return False
1272 self.isPowerDown = False
1283 self.__sendCommand('reset', expectEcho=False)
1310 False: fail to reset and rejoin the Thread Network
1325 False: fail to reset and rejoin the Thread Network
1374 False: fail to set the Thread Network PAN ID
1390 self.__sendCommand('factoryreset', expectEcho=False)
1405 self.__sendCommand('factoryreset', expectEcho=False)
1426 False: fail to remove the router from the Thread Network
1431 return False
1459 self.hasActiveDatasetToCommit = False
1466 self.isPowerDown = False
1471 self.isActiveCommissioner = False
1474 self.hasSetChannel = False
1475 self.IsBeingTestedAsCommercialBBR = False
1478 self.__isUdpOpened = False
1479 self.IsHost = False
1517 False: fail to set the data polling rate for sleepy end device
1542 False: fail to set the data poll period for sleepy end device
1562 False: fail to set the link quality
1593 False: fail to set the link quality
1607 False: fail to remove the prefix entry from border router
1616 return False
1645 False: fail to configure the border router with a given prefix entry
1651 self.__useDefaultDomainPrefix = False
1699 return False
1740 False: fail to set NETWORK_ID_TIMEOUT
1755 False: fail to set the child timeout for device
1769 False: fail to set the key sequence
1779 return False
1796 False: fail to increment the key sequence with a given value
1833 False: fail to configure the border router with a given external route prefix
1946 False: fail to set the extended PAN ID
2001 False: fail to set the Partition ID
2008 def getGUA(self, filterByPrefix=None, eth=False):
2071 False: fail to set slaac address to Thread interface
2104 return self.__sendCommand(cmd, expectEcho=False)
2145 config.isCcmMode = False
2175 False: fail to start Commissioner
2186 return False
2202 False: fail to add Joiner's steering data
2227 return False
2242 False: fail to set provisioning Url
2256 False: fail to start commissioner candidate petition process
2265 return False
2276 False: fail to start joiner
2301 return False
2312 return False
2390 False: fail to send MGMT_ED_SCAN message
2411 False: fail to send MGMT_PANID_QUERY message.
2428 False: fail to send MGMT_ANNOUNCE_BEGIN message.
2445 False: fail to send MGMT_ACTIVE_GET
2485 False: fail to send MGMT_ACTIVE_SET
2554 # False, False, True]
2628 False: fail to send MGMT_PENDING_GET
2661 False: fail to send MGMT_PENDING_SET
2718 False: fail to send MGMT_COMM_GET
2737 ExceedMaxPayload=False,
2743 False: fail to send MGMT_COMM_SET
2795 False: fail to set Joiner UDP Port
2806 False: fail to stop commissioner
2813 self.__sendCommand('scan', expectEcho=False)
2830 return False
2856 return False
2859 def setBbrDataset(self, SeqNumInc=False, SeqNum=None, MlrTimeout=None, ReRegDelay=None):
2872 False: fail to set BBR Dataset
2969 return metricsFlagMap.get(metrics), False
2974 return '', False
3068 def sendMACcmd(self, enh=False):
3073 def sendMACdata(self, enh=False):
3231 return False
3289 assert False, thver
3342 self._is_net = False
3351 self.__handle.setblocking(False)