Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/core/test/unittest/common/
H A Dparam_update_test.cpp24 const std::string TEST_CONFIG_FILE = "/data/system/hiview/test.txt"; variable
84 FileUtil::RemoveFile(TEST_CONFIG_FILE); in TearDown()
97 ASSERT_FALSE(FileUtil::FileExists(TEST_CONFIG_FILE));
101 ASSERT_FALSE(FileUtil::FileExists(TEST_CONFIG_FILE));
103 ASSERT_TRUE(FileUtil::FileExists(TEST_CONFIG_FILE));
105 FileUtil::RemoveFile(TEST_CONFIG_FILE);
108 ASSERT_FALSE(FileUtil::FileExists(TEST_CONFIG_FILE));
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/test/unittest/common/
H A Devent_export_config_test.cpp28 constexpr char TEST_CONFIG_FILE[] = "/data/test/test_data/test_event_export_config.json"; variable
91 ExportConfigParser parser(TEST_CONFIG_FILE);
110 ExportConfigParser parser(TEST_CONFIG_FILE);
124 ExportConfigParser parser(TEST_CONFIG_FILE);