Home
last modified time | relevance | path

Searched refs:HandleDumpLog (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_configutils_test.cpp162 bool ret = configUtils.HandleDumpLog(dumpCfgs);
180 bool ret = configUtils.HandleDumpLog(dumpCfgs);
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/util/
H A Dconfig_utils.h43 bool HandleDumpLog(std::vector<std::shared_ptr<DumpCfg>> &dumpCfgs);
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dconfig_utils.cpp86 HandleDumpLog(dumpCfgs); in GetDumperConfigs()
179 bool ConfigUtils::HandleDumpLog(std::vector<std::shared_ptr<DumpCfg>> &dumpCfgs) in HandleDumpLog() function in OHOS::HiviewDFX::ConfigUtils