Searched refs:ptrExecutor (Results 1 – 1 of 1) sorted by relevance
464 std::shared_ptr<HidumperExecutor> ptrExecutor = ptrExecutorFactory->CreateExecutor(); in setExecutorList() local465 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()