Home
last modified time | relevance | path

Searched refs:ConvertStringVectorToStringList (Results 1 – 4 of 4) sorted by relevance

/base/print/print_fwk/services/print_service/include/
Dvendor_helper.h52 bool ConvertStringVectorToStringList(const std::vector<std::string> &stringVector, Print_StringList…
/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/
Dvendor_helper_test.cpp258 EXPECT_FALSE(ConvertStringVectorToStringList(stringVector, list));
260 EXPECT_TRUE(ConvertStringVectorToStringList(stringVector, list));
/base/print/print_fwk/services/print_service/src/
Dvendor_bsuni_driver.cpp402 if (ConvertStringVectorToStringList(propertyKeys, propertyKeyList)) { in OnQueryProperties()
Dvendor_helper.cpp782 bool ConvertStringVectorToStringList(const std::vector<std::string> &stringVector, Print_StringList… in ConvertStringVectorToStringList() function