Home
last modified time | relevance | path

Searched refs:DEFAULT_TEST_PATH (Results 1 - 10 of 10) sorted by relevance

/developtools/profiler/device/services/profiler_service/test/unittest/
H A Dprofiler_capability_manager_test.cpp22 const std::string DEFAULT_TEST_PATH("/system/lib64/");
24 const std::string DEFAULT_TEST_PATH("/system/lib/");
46 cap1.set_path(DEFAULT_TEST_PATH + "libcap1.so"); in HWTEST_F()
67 cap.set_path(DEFAULT_TEST_PATH + "libcap_" + std::to_string(i) + ".so"); in HWTEST_F()
87 cap.set_path(DEFAULT_TEST_PATH + "libcap_" + std::to_string(i) + ".so"); in HWTEST_F()
109 cap1.set_path(DEFAULT_TEST_PATH + "libcap1.so"); in HWTEST_F()
114 cap2.set_path(DEFAULT_TEST_PATH + "libcap2.so"); in HWTEST_F()
133 cap.set_path(DEFAULT_TEST_PATH + "libcap_" + std::to_string(i) + ".so"); in HWTEST_F()
H A Dtrace_file_reader_test.cpp32 const std::string DEFAULT_TEST_PATH("./");
34 const std::string DEFAULT_TEST_PATH("/data/local/tmp/");
45 std::string path = DEFAULT_TEST_PATH + name; in TearDownTestCase()
136 std::string path = DEFAULT_TEST_PATH + name; in HWTEST_F()
/developtools/profiler/device/plugins/gpu_plugin/test/unittest/
H A Dgpu_data_plugin_unittest.cpp25 const std::string DEFAULT_TEST_PATH = "/data/local/tmp/resource"; member
122 g_path = GetFullPath(DEFAULT_TEST_PATH); in HWTEST_F()
/developtools/profiler/device/plugins/network_plugin/test/unittest/
H A Dnetwork_plugin_test.cpp25 const std::string DEFAULT_TEST_PATH("/data/local/tmp/");
57 std::string str = "rm -rf " + GetFullPath(DEFAULT_TEST_PATH) + "utresources"; in TearDownTestCase()
125 g_path = GetFullPath(DEFAULT_TEST_PATH); in SetUpTestCase()
/developtools/profiler/device/plugins/diskio_plugin/test/unittest/
H A Ddiskio_data_plugin_unittest.cpp24 const std::string DEFAULT_TEST_PATH = "/data/local/tmp/resources"; member
115 g_path = GetFullPath(DEFAULT_TEST_PATH); in HWTEST_F()
/developtools/profiler/device/plugins/memory_plugin/test/unittest/
H A Dsmaps_stats_unittest.cpp25 const std::string DEFAULT_TEST_PATH("/data/local/tmp/utresources/");
32 if (access(DEFAULT_TEST_PATH.c_str(), F_OK) == 0) { in TearDownTestCase()
33 std::string str = "rm -rf " + DEFAULT_TEST_PATH; in TearDownTestCase()
903 ASSERT_EQ(access(DEFAULT_TEST_PATH.c_str(), F_OK), 0); in HWTEST_F()
904 SmapsStats plugin(DEFAULT_TEST_PATH + std::string("proc/")); in HWTEST_F()
979 ASSERT_EQ(access(DEFAULT_TEST_PATH.c_str(), F_OK), 0); in HWTEST_F()
980 SmapsStats targetPlugin(DEFAULT_TEST_PATH + std::string("proc/")); in HWTEST_F()
H A Dmemory_data_plugin_unittest.cpp26 const std::string DEFAULT_TEST_PATH("/data/local/tmp/");
485 g_path = GetFullPath(DEFAULT_TEST_PATH); in SetUpTestCase()
/developtools/profiler/device/plugins/process_plugin/test/unittest/
H A Dprocess_plugin_unittest.cpp25 const std::string DEFAULT_TEST_PATH = "/data/local/tmp/resources"; member
173 g_path = GetFullPath(DEFAULT_TEST_PATH); in HWTEST_F()
/developtools/profiler/device/plugins/api/test/unittest/
H A Dplugin_watcher_test.cpp34 const std::string DEFAULT_TEST_PATH = "./"; member
/developtools/profiler/device/plugins/cpu_plugin/test/unittest/
H A Dcpu_data_plugin_unittest.cpp25 const std::string DEFAULT_TEST_PATH = "/data/local/tmp/resources"; member
250 g_path = GetFullPath(DEFAULT_TEST_PATH); in HWTEST_F()
284 cpuPlugin.SetFreqPath(DEFAULT_TEST_PATH); in HWTEST_F()
285 cpuPlugin.SetPath(DEFAULT_TEST_PATH + "/proc/"); in HWTEST_F()

Completed in 9 milliseconds