Searched refs:cell (Results 1 – 5 of 5) sorted by relevance
205 bool NetworkPlugin::ReadTxRxBytes(int32_t pid, NetworkCell &cell) in ReadTxRxBytes() argument240 cell.rx += rxBytes; in ReadTxRxBytes()245 cell.tx += txBytes; in ReadTxRxBytes()246 AddNetDetails(cell, cache); in ReadTxRxBytes()251 clock_gettime(CLOCK_REALTIME, &cell.ts); in ReadTxRxBytes()256 void NetworkPlugin::AddNetDetails(NetworkCell& cell, NetDetails& data) in AddNetDetails() argument261 for (auto it = cell.details.begin(); it != cell.details.end(); it++) { in AddNetDetails()270 cell.details.push_back(data); in AddNetDetails()
90 bool ReadTxRxBytes(int32_t pid, NetworkCell &cell);92 void AddNetDetails(NetworkCell& cell, NetDetails& data);
82 it.querySelectorAll('lit-main-menu-item').forEach((cell) => {});
118301 const struct mfd_cell *cell; member