Home
last modified time | relevance | path

Searched defs:ppd (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/print/print_fwk/test/unittest/fwk_print_cups_client_test/
H A Dprint_cups_wrapper_test.cpp168 std::string ppd = "testPpd"; variable
H A Dprint_cups_client_test.cpp586 ppd_file_t *ppd = printCupsClient.GetPPDFile(printerName); variable
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_cups_client.cpp520 std::string ppd = DEFAULT_PPD_NAME; in AddPrinterToCups() local
531 const std::string &ppd) in AddPrinterToCupsWithSpecificPpd()
1015 ppd_file_t *ppd = 0; in GetPPDFile() local
/ohos5.0/base/print/print_fwk/test/fuzztest/printcupsclient_fuzzer/
H A Dprintcupsclient_fuzzer.cpp35 std::string ppd = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestQueryPPDInformation() local