Searched refs:AddPrinterToCupsWithSpecificPpd (Results 1 – 3 of 3) sorted by relevance
86 …int32_t AddPrinterToCupsWithSpecificPpd(const std::string &printerUri, const std::string &printerN…
527 return AddPrinterToCupsWithSpecificPpd(printerUri, printerName, ppd); in AddPrinterToCups()530 int32_t PrintCupsClient::AddPrinterToCupsWithSpecificPpd(const std::string &printerUri, const std::… in AddPrinterToCupsWithSpecificPpd() function in OHOS::Print::PrintCupsClient
3323 …ret = DelayedSingleton<PrintCupsClient>::GetInstance()->AddPrinterToCupsWithSpecificPpd(info.uri, … in AddVendorPrinterToCupsWithSpecificPpd()