Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/cellular_MbimComplianceControlRequest/
Dcellular_MbimComplianceCM05.py62 self.channel.unidirectional_transaction(*caps_packets)
71 self.channel.unidirectional_transaction(*services_packets)
Dcellular_MbimComplianceCM16.py75 self.channel.unidirectional_transaction(*caps_packets)
76 self.channel.unidirectional_transaction(*services_packets)
/external/autotest/client/cros/cellular/mbim_compliance/tests/
Dcm_05.py54 self.channel.unidirectional_transaction(*caps_packets)
56 self.channel.unidirectional_transaction(*services_packets)
/external/autotest/client/cros/cellular/mbim_compliance/
Dmbim_channel.py160 def unidirectional_transaction(self, *args): member in MBIMChannel