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.cpp439 std::shared_ptr<ExecutorFactory> ptrExecutorFactory; in setExecutorList() local
442 ptrExecutorFactory = std::make_shared<ZipOutputFactory>(); in setExecutorList()
444 ptrExecutorFactory = std::make_shared<FDOutputFactory>(); in setExecutorList()
448 ptrOutput = ptrExecutorFactory->CreateExecutor(); in setExecutorList()
456 ptrExecutorFactory = it->second; in setExecutorList()
460 if (ptrExecutorFactory.get() == nullptr) { in setExecutorList()
464 std::shared_ptr<HidumperExecutor> ptrExecutor = ptrExecutorFactory->CreateExecutor(); in setExecutorList()