Home
last modified time | relevance | path

Searched refs:Print_Property (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/ohprint/include/
H A Dohprint.h151 } Print_Property; typedef
162 Print_Property *list;
/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_helper.cpp672 propertyList->list = new (std::nothrow) Print_Property[valueList.size()]; in ConvertStringVectorToPropertyList()
677 if (memset_s(propertyList->list, valueList.size() * sizeof(Print_Property), 0, in ConvertStringVectorToPropertyList()
678 valueList.size() * sizeof(Print_Property)) != 0) { in ConvertStringVectorToPropertyList()