Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/tests/google/wifi/aware/functional/
DMessageTest.py199 def wait_for_messages(self, tx_msgs, tx_msg_ids, tx_disc_id, rx_disc_id, argument
223 still_to_be_tx = len(tx_msg_ids)
230 tx_msg_ids[tx_msg_id] = tx_msg_ids[tx_msg_id] + 1
231 if tx_msg_ids[tx_msg_id] == 1:
236 len(tx_msg_ids),
237 sum(tx_msg_ids.values()),
238 "Duplicate transmit message IDs: %s" % tx_msg_ids)
241 still_to_be_rx = len(tx_msg_ids)