/developtools/profiler/device/services/profiler_service/test/unittest/ |
D | profiler_capability_manager_test.cpp | 24 const std::string DEFAULT_TEST_PATH("/system/lib64/"); variable 26 const std::string DEFAULT_TEST_PATH("/system/lib/"); 48 cap1.set_path(DEFAULT_TEST_PATH + "libcap1.so"); 69 cap.set_path(DEFAULT_TEST_PATH + "libcap_" + std::to_string(i) + ".so"); 89 cap.set_path(DEFAULT_TEST_PATH + "libcap_" + std::to_string(i) + ".so"); 111 cap1.set_path(DEFAULT_TEST_PATH + "libcap1.so"); 116 cap2.set_path(DEFAULT_TEST_PATH + "libcap2.so"); 135 cap.set_path(DEFAULT_TEST_PATH + "libcap_" + std::to_string(i) + ".so");
|
D | trace_file_reader_test.cpp | 33 const std::string DEFAULT_TEST_PATH("./"); variable 35 const std::string DEFAULT_TEST_PATH("/data/local/tmp/"); 46 std::string path = DEFAULT_TEST_PATH + name; in TearDownTestCase() 137 std::string path = DEFAULT_TEST_PATH + name;
|
/developtools/profiler/device/plugins/hisysevent_plugin/test/unittest/ |
D | hisysevent_plugin_unittest.cpp | 32 const std::string DEFAULT_TEST_PATH("/system/lib64/"); variable 34 const std::string DEFAULT_TEST_PATH("/system/lib/"); 134 std::string path = DEFAULT_TEST_PATH + std::string("libhisyseventplugin.z.so");
|
/developtools/profiler/device/plugins/hidump_plugin/test/unittest/ |
D | hidump_plugin_unittest.cpp | 33 const std::string DEFAULT_TEST_PATH("/system/lib64/"); variable 35 const std::string DEFAULT_TEST_PATH("/system/lib/"); 91 std::string path = DEFAULT_TEST_PATH + std::string("libhidumpplugin.z.so");
|
/developtools/profiler/device/plugins/gpu_plugin/test/unittest/ |
D | gpu_data_plugin_unittest.cpp | 26 const std::string DEFAULT_TEST_PATH = "/data/local/tmp/resource"; variable 127 g_path = GetFullPath(DEFAULT_TEST_PATH);
|
/developtools/profiler/device/plugins/xpower_plugin/test/unittest/ |
D | xpower_plugin_unittest.cpp | 34 const std::string DEFAULT_TEST_PATH("/system/lib64/"); variable 78 std::string path = DEFAULT_TEST_PATH + std::string("libxpowerplugin.z.so");
|
/developtools/profiler/device/plugins/network_plugin/test/unittest/ |
D | network_plugin_test.cpp | 31 const std::string DEFAULT_TEST_PATH("/data/local/tmp/"); variable 63 std::string str = "rm -rf " + GetFullPath(DEFAULT_TEST_PATH) + "utresources"; in TearDownTestCase() 131 g_path = GetFullPath(DEFAULT_TEST_PATH); in SetUpTestCase()
|
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/ |
D | flow_controller_test.cpp | 44 const std::string DEFAULT_TEST_PATH("/system/lib64/"); variable 46 const std::string DEFAULT_TEST_PATH("/system/lib/"); variable 280 std::string path = DEFAULT_TEST_PATH + std::string("libftrace_plugin.z.so");
|
/developtools/profiler/device/plugins/diskio_plugin/test/unittest/ |
D | diskio_data_plugin_unittest.cpp | 26 const std::string DEFAULT_TEST_PATH = "/data/local/tmp/resources"; variable 121 g_path = GetFullPath(DEFAULT_TEST_PATH);
|
/developtools/profiler/device/plugins/memory_plugin/test/unittest/ |
D | smaps_stats_unittest.cpp | 27 const std::string DEFAULT_TEST_PATH("/data/local/tmp/utresources/"); variable 34 if (access(DEFAULT_TEST_PATH.c_str(), F_OK) == 0) { in TearDownTestCase() 35 std::string str = "rm -rf " + DEFAULT_TEST_PATH; in TearDownTestCase() 905 ASSERT_EQ(access(DEFAULT_TEST_PATH.c_str(), F_OK), 0); 906 SmapsStats plugin(DEFAULT_TEST_PATH + std::string("proc/")); 981 ASSERT_EQ(access(DEFAULT_TEST_PATH.c_str(), F_OK), 0); 982 SmapsStats targetPlugin(DEFAULT_TEST_PATH + std::string("proc/"));
|
D | memory_data_plugin_unittest.cpp | 27 const std::string DEFAULT_TEST_PATH("/data/local/tmp/"); variable 491 g_path = GetFullPath(DEFAULT_TEST_PATH); in SetUpTestCase()
|
/developtools/profiler/device/plugins/process_plugin/test/unittest/ |
D | process_plugin_unittest.cpp | 26 const std::string DEFAULT_TEST_PATH = "/data/local/tmp/resources"; variable 178 g_path = GetFullPath(DEFAULT_TEST_PATH);
|
/developtools/profiler/device/plugins/api/test/unittest/ |
D | plugin_watcher_test.cpp | 35 const std::string DEFAULT_TEST_PATH = "./"; variable
|
/developtools/profiler/device/plugins/hilog_plugin/test/unittest/ |
D | hilog_plugin_unittest.cpp | 33 const std::string DEFAULT_TEST_PATH("/system/lib64/"); variable 35 const std::string DEFAULT_TEST_PATH("/system/lib/"); 848 std::string path = DEFAULT_TEST_PATH + std::string("libhilogplugin.z.so");
|
/developtools/profiler/device/plugins/cpu_plugin/test/unittest/ |
D | cpu_data_plugin_unittest.cpp | 26 const std::string DEFAULT_TEST_PATH = "/data/local/tmp/resources"; variable 255 g_path = GetFullPath(DEFAULT_TEST_PATH);
|