Home
last modified time | relevance | path

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

/packages/modules/Nfc/NfcNci/testutils/
Dparse_log.py83 class PollingLoopEntry: class
110 log: list[PollingLoopEntry | FullApduEntry],
111 ) -> list[PollingLoopEntry | FullApduEntry]:
113 new_log: list[PollingLoopEntry | FullApduEntry] = []
152 log: list[PollingLoopEntry | PartialApduEntry],
153 ) -> list[PollingLoopEntry | FullApduEntry]:
168 standardized: list[PollingLoopEntry | FullApduEntry] = []
170 if isinstance(cur, PollingLoopEntry):
200 def parse_file(data: bytes) -> list[PollingLoopEntry | PartialApduEntry]:
237 ) -> list[PollingLoopEntry | FullApduEntry]:
[all …]
Dnfcreplay.py23 from parse_log import FullApduEntry, NfcType, PollingLoopEntry, open_and_parse_file, parse_timefram…
163 if isinstance(current, PollingLoopEntry):
205 entry: PollingLoopEntry | FullApduEntry,
262 output: list[PollingLoopEntry | FullApduEntry], filename: str
Dgenerate_test.py23 from parse_log import FullApduEntry, NfcType, PollingLoopEntry
29 log: list[FullApduEntry | PollingLoopEntry], name: str argument
63 if isinstance(entry, PollingLoopEntry):
166 def create_polling_loop_test(entry: PollingLoopEntry, last_timestamp: int): argument