Home
last modified time | relevance | path

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

/base/hiviewdfx/hidumper/frameworks/native/src/manager/
Ddump_implement.cpp464 std::shared_ptr<HidumperExecutor> ptrExecutor = ptrExecutorFactory->CreateExecutor(); in setExecutorList() local
465 if (ptrExecutor != nullptr) { in setExecutorList()
466 configs[i]->executor_ = ptrExecutor; in setExecutorList()
467 ptrExecutor->SetDumpConfig(configs[i]); in setExecutorList()
469 executors.push_back(ptrExecutor); in setExecutorList()