Home
last modified time | relevance | path

Searched refs:NetDetails (Results 1 – 3 of 3) sorted by relevance

/developtools/profiler/device/plugins/network_plugin/include/
Dnetwork_plugin.h39 struct NetDetails { struct
50 std::vector<NetDetails> details; argument
92 void AddNetDetails(NetworkCell& cell, NetDetails& data);
/developtools/profiler/device/plugins/network_plugin/test/unittest/
Dnetwork_plugin_test.cpp37 struct NetDetails { struct
48 std::vector<NetDetails> details;
/developtools/profiler/device/plugins/network_plugin/src/
Dnetwork_plugin.cpp218 NetDetails cache = {0}; in ReadTxRxBytes()
256 void NetworkPlugin::AddNetDetails(NetworkCell& cell, NetDetails& data) in AddNetDetails()