Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/network_plugin/include/
Dnetwork_plugin.h97 fileForTest_ = path; in setPathForTest()
101 return fileForTest_; in getPathForTest()
109 std::string fileForTest_; variable
/developtools/profiler/device/plugins/network_plugin/src/
Dnetwork_plugin.cpp158 if (!fileForTest_.empty()) { in GetRateNodePath()
159 name = fileForTest_ + DEFAULT_NET_PATH; in GetRateNodePath()
177 if (!fileForTest_.empty()) { in GetUid()
178 path = fileForTest_ + std::string("/proc/") + std::to_string(pid) + std::string("/status"); in GetUid()