Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_cups_wrapper.h34 virtual cups_dinfo_t *CopyDestInfo(http_t *http, cups_dest_t *dest) = 0;
44 cups_dinfo_t *CopyDestInfo(http_t *http, cups_dest_t *dest) override;
/ohos5.0/base/print/print_fwk/test/unittest/fwk_print_cups_client_test/mock/
H A Dmock_print_cups_wrapper.h29 MOCK_METHOD2(CopyDestInfo, cups_dinfo_t*(http_t *, cups_dest_t *));
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_cups_wrapper.cpp40 cups_dinfo_t *PrintCupsWrapper::CopyDestInfo(http_t *http, cups_dest_t *dest) in CopyDestInfo() function in OHOS::Print::PrintCupsWrapper
H A Dprint_cups_client.cpp759 cups_dinfo_t *dinfo = printAbility_->CopyDestInfo(CUPS_HTTP_DEFAULT, dest); in QueryPrinterCapabilityFromPPD()