Home
last modified time | relevance | path

Searched refs:NetworkCell (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/device/plugins/network_plugin/include/
Dnetwork_plugin.h45 struct NetworkCell { struct
90 bool ReadTxRxBytes(int32_t pid, NetworkCell &cell);
92 void AddNetDetails(NetworkCell& cell, NetDetails& data);
/developtools/profiler/device/plugins/network_plugin/src/
Dnetwork_plugin.cpp79 NetworkCell dataCell = {0}; in Report()
205 bool NetworkPlugin::ReadTxRxBytes(int32_t pid, NetworkCell &cell) in ReadTxRxBytes()
256 void NetworkPlugin::AddNetDetails(NetworkCell& cell, NetDetails& data) in AddNetDetails()