Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dvendor_helper.h51 bool ConvertStringVectorToStringList(const std::vector<std::string> &stringVector, Print_StringList…
/ohos5.0/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/
H A Dvendor_helper_test.cpp261 EXPECT_FALSE(ConvertStringVectorToStringList(stringVector, list));
263 EXPECT_TRUE(ConvertStringVectorToStringList(stringVector, list));
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dvendor_bsuni_driver.cpp360 if (ConvertStringVectorToStringList(propertyKeys, propertyKeyList)) { in OnQueryProperties()
H A Dvendor_helper.cpp761 bool ConvertStringVectorToStringList(const std::vector<std::string> &stringVector, Print_StringList… in ConvertStringVectorToStringList() function