Searched refs:current_fragment (Results 1 – 7 of 7) sorted by relevance
/external/autotest/client/cros/cellular/mbim_compliance/ |
D | mbim_channel.py | 294 transaction_id, total_fragments, current_fragment = ( 296 if current_fragment != 0: 300 current_fragment) 366 total_fragments, current_fragment = struct.unpack_from( 372 current_fragment = 0 374 return transaction_id, total_fragments, current_fragment
|
D | mbim_message_unittest.py | 197 self.assertEqual(message.current_fragment, 0) 270 self.assertEqual(message.current_fragment, 0)
|
D | mbim_channel_unittest.py | 356 def _get_fragment(self, transaction_id, total_fragments, current_fragment): argument 368 current_fragment)
|
D | mbim_message_request.py | 121 current_fragment=0,
|
/external/autotest/client/cros/cellular/mbim_compliance/tests/ |
D | cm_07.py | 36 current_fragment=0,
|
D | cm_08.py | 38 current_fragment=0,
|
D | cm_13.py | 52 current_fragment=0,
|