Home
last modified time | relevance | path

Searched refs:cell (Results 1 – 5 of 5) sorted by relevance

/developtools/profiler/device/plugins/network_plugin/src/
Dnetwork_plugin.cpp205 bool NetworkPlugin::ReadTxRxBytes(int32_t pid, NetworkCell &cell) in ReadTxRxBytes() argument
240 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() argument
261 for (auto it = cell.details.begin(); it != cell.details.end(); it++) { in AddNetDetails()
270 cell.details.push_back(data); in AddNetDetails()
/developtools/profiler/device/plugins/network_plugin/include/
Dnetwork_plugin.h90 bool ReadTxRxBytes(int32_t pid, NetworkCell &cell);
92 void AddNetDetails(NetworkCell& cell, NetDetails& data);
/developtools/smartperf_host/ide/src/base-ui/menu/
DLitMainMenu.ts82 it.querySelectorAll('lit-main-menu-item').forEach((cell) => {});
/developtools/profiler/host/smartperf/ide/src/base-ui/menu/
DLitMainMenu.ts82 it.querySelectorAll('lit-main-menu-item').forEach((cell) => {});
/developtools/profiler/hiebpf/include/
Dvmlinux.h118301 const struct mfd_cell *cell; member