Searched refs:ConvertStringVectorToStringList (Results 1 – 4 of 4) sorted by relevance
51 bool ConvertStringVectorToStringList(const std::vector<std::string> &stringVector, Print_StringList…
261 EXPECT_FALSE(ConvertStringVectorToStringList(stringVector, list));263 EXPECT_TRUE(ConvertStringVectorToStringList(stringVector, list));
360 if (ConvertStringVectorToStringList(propertyKeys, propertyKeyList)) { in OnQueryProperties()
761 bool ConvertStringVectorToStringList(const std::vector<std::string> &stringVector, Print_StringList… in ConvertStringVectorToStringList() function