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.h60 void SetPath(std::string path) in SetPath() function
/developtools/profiler/device/plugins/memory_plugin/test/unittest/
Dmemory_data_plugin_unittest.cpp540 memoryPlugin.SetPath(const_cast<char*>(g_path.c_str()));
572 memoryPlugin.SetPath(const_cast<char*>(g_path.c_str()));
615 memoryPlugin.SetPath(const_cast<char*>(g_path.c_str()));
663 memoryPlugin.SetPath(const_cast<char*>(g_path.c_str()));
1022 plugin.SetPath(const_cast<char*>(g_path.c_str()));
1051 plugin.SetPath(const_cast<char*>(g_path.c_str()));
1079 plugin.SetPath(const_cast<char*>(g_path.c_str()));
1107 plugin.SetPath(const_cast<char*>(g_path.c_str()));
1249 plugin.SetPath(const_cast<char*>(g_path.c_str()));
1272 plugin.SetPath(const_cast<char*>(g_path.c_str()));
[all …]
/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/process_plugin/include/
Dprocess_data_plugin.h56 void SetPath(std::string path) in SetPath() function
/developtools/profiler/device/plugins/cpu_plugin/include/
Dcpu_data_plugin.h118 void SetPath(std::string path) in SetPath() function
/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.h339 void SetPath(char* path) in SetPath() function
/developtools/profiler/device/plugins/process_plugin/src/
Dprocess_data_plugin.cpp40 SetPath("/proc/"); in ProcessDataPlugin()
/developtools/profiler/device/plugins/memory_plugin/src/
Dmemory_data_plugin.cpp61 SetPath(const_cast<char*>("/proc")); in MemoryDataPlugin()