Home
last modified time | relevance | path

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

/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_dumpers_test.cpp42 static std::shared_ptr<DumpCfg> g_config; member
85 g_config = std::make_shared<DumpCfg>(); in GetDumperVariable()
102 dumper->SetDumpConfig(g_config); in HandleDumperExcute()
189 dumper->SetDumpConfig(g_config); in HandleDumperComon()
262 g_config->name_ = "FileDumperTest"; in HWTEST_F()
264 g_config->target_ = file_name; in HWTEST_F()
265 g_config->loop_ = DumperConstant::LOOP; in HWTEST_F()
266 g_config->args_ = OptionArgs::Create(); in HWTEST_F()
267 g_config->args_->SetPid(DEFAULT_PID, DEFAULT_UID); in HWTEST_F()
268 g_config in HWTEST_F()
[all...]

Completed in 2 milliseconds