Home
last modified time | relevance | path

Searched refs:GetExecutorConfigList (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/common/
H A Ddumper_parameter.h39 std::vector<std::shared_ptr<DumpCfg>>& GetExecutorConfigList();
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/common/
H A Ddumper_parameter.cpp64 std::vector<std::shared_ptr<DumpCfg>> &DumperParameter::GetExecutorConfigList() in GetExecutorConfigList() function in OHOS::HiviewDFX::DumperParameter
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/manager/
H A Ddump_implement.cpp105 std::vector<std::shared_ptr<DumpCfg>> &configs = ptrDumperParameter->GetExecutorConfigList(); in Main()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dconfig_utils.cpp58 auto dumpCfgs = param->GetExecutorConfigList(); in GetDumperConfigs()