Home
last modified time | relevance | path

Searched refs:SetPath (Results 1 – 10 of 10) sorted by relevance

/developtools/profiler/device/plugins/process_plugin/test/unittest/
Dprocess_plugin_unittest.cpp192 processPlugin->SetPath(g_path);
219 processPlugin->SetPath(g_path);
249 processPlugin->SetPath(g_path);
280 processPlugin->SetPath(g_path);
305 processPlugin->SetPath(g_path);
351 processPlugin->SetPath("123");
369 processPlugin->SetPath(g_path);
420 processPlugin->SetPath(g_path);
/developtools/profiler/device/plugins/diskio_plugin/include/
Ddiskio_data_plugin.h55 void SetPath(std::string path) in SetPath() function
/developtools/profiler/device/plugins/process_plugin/include/
Dprocess_data_plugin.h54 void SetPath(std::string path) in SetPath() function
/developtools/profiler/device/plugins/diskio_plugin/test/unittest/
Ddiskio_data_plugin_unittest.cpp136 diskioPlugin.SetPath(g_path);
160 diskioPlugin.SetPath("123");
/developtools/profiler/device/plugins/cpu_plugin/include/
Dcpu_data_plugin.h99 void SetPath(std::string path) in SetPath() function
/developtools/profiler/device/plugins/memory_plugin/test/unittest/
Dmemory_data_plugin_unittest.cpp256 memoryPlugin.SetPath(const_cast<char*>(g_path.c_str()));
288 memoryPlugin.SetPath(const_cast<char*>(g_path.c_str()));
329 memoryPlugin.SetPath(const_cast<char*>(g_path.c_str()));
376 memoryPlugin.SetPath(const_cast<char*>(g_path.c_str()));
/developtools/profiler/device/plugins/cpu_plugin/test/unittest/
Dcpu_data_plugin_unittest.cpp291 cpuPlugin.SetPath(g_path);
347 cpuPlugin.SetPath(g_path);
380 cpuPlugin.SetPath(g_path);
385 cpuPlugin2.SetPath("123");
/developtools/profiler/device/plugins/memory_plugin/include/
Dmemory_data_plugin.h268 void SetPath(char* path) in SetPath() function
/developtools/profiler/device/plugins/process_plugin/src/
Dprocess_data_plugin.cpp38 SetPath("/proc/"); in ProcessDataPlugin()
/developtools/profiler/device/plugins/memory_plugin/src/
Dmemory_data_plugin.cpp36 SetPath(const_cast<char*>("/proc")); in MemoryDataPlugin()