Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/manager/
H A Ddump_implement.h57 void setExecutorList(std::vector<std::shared_ptr<HidumperExecutor>>& executors,
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/manager/
H A Ddump_implement.cpp113 setExecutorList(hidumperExecutors, configs, isZip); in Main()
551 void DumpImplement::setExecutorList(std::vector<std::shared_ptr<HidumperExecutor>> &executors, in setExecutorList() function in OHOS::HiviewDFX::DumpImplement