Home
last modified time | relevance | path

Searched refs:ConvertStringVectorToPropertyList (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/ohprint/include/
H A Dprint_helper.h29 Print_ErrorCode ConvertStringVectorToPropertyList(const std::vector<std::string> &valueList,
/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_capi.cpp342 return ConvertStringVectorToPropertyList(valueList, propertyList); in OH_Print_QueryPrinterProperties()
H A Dprint_helper.cpp665 Print_ErrorCode ConvertStringVectorToPropertyList(const std::vector<std::string> &valueList, in ConvertStringVectorToPropertyList() function