Home
last modified time | relevance | path

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

/base/hiviewdfx/hidumper/frameworks/native/src/manager/
H A Ddump_implement.cpp601 std::shared_ptr<HidumperExecutor> ptrExecutor = ptrExecutorFactory->CreateExecutor(); in setExecutorList() local
602 if (ptrExecutor != nullptr) { in setExecutorList()
603 configs[i]->executor_ = ptrExecutor; in setExecutorList()
604 ptrExecutor->SetDumpConfig(configs[i]); in setExecutorList()
606 executors.push_back(ptrExecutor); in setExecutorList()

Completed in 3 milliseconds