Lines Matching refs:probeName
162 const std::string& probeName) in getRecordName() argument
166 return probeName; in getRecordName()
182 return std::to_string(std::hash<std::string>{}(probeName + device.dump())); in getRecordName()
214 const std::string& probeName, const nlohmann::json& record) in recordDiscoveredIdentifiers() argument
216 size_t indexIdx = probeName.find('$'); in recordDiscoveredIdentifiers()
450 const nlohmann::json& recordRef, const std::string& probeName, in updateSystemConfiguration() argument
454 passedProbes.push_back(probeName); in updateSystemConfiguration()
464 std::string recordName = getRecordName(itr->interface, probeName); in updateSystemConfiguration()
485 recordDiscoveredIdentifiers(usedNames, indexes, probeName, *record); in updateSystemConfiguration()
516 std::string recordName = getRecordName(foundDevice, probeName); in updateSystemConfiguration()
629 const std::string* probeName = findName->get_ptr<const std::string*>(); in run() local
630 if (probeName == nullptr) in run()
637 if (std::find(passedProbes.begin(), passedProbes.end(), *probeName) != in run()
678 recordRef, probeCommand, *probeName, thisRef); in run()