Home
last modified time | relevance | path

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

/base/hiviewdfx/hidumper/frameworks/native/src/manager/
Ddump_implement.cpp411 std::shared_ptr<ExecutorFactory> ptrExecutorFactory; in setExecutorList() local
414 ptrExecutorFactory = std::make_shared<ZipOutputFactory>(); in setExecutorList()
416 ptrExecutorFactory = std::make_shared<FDOutputFactory>(); in setExecutorList()
420 ptrOutput = ptrExecutorFactory->CreateExecutor(); in setExecutorList()
428 ptrExecutorFactory = it->second; in setExecutorList()
432 if (ptrExecutorFactory.get() == nullptr) { in setExecutorList()
436 std::shared_ptr<HidumperExecutor> ptrExecutor = ptrExecutorFactory->CreateExecutor(); in setExecutorList()