Searched refs:dataCell (Results 1 – 1 of 1) sorted by relevance
79 NetworkCell dataCell = {0}; in Report() local80 ReadTxRxBytes(pid, dataCell); in Report()82 for (auto& it : dataCell.details) { in Report()89 info->set_tx_bytes(dataCell.tx); in Report()90 info->set_rx_bytes(dataCell.rx); in Report()91 info->set_tv_sec(dataCell.ts.tv_sec); in Report()92 info->set_tv_nsec(dataCell.ts.tv_nsec); in Report()