Searched refs:isUniqueName (Results 1 – 2 of 2) sorted by relevance
175 bool isUniqueName = std::find(v.begin(), v.end(), s.name) == v.end(); in TEST_P() local176 EXPECT_TRUE(isUniqueName) << "Duplicate sensor Name: " << s.name; in TEST_P()177 if (isUniqueName) { in TEST_P()
401 bool isUniqueName = std::find(v.begin(), v.end(), s.name) == v.end(); in TEST_P()402 EXPECT_TRUE(isUniqueName) << "Duplicate sensor Name: " << s.name; in TEST_P()403 if (isUniqueName) { in TEST_P()