Home
last modified time | relevance | path

Searched refs:isCommandStatus (Results 1 – 4 of 4) sorted by relevance

/edtt-latest/src/components/
Dinitiator.py221 success = event.isCommandStatus();
242 if event.isCommandStatus():
278 success = event.isCommandStatus() and (self.status == 0);
295 success = event.isCommandStatus() and (self.status == 0);
Dpairing.py434 success = success and event.isCommandStatus();
Devents.py1318 def isCommandStatus(self): member in Event
/edtt-latest/src/tests/
Dhci_verification.py34 return status == 1 and (event.isCommandComplete() or event.isCommandStatus())
298 success = success and (event.isCommandStatus() or event.isCommandComplete());