Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/manager/
H A Ddump_implement.cpp582 std::shared_ptr<HidumperExecutor> ptrExecutor = ptrExecutorFactory->CreateExecutor(); in setExecutorList() local
583 if (ptrExecutor != nullptr) { in setExecutorList()
584 configs[i]->executor_ = ptrExecutor; in setExecutorList()
585 ptrExecutor->SetDumpConfig(configs[i]); in setExecutorList()
587 executors.push_back(ptrExecutor); in setExecutorList()