Home
last modified time | relevance | path

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

/edtt-3.6.0-3.5.0-3.4.0/src/components/
Dpairing.py83 success = success and event.isCommandComplete();
111 success = success and event.isCommandComplete();
Dinitiator.py263 return event.isCommandComplete() and (status == 0);
Devents.py1315 def isCommandComplete(self): member in Event
/edtt-3.6.0-3.5.0-3.4.0/src/tests/
Dhci_verification.py29 return event.isCommandComplete();
34 return status == 1 and (event.isCommandComplete() or event.isCommandStatus())
298 success = success and (event.isCommandStatus() or event.isCommandComplete());