Home
last modified time | relevance | path

Searched refs:hasPrinterMake_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprinter_info.cpp34 hasPrinterMake_(false), in PrinterInfo()
60 hasPrinterMake_(right.hasPrinterMake_), in PrinterInfo()
85 hasPrinterMake_ = right.hasPrinterMake_; in operator =()
139 hasPrinterMake_ = true; in SetPrinterMake()
214 return hasPrinterMake_; in HasPrinterMake()
305 right.hasPrinterMake_ = parcel.ReadBool(); in ReadFromParcel()
306 if (right.hasPrinterMake_) { in ReadFromParcel()
365 parcel.WriteBool(hasPrinterMake_); in Marshalling()
366 if (hasPrinterMake_) { in Marshalling()
417 if (hasPrinterMake_) { in Dump()
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprinter_info.h139 bool hasPrinterMake_; variable