Searched defs:match_fn (Results 1 – 2 of 2) sorted by relevance
/system/bt/gd/cert/ |
D | event_stream.py | 163 …def assert_event_occurs(self, match_fn, at_least_times=1, timeout=timedelta(seconds=DEFAULT_TIMEOU… argument 176 …def assert_event_occurs_at_most(self, match_fn, at_most_times, timeout=timedelta(seconds=DEFAULT_T… argument 213 match_fn, argument 269 def NOT_FOR_YOU_assert_none_matching(istream, match_fn, timeout=timedelta(seconds=DEFAULT_TIMEOUT_S… argument
|
D | capture.py | 25 def __init__(self, match_fn, capture_fn=None): argument
|