Home
last modified time | relevance | path

Searched defs:fdTotal (Results 1 – 3 of 3) sorted by relevance

/developtools/profiler/host/smartperf/client/client_command/
DFileDescriptor.cpp30 std::string& fdTotal = result["fdTotal"]; in ItemData() local
54 void FileDescriptor::GetFds(const std::string &pid, std::string &fds, std::string &fdTotal) in GetFds()
/developtools/smartperf_host/smartperf_device/device_command/collector/src/
DFileDescriptor.cpp30 std::string& fdTotal = result["fdTotal"]; in ItemData() local
54 void FileDescriptor::GetFds(const std::string &pid, std::string &fds, std::string &fdTotal) in GetFds()
/developtools/smartperf_host/smartperf_device/device_command/test/unittest/
Dfiledescriptor_test.cpp97 std::string fdTotal = fdsItemData["fdTotal"]; variable