Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Devent_stream.py163 …def assert_event_occurs(self, match_fn, at_least_times=1, timeout=timedelta(seconds=DEFAULT_TIMEOU… argument
174 NOT_FOR_YOU_assert_event_occurs(self, match_fn, at_least_times, timeout)
176 …def assert_event_occurs_at_most(self, match_fn, at_most_times, timeout=timedelta(seconds=DEFAULT_T… argument
195 if match_fn(current_event):
220 match_fn, argument
232 if match_fn(current_event):
257 for match_fn in pending_matches:
258 if match_fn(current_event):
259 pending_matches.remove(match_fn)
260 matched_order.append(match_fn)
[all …]
Dcapture.py25 def __init__(self, match_fn, capture_fn=None): argument
26 self._match_fn = match_fn