Searched refs:networkSystemData (Results 1 – 2 of 2) sorted by relevance
37 ProtoReader::NetworkSystemData_Reader networkSystemData(networkData.network_system_info()); in Parse() local38 auto tv_sec = networkSystemData.tv_sec(); in Parse()39 auto tv_nsec = networkSystemData.tv_nsec(); in Parse()40 auto rx_bytes = networkSystemData.rx_bytes(); in Parse()41 auto rx_packets = networkSystemData.rx_packets(); in Parse()42 auto tx_bytes = networkSystemData.tx_bytes(); in Parse()43 auto tx_packets = networkSystemData.tx_packets(); in Parse()
67 NetworkSystemData* networkSystemData = new NetworkSystemData(); in SetNetworkSystemData() local68 networkSystemData->set_rx_bytes(rx_bytes); in SetNetworkSystemData()69 networkSystemData->set_tx_bytes(tx_bytes); in SetNetworkSystemData()70 networkSystemData->set_rx_packets(rx_packets); in SetNetworkSystemData()71 networkSystemData->set_tx_packets(tx_packets); in SetNetworkSystemData()72 networkInfo->set_allocated_network_system_info(networkSystemData); in SetNetworkSystemData()