Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprinter_info.h51 void SetIsDefaultPrinter(bool isDefaultPrinter);
/ohos5.0/base/print/print_fwk/frameworks/ohprint/include/
H A Dohprint.h390 bool isDefaultPrinter; member
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprinter_info.cpp149 void PrinterInfo::SetIsDefaultPrinter(bool isDefaultPrinter) in SetIsDefaultPrinter() argument
/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_helper.cpp524 nativePrinterInfo->isDefaultPrinter = true; in ConvertToNativePrinterInfo()