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