Home
last modified time | relevance | path

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

/packages/modules/DnsResolver/doh/
Dmetrics.rs52 bytes_sent: -1, in create_default_handshake_atom()
102 handshake_event_atom.bytes_sent = handshake_info.sent_bytes as i32; in construct_handshake_event_stats()
148 assert_eq!(handshake_event_stats.bytes_sent, 761); in test_metrics_write()
/packages/modules/Nfc/libnfc-nci/src/nfc/tags/
Drw_main.cc77 rw_cb.stats.bytes_sent += num_bytes; in rw_main_update_tx_stats()
148 rw_cb.stats.num_fail, rw_cb.stats.num_trans_err, rw_cb.stats.bytes_sent); in rw_main_log_stats()
/packages/modules/Nfc/libnfc-nci/src/nfc/include/
Drw_int.h621 uint32_t bytes_sent; /* Total bytes sent since activation */ member
/packages/modules/DnsResolver/
Dstats.proto457 optional int32 bytes_sent = 7; field