Home
last modified time | relevance | path

Searched refs:Print_StringList (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/ohprint/include/
H A Dohprint.h139 } 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 Dvendor_extension.h106 int32_t (*onQueryProperties)(const char *printerId, const Print_StringList *propertyKeyList);
/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
52 void ReleaseStringList(Print_StringList &stringList);
/ohos5.0/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/mock/
H A Dmock_bsuni_driver.h34 MOCK_METHOD2(OnQueryProperties, int32_t(const char *, const Print_StringList *));
/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_capi.cpp225 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 Dvendor_bsuni_driver_test.cpp93 int32_t OnQueryPropertiesTest(const char *printerId, const Print_StringList *propertyKeyList) in OnQueryPropertiesTest()
H A Dvendor_helper_test.cpp260 Print_StringList list = {0};
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dvendor_helper.cpp761 bool ConvertStringVectorToStringList(const std::vector<std::string> &stringVector, Print_StringList in ConvertStringVectorToStringList()
786 void ReleaseStringList(Print_StringList &stringList) in ReleaseStringList()
H A Dvendor_bsuni_driver.cpp359 Print_StringList propertyKeyList = { 0 }; in OnQueryProperties()