Home
last modified time | relevance | path

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

/openbmc/telemetry/src/utils/
H A Dmake_id_name.cpp28 const std::vector<std::string>& conflictIds) in generateId() argument
35 if (std::find(conflictIds.begin(), conflictIds.end(), idIn) != in generateId()
36 conflictIds.end()) in generateId()
63 while (std::find(conflictIds.begin(), conflictIds.end(), tmpId) != in generateId()
64 conflictIds.end()) in generateId()
89 const std::vector<std::string>& conflictIds) in makeIdName() argument
114 details::generateId(id, name, defaultName, conflictIds), in makeIdName()
H A Dmake_id_name.hpp13 const std::vector<std::string>& conflictIds);