Home
last modified time | relevance | path

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

/base/hiviewdfx/hidumper/frameworks/native/include/executor/
Dhidumper_executor.h41 const std::shared_ptr<DumpCfg>& GetDumpConfig() const;
/base/hiviewdfx/hidumper/frameworks/native/src/executor/
Dhidumper_executor.cpp97 const std::shared_ptr<DumpCfg>& HidumperExecutor::GetDumpConfig() const in GetDumpConfig() function in OHOS::HiviewDFX::HidumperExecutor
/base/hiviewdfx/hidumper/frameworks/native/src/manager/
Ddump_implement.cpp493 auto dumpCfg = executors[index]->GetDumpConfig(); in DumpDatas()