Searched refs:pathToConfigJson (Results 1 – 2 of 2) sorted by relevance
54 Worker(std::string pathToConfigJson = std::string(),
27 Worker::Worker(std::string pathToConfigJson, uint8_t i_maxThreadCount, in Worker() argument29 m_configJsonPath(pathToConfigJson), m_semaphore(i_maxThreadCount), in Worker()