Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/manager/
H A Ddump_implement.cpp557 std::shared_ptr<ExecutorFactory> ptrExecutorFactory; in setExecutorList() local
560 ptrExecutorFactory = std::make_shared<ZipOutputFactory>(); in setExecutorList()
562 ptrExecutorFactory = std::make_shared<FDOutputFactory>(); in setExecutorList()
566 ptrOutput = ptrExecutorFactory->CreateExecutor(); in setExecutorList()
574 ptrExecutorFactory = it->second; in setExecutorList()
578 if (ptrExecutorFactory.get() == nullptr) { in setExecutorList()
582 std::shared_ptr<HidumperExecutor> ptrExecutor = ptrExecutorFactory->CreateExecutor(); in setExecutorList()