Searched refs:Print_StringList (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/base/print/print_fwk/frameworks/ohprint/include/ |
H A D | ohprint.h | 139 } Print_StringList; typedef 675 Print_ErrorCode OH_Print_QueryPrinterList(Print_StringList *printerIdList); 684 void OH_Print_ReleasePrinterList(Print_StringList *printerIdList); 736 Print_ErrorCode OH_Print_QueryPrinterProperties(const char *printerId, const Print_StringList *prop… 774 Print_ErrorCode OH_Print_RestorePrinterProperties(const char *printerId, const Print_StringList *pr…
|
H A D | vendor_extension.h | 106 int32_t (*onQueryProperties)(const char *printerId, const Print_StringList *propertyKeyList);
|
/ohos5.0/base/print/print_fwk/services/print_service/include/ |
H A D | vendor_helper.h | 51 bool ConvertStringVectorToStringList(const std::vector<std::string> &stringVector, Print_StringList… 52 void ReleaseStringList(Print_StringList &stringList);
|
/ohos5.0/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/mock/ |
H A D | mock_bsuni_driver.h | 34 MOCK_METHOD2(OnQueryProperties, int32_t(const char *, const Print_StringList *));
|
/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/ |
H A D | print_capi.cpp | 225 Print_ErrorCode OH_Print_QueryPrinterList(Print_StringList *printerIdList) in OH_Print_QueryPrinterList() 256 void OH_Print_ReleasePrinterList(Print_StringList *printerIdList) in OH_Print_ReleasePrinterList() 313 … const char *printerId, const Print_StringList *propertyKeyList, Print_PropertyList *propertyList) in OH_Print_QueryPrinterProperties() 380 Print_ErrorCode OH_Print_RestorePrinterProperties(const char *printerId, const Print_StringList *pr… in OH_Print_RestorePrinterProperties()
|
/ohos5.0/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/ |
H A D | vendor_bsuni_driver_test.cpp | 93 int32_t OnQueryPropertiesTest(const char *printerId, const Print_StringList *propertyKeyList) in OnQueryPropertiesTest()
|
H A D | vendor_helper_test.cpp | 260 Print_StringList list = {0};
|
/ohos5.0/base/print/print_fwk/services/print_service/src/ |
H A D | vendor_helper.cpp | 761 bool ConvertStringVectorToStringList(const std::vector<std::string> &stringVector, Print_StringList… in ConvertStringVectorToStringList() 786 void ReleaseStringList(Print_StringList &stringList) in ReleaseStringList()
|
H A D | vendor_bsuni_driver.cpp | 359 Print_StringList propertyKeyList = { 0 }; in OnQueryProperties()
|