Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_system/py/pw_system/
H A Ddevice_connection.py29 from pw_log.log_decoder import timestamp_parser_ms_since_boot
222 timestamp_decoder = timestamp_parser_ms_since_boot
/aosp_15_r20/external/pigweed/pw_log/py/
H A Dlog_decoder_test.py28 timestamp_parser_ms_since_boot,
879 '00:45:45.587', timestamp_parser_ms_since_boot(2745587)
882 '00:45:45.000', timestamp_parser_ms_since_boot(2745000)
/aosp_15_r20/external/pigweed/pw_log/py/pw_log/
H A Dlog_decoder.py244 def timestamp_parser_ms_since_boot(timestamp: int) -> str: function