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/
H A Dvendor_helper.h51 bool ConvertStringVectorToStringList(const std::vector<std::string> &stringVector, Print_StringList &stringList);
/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/
H A Dvendor_helper_test.cpp263 EXPECT_FALSE(ConvertStringVectorToStringList(stringVector, list)); in HWTEST_F()
265 EXPECT_TRUE(ConvertStringVectorToStringList(stringVector, list)); in HWTEST_F()
/base/print/print_fwk/services/print_service/src/
H A Dvendor_bsuni_driver.cpp353 if (ConvertStringVectorToStringList(propertyKeys, propertyKeyList)) { in OnQueryProperties()
H A Dvendor_helper.cpp741 bool ConvertStringVectorToStringList(const std::vector<std::string> &stringVector, Print_StringList &stringList) in ConvertStringVectorToStringList() function

Completed in 3 milliseconds