Home
last modified time | relevance | path

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

/base/hiviewdfx/hidumper/frameworks/native/src/manager/
H A Ddump_implement.cpp576 std::shared_ptr<ExecutorFactory> ptrExecutorFactory; in setExecutorList() local
579 ptrExecutorFactory = std::make_shared<ZipOutputFactory>(); in setExecutorList()
581 ptrExecutorFactory = std::make_shared<FDOutputFactory>(); in setExecutorList()
585 ptrOutput = ptrExecutorFactory->CreateExecutor(); in setExecutorList()
593 ptrExecutorFactory = it->second; in setExecutorList()
597 if (ptrExecutorFactory.get() == nullptr) { in setExecutorList()
601 std::shared_ptr<HidumperExecutor> ptrExecutor = ptrExecutorFactory->CreateExecutor(); in setExecutorList()

Completed in 2 milliseconds