Home
last modified time | relevance | path

Searched refs:GetNamedDest (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_cups_wrapper.h31 virtual cups_dest_t *GetNamedDest(http_t *http, const char *name, const char *instance) = 0;
41 cups_dest_t* GetNamedDest(http_t *http, const char *name, const char *instance) override;
/ohos5.0/base/print/print_fwk/test/unittest/fwk_print_cups_client_test/mock/
H A Dmock_print_cups_wrapper.h26 MOCK_METHOD3(GetNamedDest, cups_dest_t*(http_t *, const char *, const char *));
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_cups_wrapper.cpp20 cups_dest_t* PrintCupsWrapper::GetNamedDest(http_t *http, const char *name, const char *instance) in GetNamedDest() function in OHOS::Print::PrintCupsWrapper
H A Dprint_cups_client.cpp754 dest = printAbility_->GetNamedDest(CUPS_HTTP_DEFAULT, standardName.c_str(), nullptr); in QueryPrinterCapabilityFromPPD()
1049 dest = printAbility_->GetNamedDest(CUPS_HTTP_DEFAULT, printerName.c_str(), nullptr); in QueryPrinterAttrList()
1075 dest = printAbility_->GetNamedDest(CUPS_HTTP_DEFAULT, info.GetPrinterName().c_str(), nullptr); in QueryPrinterInfoByPrinterId()
1130 … dest = printAbility_->GetNamedDest(CUPS_HTTP_DEFAULT, jobParams->printerName.c_str(), nullptr); in CheckPrinterMakeModel()
1795 dest = printAbility_->GetNamedDest(CUPS_HTTP_DEFAULT, printerName, nullptr); in IsPrinterExist()